Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine programmatically if a dll is registered
Message
From
18/03/2004 13:13:16
 
 
To
18/03/2004 10:40:37
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00887511
Message ID:
00887612
Views:
22
>Trapping error.. (It´s what I do)
>
>
>llerror=.f.
>on error llerror = .t.
>
>* make your call
>
>if  llerror
>    * no dll or dll it is not working
>endif
>
Aw c'mon Claudio! That's so... twentieth century!
try
  * make your call
catch
 * no dll or dll it is not working
endtry
< smile >


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform