Forum: [VBP] General Discussion
09-28-2009, 03:54 AM
|
Replies: 1
Views: 12,758
Current working directory
How do you get the current working directory in a build script?
I have previously used a script to do this:
var Shell = WScript.CreateObject("WScript.Shell");...
|
Forum: [VBP] General Discussion
09-24-2009, 02:04 PM
|
Replies: 3
Views: 13,347
|
Forum: [VBP] General Discussion
09-22-2009, 03:45 PM
|
Replies: 3
Views: 13,347
read ini, file missing
I have a problem where I want to fail the build if the file is missing for the read ini action. Currently I have to add a script to the action to check if the action actually set the to anything,...
|
Forum: [VBP] Third Party Tools
03-19-2003, 11:07 AM
|
Replies: 9
Views: 29,980
Great!
It builds my workspace in the correct...
Great!
It builds my workspace in the correct order.
Thanks!
However, I would say that this is a bug.
I think Visual Builder could write an warning message for this kind of error. Not stop...
|
Forum: [VBP] Third Party Tools
03-18-2003, 09:15 AM
|
Replies: 9
Views: 29,980
Sorry, I almost lost it there...
Well, we've...
Sorry, I almost lost it there...
Well, we've used the dependency function for other projects. And it's been working fine.
But it stopped working for one workspace. So right now I have to build...
|
Forum: [VBP] Third Party Tools
03-18-2003, 08:47 AM
|
Replies: 9
Views: 29,980
Of corse it is a multi project DSW!
I am not a...
Of corse it is a multi project DSW!
I am not a complete idiot and I have been using VC since 1.0!!!
I am not posting here for fun! I am having a real problem!!!
The post included a part of the...
|
Forum: [VBP] Third Party Tools
03-18-2003, 08:29 AM
|
Replies: 9
Views: 29,980
VC6 Workspace dependencies not working
No, I have set the dependencies in VC6.
(And as I said it builds fine in VC6, it also builds in alphabetical order without dependencies.)
It looks like this in the dsw file for one of the...
|
Forum: [VBP] Third Party Tools
03-18-2003, 03:06 AM
|
Replies: 9
Views: 29,980
VC6 Workspace dependencies not working
One of my VC6 workspaces doesn't build because the projects are not built in the correct dependent order. They all build in alphabetical order.
If I open the same workspace in VC6 it builds...
|