April 19, 2024, 08:47:55 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


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