Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exclude file from project.
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00417658
Message ID:
00417685
Views:
24
You may try to change this in code. For example,

DO "MyPrg.PRG"

Above will automatically include "MyPrg.PRG" file into project.

local lcMyPrgVariable
m.lcMyPrgVariable = "MyPrg.PRG"
DO (m.lcMyPrgVariable)

This cause not include file during project compiling.
I don't know about bitmaps, however. They stored in property.

You also may try to use project hook class and control this. (I don't know however if it is possible to remove file from project after compiling from project hook object, but at least I know that project hook object can add any files before compiling.)


>Yes...but this still won't fix the problem if someone comes along after me and rebuilds the project.
>In VFP you can say something like EXTERNAL FILE myfile.xxx and when VFP rebuilds the project, the file is included in the application...what I want is the exact oposite of that.
>
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform