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:
00396090
Views:
14
>This is a WAG, but what would happen if you added a 'AppA.vcx' library to your >code with nothing in it, then marked it EXCLUDE as Mark suggested?

Barbara:

Including an empty class library works. The PM compiles w/o problems and everything instantiates. Also, I have found another solution--just include a variable and assign the VCX library to it.

LOCAL lcVCX
lcVCX = "AppA.VCX"

oSomeObj = NEWOBJECT("AppAClass",lcVCX,"AppA.exe")

--Paul
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform