Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with COPY FILE and file included in pjx
Message
 
 
À
07/08/2006 10:31:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01143458
Message ID:
01143470
Vues:
9
See Re: Foxtray sample in solution.pjx Message #811889 for possible solution.

>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
>...
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform