Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugging VFP DLL
Message
 
 
À
07/09/2001 17:46:52
Charles Richard
Nvo Management Systems
Boisbriand, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00554077
Message ID:
00555710
Vues:
18
The timer idea is great not only for debugging but for control over the DLL.
But I'm having the worst time trying to implement the idea. Do you see
any problem with my approach?

1. Created a prg that contains definition for an xtimer class based on the timer class, in it I check for the file through the timer event.
I make sure that enabled is .t. and interval is 2000 milliseconds

2. I add this xtimer class by doing an ADD OBJECT timerobj AS xtimer in the
begining of myoleserver class.

If I run my oleserver class by set procedure to file_that_contains_my_oleserver class and then CREATEOBJECT('myoleserver'), the timer works, but as soon as
I build the DLL and create the object from the DLL the timer doesn't work?....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform