Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid memo file
Message
From
12/03/2005 16:36: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:
00995211
Views:
18
Getting the same error. This library file was based off of VFP's wizstyle.vcx. Would I perhaps have broken a link by totally uninstalling VFP 8 and doing a fresh install of VFP 9? If so, is it possible to reinstall VFP 8, leave the wizard folder in the VFP 8 directory, uninstall vfp8, reinstall vfp 9? Can vfp 8 and vfp 9 co-exist on the same drive without conflicting?

>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
>>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform