Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual class library undefined
Message
From
14/07/1999 14:43:31
 
 
To
14/07/1999 14:31:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00241419
Message ID:
00241424
Views:
12
>Visual Class Library d:\program files\microsoft visual studio\vfp98\ffc\_utility.vcx has the following errors:
> Visual Class Library - Undefined
>
>I get this error message when I try to rebuild the project, create a .EXE, or a .APP. I have looked everywhere and can't find out what is causing it. There is no reference to 'Visual Class Library' in _Utility.vcx that I can find. Does anyone have any suggestions?
>

You may have a corrupted copy of the .VCX/VCT; there are two things you can try:

(1) Open _UTILITY as if it were a .DBF excludively, and then PACK it to clean up any stray records, doing something like:

CLOSE ALL
USE ("d:\program files\microsoft visual studio\vfp98\ffc\_utility.vcx") EXCLUSIVE
PACK
PACK MEMO

This will clean up any stray crud in the _UTILITY.VCX.

(2) If that doesn't help, or if it makes things worse, put a fresh copy of the .VCX/VCT files onto your system, preferably one from a system that is known not to have this problem.

I know that new versions of at least some of the FFC classes were released prior to SP3, and that SP3 also contained updates to the FFC, which included _UTILITY. If you haven't already applied SP3, this is probably the right time to do it...
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform