April 28, 2024, 10:01:15 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Pb compiling AdressBook.eba sample

Started by DominiqueB, March 31, 2008, 02:55:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DominiqueB

After installing the 1.6 release, i tried to compile the AdressBook.eba sample and the compiler crashes !
Does someone has the same problem or is my install to done again ?

The install was a fresh one.

Thank's

Dominique

LarryMc

I tried it and got one of those "tell uncle bill all about it" messages.

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Ionic Wind Support Team

Ionic Wind Support Team

Ionic Wind Support Team

Tis a bug in my C++ compiler.  This line:

SETICON mainwin,LOADIMAGE( 101,@IMGICON )

Is the culprit.  Just comment it out for now.

Or do this:

int hIcon:hIcon = LOADIMAGE( 101,@IMGICON )
SETICON mainwin,hIcon

Already fixed for the release in a few days.

Paul.
Ionic Wind Support Team

LarryMc

LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

DominiqueB

It works ok like this.

Thank's

Dominique