Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use class library compiled in external exe- module?
Message
From
15/05/2003 14:36:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
How to use class library compiled in external exe- module?
Miscellaneous
Thread ID:
00788920
Message ID:
00788920
Views:
45
I need some advice in the following situation.
There are two projects ProjectChild and ProjectParent. Two modules ProgChild.exe and ProgParent.exe accordingly are built.
ProjectParent contains class library LibParent.vcx with ClassParent class.
ProjectChild contains class library LibChild.vcx with ClassChild class inherited from ClassParent from LibParent.vcx. ProjectChild contains class library LibParent.vcx marked as excluded.
There is code “SET CLASSLIB TO LibParent IN ProgParent.exe” in ProgChild.prg.
But “loObject = CREATEOBJECT([ClassChild])” causes hang-up of ProgChild.exe
Next
Reply
Map
View

Click here to load this message in the networking platform