Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Set ClassLib to
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00414726
Message ID:
00414727
Vues:
25
>I cant seem to get the following command to work properly:
>
>Set ClassLib To MyClass1
>
>I have the following set up:
>
>1. All my Base Claseses are in C:\MYBaseClasses
>2. My Apps are in C:\Myapp1 C:\MYAPP2 C:\MYAPP3 etc
>
>Say in Myapp1 I want to use :-
> Set Classlib to C:\MyBaseClasses\MyBase1,
>but my Runtime App will run from c:\MYAPP1, and out on site,
>there wont be any C:\mYbASEcLASSES, How do I do it.
>

Issue a SET PATH TO while developing (doing it in code is completeply pointless, since the code isn't in effect when the build takes place) to indicate what directories VFP is to search in your development environment and then use SET CLASSLIB TO without specifying a path so that there's no hardcoded path
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform