Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to exclude files from project
Message
De
08/02/2013 14:36:44
 
 
À
08/02/2013 14:07:40
Mk Sharma
Shrishti Solutions
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01565458
Message ID:
01565536
Vues:
46
>>>>Add them to the project and mark as excluded
>>>>
>>>>>When i build my project some files automatically included in project and after that my project created as a Encrypted project.
>>>>>I have unchecked the Encrypted option but when i build project this option automatically checked.
>>>>>
>>>>>How to exclude this files from my project ?
>>>>>
>>>>>
>>>>>
>>>>>Also i am not including my reports and Images in project so also getting some Undefined errors when i build my project.
>>>>>
>>>>>** Error for Images likes below
>>>>>File NEWFROMTEMPLATE.BMP - Undefined
>>>>>
>>>>>** Error for reports likes below
>>>>>Report BANKR - Undefined
>>>>>Report BANKP - Undefined
>>>>>Report CHQPRINT - Undefined
>>>>>Report CASHR - Undefined
>>>>>Report JV - Undefined
>>>>>Report RECREPO - Undefined
>>>>>Report TDSPRIN - Undefined
>>>>>Report ROOTLIS1 - Undefined
>>>>>Report ROOTLIS2 - Undefined
>>>>>Report ITEMLIS1 - Undefined
>>>>>Report ITEMLIS3 - Undefined
>>>>>Report ITEMLIS2 - Undefined
>>>>>Report GENLIST - Undefined
>>>>>Report ITEMLIS1 - Undefined
>>>>>Report ITEMLIS3 - Undefined
>>>>>Report ITEMLIS2 - Undefined
>>>>>Report DNOREPO - Undefined
>>>>>
>>>>>How to Bypass this errors when we build a project/App/Exe ?
>>>>>
>>>>>Warm Regards,
>>>>>mk.
>>>
>>>
>>>When i RightClick on below files in project there is no Exclude Option ?
>>>Please see my attached Images file.
>>>
>>>
>>>** This files Automatically Included when i build my project.
>>>foxtools.fll
>>>foxypreviewer.app
>>>system.app
>>>
>>>
>>>And for Reports and Images, Is we need to Exclude this files One by One or we can exclude all at once ?
>>>
>>>Warm regards,
>>>mk.
>>
>>Note the "no" symbol (the circle with diagonal line through it) next to the file -- it indicates file is excluded (they are listed as being associated with the project but not are included in the generated app/exe/dll). APP, DLL and FLL are tagged as excluded by default. As for tagging most other types, there is no direct means to perform "batch" the toggling of include/exclude, and basically "hacking" the contents of the PJX/PJT file (by opening as DBF -- i.e. enter the command "USE projectname.PJX" ). And it has already been mentioned, care must be taken when directly manipulating the PJX/PJT file.
>
>If i Delete this files (foxtools.fll, foxypreviewer.app, system.app, gridview.app, ss_support.app) from the folder and rebuild the project, the project build as UnEncrypted. If i copy this files in Project folder or Sub Folder and rebuild the project then this project created as Encrypted ?
>
>Warm regards,
>mk.

If I remember correctly, if you add a APP that has been compiled with encryption turned on, the project into which the APP file was added has encryption turned on. I do not know if this is a requirement imposed by the runtime engine or not (i.e. I don't know if an unencrypted APP/EXE file can utilize an encrypted APP). Perhaps you may be able to create "dummy" copies of those APPs to be listed within your project ? Just place the "dummy" versions of the APP files in a totally different directory (and explicitly add them to the project) -- this way VFP is happy when building the project but doesn't affect attempts to run the program after you build it (because it loads the actual version of the APPs that are contained in the folder where the compiled program resides).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform