Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 6.0 and long file names
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
VFP 6.0 and long file names
Divers
Thread ID:
00163582
Message ID:
00163582
Vues:
63
I try to install my application in "Program Files" folder, but in main programm I have the following code:

programm_path = SYS(16,1)
programm_path = LEFT(programm_path,AT(MYAPP,programm_path)-1)

m_file = programm_path + "MyLib.FLL"
SET LIBRARY TO &m_file

but allways when I run application I receive the error messages: programm xxx.prg does not exist where the xxx is function from MyLib.Fll

How can I use the long file names within the VFP.

TIA
Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform