I have a form excluded from exe file that uses classes built into this exe. In VFP command window I type:
SET CLASSLIB TO myclass IN myprogram.exe
MODIFY FORM myform
VFP comes with error "Error instantiating class. Cannot find class myclass.vcx".
Can anybody suggest any idea to fix this problem.
Thanks.
SET CLASSLIB TO myclass IN myprogram.exe
MODIFY FORM myform
VFP comes with error "Error instantiating class. Cannot find class myclass.vcx".
Can anybody suggest any idea to fix this problem.
Thanks.