Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding files to projects
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00469482
Message ID:
00469501
Vues:
7
>Hi,
>
>Is there a way to automatically (or running a file at the end of the day) include all the .bmp or .ico files to our project (because another programmer can had it already to his own project).
>If we don't include the files, the EXE built on my machine is incomplete.
>

The simple answer is yes under source control, such as VSS. VSS keeps the project in a database as a whole, including all included files, so that when some checks out the project, they get all the component.

The files are not embedded - they have to remain individual files; the PJX saves a list of what's there, not the actual files. If you are pointing at files all over your local drive, it's going to be tough relocating them on another machine, so put the files in a common subfolder before including them; in that way, you could try building a Zip file which held all the subfolders of the project, and the files would be contained.

Without this, you're going to eventually make building the project impossible, since you'll have file references which are based on multiple machines and cannot be completely resolved.
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
Répondre
Fil
Voir

Click here to load this message in the networking platform