Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Classes outside EXE
Message
 
To
29/05/2001 23:09:11
Nitin Parulekar
New Zealand Software Corp Ltd
Hamilton, New Zealand
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00512506
Message ID:
00512798
Views:
8
>To All,
>Our framework classes are in the application EXE and obviously any Program/Form in the EXE runs fine. The aplication provides a hook to enable running of any .FXP that may not be in the EXE. It simply has to reside in the same folder as the EXE. The arrangement works fine if the external program has no call to a form that uses any of our framework classes. Forms using Foxpro baseclasses work fine (This is because Foxpro Runtime DLL is included in the Seup Wizard that manages the EXE). I have tried the following in Form.Load() as well as in the Program that calls the form(even though the form's in Private DataSession)
>
>Set Procedure to OurApp.EXE
>SET Classlib to Ourclass.vcx
>
>Yet I keep getting "Class Not Found Error"
>
>Can anyone tell me what else I can do ?
>
>TIA,
>
>Nitin

Hi Nitin,

Try
SET CLASSLIB TO Ourclass.vcx IN OurApp.EXE ADDITIVE
If that doesn't work, you may have the same problem as described here:

http://support.microsoft.com/support/kb/articles/Q253/8/79.ASP?LN=EN-US&SD=gn&FR=0&qry=q253879&rnk=1&src=DHCS_MSPSS_gn_SRCH&SPR=SQL
Previous
Reply
Map
View

Click here to load this message in the networking platform