IonicWind Software

IWBasic => Database => Topic started by: DominiqueB on March 31, 2008, 02:55:42 PM

Title: Pb compiling AdressBook.eba sample
Post by: DominiqueB on March 31, 2008, 02:55:42 PM
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
Title: Re: Pb compiling AdressBook.eba sample
Post by: LarryMc on March 31, 2008, 03:01:09 PM
I tried it and got one of those "tell uncle bill all about it" messages.

Larry
Title: Re: Pb compiling AdressBook.eba sample
Post by: Ionic Wind Support Team on March 31, 2008, 03:02:36 PM
Looking into it. 
Title: Re: Pb compiling AdressBook.eba sample
Post by: Ionic Wind Support Team on March 31, 2008, 03:56:34 PM
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.
Title: Re: Pb compiling AdressBook.eba sample
Post by: LarryMc on March 31, 2008, 03:59:47 PM
Thanks for the quick response.

Larry
Title: Re: Pb compiling AdressBook.eba sample
Post by: DominiqueB on March 31, 2008, 04:13:43 PM
It works ok like this.

Thank's

Dominique