Page 1 of 2

Loading Images

PostPosted: Apr 23, 2004 @ 9:35pm
by PointOfLight

PostPosted: Apr 23, 2004 @ 10:29pm
by kornalius

PostPosted: Apr 23, 2004 @ 11:46pm
by PointOfLight

PostPosted: Apr 24, 2004 @ 2:55am
by kornalius

PostPosted: Apr 24, 2004 @ 6:40am
by PointOfLight

PostPosted: Apr 24, 2004 @ 7:02pm
by kornalius

PostPosted: Apr 24, 2004 @ 8:36pm
by PointOfLight

PostPosted: Apr 25, 2004 @ 5:00am
by kornalius
Hi,

If you had a declaration to Lib\Windows.ppl, everytime you run PPL it will load the declaration. But if your program is already compiled, PPL won't compile it again, you need to explicitely tell PPL to compile the project, select the File/Compile menu option.

Can you send me your code at the beta support email address. I will check it tomorrow or Monday.

Yes, I left a LOT of API functions out because it's very time consuming to add and I couldn't test them all. As the beta progress there is going to be more and more added. :D

Regards,
Kornalius

PostPosted: Apr 25, 2004 @ 5:27am
by PointOfLight

PostPosted: Apr 25, 2004 @ 6:10pm
by kornalius

PostPosted: Apr 25, 2004 @ 6:11pm
by kornalius

PostPosted: Apr 26, 2004 @ 2:34am
by PointOfLight

PostPosted: Apr 26, 2004 @ 2:36am
by PointOfLight

PostPosted: Apr 26, 2004 @ 12:35pm
by kornalius
The SHLoadDIBitmap is not defined in version 0.1a, it will be in 0.2. That is probably why you are getting an error.

As for PocketHAL, I will look into it and see what I can do. I have a long list of things to do for 0.2 and some more for future versions, I will add it to the list! :wink:

Regards,
Kornalius

PostPosted: Apr 26, 2004 @ 1:38pm
by PointOfLight
What do you mean by "defined"? I thought all you had to do was add a #declare or #declareapi statement and you could use a function from any DLL. Is that not actually the case?