Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class not found
Message
From
03/08/2001 12:17:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Class not found
Miscellaneous
Thread ID:
00539463
Message ID:
00539463
Views:
50
Hi all,

Our app uses subclasses as follows:
-VFP Base (ie. commandbuttons) 
 -BaseCls (ie. _commandbuttons) - BASECLS.VCX
  -BrowerClass (ie. _frmBrowser using _commandbuttons subclasses) - APPLVL.VCX
Everything works without problem inside the EXE. The EXE averages at 5 MB. The problem is when I do debugging; I can only validate my codes at the client environment which I am connected using a 56K modem. I have to resend the EXE (zipped) for every miniscule change I do. This is a process that obviously takes time.

An idea came to me that if I copy the .PRG file which has the problem and do the debugging at their side using Notepad; then run it using the pseudo-command line in our app by using COMPILE & DO would help. I renamed the program to make sure that the EXE won't reference the compiled program inside the EXE.

Now, my real problem is that; when I run the .PRG from the pseudo-command line; the BrowserClass instance in the .PRG says it can't find the BASECLS.VCX! I tried adding the following lines to the prg and it still does not work:
SET CLASSLIB TO BASECLS IN APP.EXE ADDITIVE
SET CLASSLIB TO APPLVL IN APP.EXE ADDITIVE
Is what I'm doing valid? Or it does not really work this way.
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform