Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class library file ... is not found (Error 1993)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00820964
Message ID:
00821706
Views:
24
>>Hi All!
>>
>>I get such error when I am trying, to add cursoradapter object to dataenvironent of a report (this.addobject("ca_customer"","myCursoradapterBasedBlass") ).
>>The behavior is very strange because:
>>1) The application works good only if it is started from project directory.
>>2) VCX library with the myCursoradapterBasedBlass is included in exe.
>>It seems however that VFP looks for the class outside exe file - see point1
>>3) Display status shows that the VCX is loaded into memory
>>4) I can create the customeradapter object based on the myCursoradapterBasedBlass ouside report dataenvironment using createobject function (through my application "programmer command window")
>>5) I have very similar code and directory structure in another application and the another aplication works good
>>
>>I recompiled my project and even recreate the VCX library without results.
>>I looked also into VCX file - ClassLocation field looks good "..\..\system\klasy\fundam.vcx".
>>What else can I do (beside switching to another language) ?
>>Thanks in advance.
>
>Is this happening when you are running an EXE from within VFP but working fine when you run the EXE from windows ? If so it is the old problem with VFP whereby you need to ensure that you set paths to everything if you are running an EXE from within the VFP ide.

Unfortunatly it did not work in both cases. Thanks for your help.
Previous
Reply
Map
View

Click here to load this message in the networking platform