Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Load images into a form using GDIPlus library
Message
 
 
À
06/10/2004 12:19:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00949200
Message ID:
00949278
Vues:
16
---
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<
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform