Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shell.application not registered
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00228390
Message ID:
00228818
Views:
12
>The error message is "OLE error code 0x80040154: Class not registered.
>
>Another interesting point:
>declare integer findwindow in win32api string cnull, string cwinname
>Fails as well

I don't think they're related. API function call registration is case sensitive in terms of the function name. The proper syntax would be:
DECLARE INTEGER FindWindow IN Win32API;
  STRING @cnull, STRING @cwinname
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform