Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to find Visual Class Library (LibraryName)
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00395583
Message ID:
00395591
Views:
12
>Hi:
>
>I have a VFP 6.0 classlib built into a AppA.EXE file. Within AppB.EXE I'm trying to instantiate a class that is defined within AppA.EXE:
>
>oSomeObj = NEWOBJECT("AppAClass","AppA.VCX","AppA.exe")
>
>When I compile the AppB project I get the following compile time error:
>
>Unable to find Visual Class Library AppA
>
>I tried using the EXTERNAL LIBRARY command, but this fails to resolve the PM problem. Any ideas on how I can trick the PM to ignore this error?
>
>Thanks!


Paul,

Did you try oSomeObj = NEWOBJECT("AppAClass","AppA.VCX")?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform