Forum: [VBP] Suggestions
03-22-2005, 02:58 PM
|
Replies: 3
Views: 18,313
|
Forum: [VBP] General Discussion
03-22-2005, 02:53 PM
|
Replies: 4
Views: 15,541
The way we deal with selectively building parts...
The way we deal with selectively building parts of a project is to use build rules (referencing macros passed on the command-line as you mention) on Subroutine Call steps for each part of the build...
|
Forum: [VBP] General Discussion
03-21-2005, 06:36 PM
|
Replies: 4
Views: 15,541
Could you store the information you need in a...
Could you store the information you need in a temporary macro before throwing? What do you want to be able to test for in the failure steps?
Some enhancements we are considering for the next...
|
Forum: [UR] General Discussion
03-19-2005, 04:22 PM
|
Replies: 3
Views: 10,695
|
Forum: [VBP] General Discussion
02-22-2005, 09:18 AM
|
Replies: 2
Views: 11,797
|
Forum: [VBP] General Discussion
09-05-2004, 08:14 PM
|
Replies: 3
Views: 10,681
|
Forum: [VBP] Third Party Tools
05-08-2003, 08:43 AM
|
Replies: 2
Views: 17,551
|
Forum: [VBP] General Discussion
04-17-2003, 02:08 PM
|
Replies: 3
Views: 18,933
This behavior seems to be a common occurrence...
This behavior seems to be a common occurrence with any application on XP after SP1 is installed: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=scheduled+tasks+0x80&sa=N&tab=wg
This...
|
Forum: [VBP] General Discussion
03-31-2003, 08:54 AM
|
Replies: 2
Views: 20,188
You can use the touch utility from...
You can use the touch utility from http://unxutils.sourceforge.net/ to do it, calling it from a Run Program step. For example:
touch "%PROJDIR%\*.exe"
The above will work if you extract...
|
Forum: [VBP] General Discussion
03-26-2003, 09:07 AM
|
Replies: 3
Views: 20,439
|
Forum: [VBP] General Discussion
03-25-2003, 06:17 PM
|
Replies: 3
Views: 20,439
|
Forum: [VBP] Third Party Tools
03-25-2003, 06:13 PM
|
Replies: 1
Views: 17,167
If you specify a project group file (VBG), the...
If you specify a project group file (VBG), the Make VB6 action will enforce the correct build order according to dependencies within the group and also update dependencies for projects built with...
|
Forum: [VBP] Third Party Tools
03-24-2003, 04:19 PM
|
Replies: 2
Views: 18,927
|