Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Load images into a form using GDIPlus library
Message
 
 
To
06/10/2004 12:19:48
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00949200
Message ID:
00949278
Views:
15
---
One very simple way to do that is:
CREATEOBJECT("reportlistener")
That got rid of the DLL exception for me.
---

NB: You won't need to do this in the shipping product, although it is good advice for the public beta build! If you use the unpathed IN GDIPLUS.DLL sequence as recommended in the release notes, you'll find that GDIPLUS automatically gets initialized.

So, if you put this in your code, you may want to bracket it with an #IF version check or something.

>L<
Previous
Reply
Map
View

Click here to load this message in the networking platform