Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set classlib to (lcLib) additive in VFP 9
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01031157
Message ID:
01031245
Views:
13
> I am converting an application from VFP 6 to VFP 9. A code that
> worked well in VFP 6 now bombs on the following line in VFP 9:

> set classlib to (lcLibrary) additive
> Error: Alias already in use.

You already have a CLASSLIB loaded with the same name (Same named VCX in a different folder). You probably don't want this.

If you do, try something like this:
SET CLASSLIB TO (lcLibrary) ALIAS (JUSTSTEM(lcLibrary)+"2") ADDITIVE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform