Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid memo file
Message
 
 
To
12/03/2005 15:29:27
Linda Morgan
Garden City Community College
Garden City, Kansas, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00995187
Message ID:
00995197
Views:
15
Instead of pack try to copy VCX to new name.
* PACK
COPY to newclasslib.vcx
USE
If it works, you can delete old one and rename new one to the old name.

>Thanks for your response.
>The replace all objcode works
>On 'pack', I'm still getting memo invalid
>??
>Linda
>
>>Linda,
>>
>>Make backup copy of your class library just in case, and try following.
* Open class library as a table
>>USE myclasslib.vcx EXCL
>>* Wipe out compiled code
>>REPLACE ALL objcode with SPACE(0)
>>PACK
>>USE
>>* Recompile class library
>>COMPILE CLASSLIB myclasslib.vcx
>>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform