Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runtime and set classlib
Message
From
21/07/2003 12:50:53
 
 
To
17/07/2003 14:48:37
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00811214
Message ID:
00812058
Views:
13
Hi Bill,

I'm not sure I follow you exactly, but if you are only setting classlib to MyBase in
the code of MyLibrary, that might be your problem. You need:
SET CLASSLIB TO MyBase IN myLibraries.exe
to appear in MyMain also.

pamela
>I'm using VFP 7.0
>
>myBase.vcx has all my base classes in it with very minimal coding.
>All my other classes are subclassed from classes in myBase.vcx.
>
>I put all my other Classlibs in myLibraries.exe and in myMain.exe I "Set Classlib to myClasses in myLibraries.exe".
>I exclude all those classes from myMain.exe.
>
>Everthing works fine until I try to include myBase.vcx in myLibraries.exe and exclude it from myMain.exe. Then I get an error "cannot find myBase.vcx". As long as I leave it in myMain.exe then everything is fine.
>I've verified that myBase.vcx is in the "Set('Classlib')" during runtime.
>
>TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform