Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with COPY FILE and file included in pjx
Message
De
07/08/2006 10:31:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Problem with COPY FILE and file included in pjx
Divers
Thread ID:
01143458
Message ID:
01143458
Vues:
48
Hello!
I have problem with code
copy file (samthing_files_from_pjx) to (example_file)
If I run *.exe file, I have error message:
File 'fullpath_samthing_files_from_pjx' does not exist

This problem exist in class
systray.vcx, method loadicon
example:
...
*  Assume that the icon is contained in the app/exe file.  Copy to temp before loading.
IF FILE(cIconFileName)
	cTempFileName = ADDBS(GETENV("temp")) + "systray_temp_" + SYS(3) + ".icn"
	COPY FILE (cIconFileName) TO (cTempFileName) && <-- error message
         
ELSE
	RETURN
ENDIF
...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform