Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New stuff gets included
Message
From
12/11/2004 06:27:44
 
 
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00960731
Message ID:
00960736
Views:
13
>Hi All,
>
>Here's a situation that regularly causes a problem.
>
>When rebuilding, a new program, vcx, whatever gets included if it can be located, without any warning and it's not always 'obvious' to me that it happened. But inclusion is not always what I want. Instead, I more frequently want it pulled in as excluded. I have one exe and several apps. Certain routines are included in the exe and must not be included in the apps. If such a routine gets included in an app, it will be a second instance and it may differ from the official one in the exe, because version updates often only include one or two apps. Problems may and will arise.
>
>Does this sound familiar?
>Who has worked out a solution to this unwanted behavior?

Use a global Project for development
define a exe project => compile EXE
define various app projects => compile APP

Or: Use a projectHook.beforeBuild for customize the Build process

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform