Forum: [VBP] General Discussion
02-03-2011, 03:27 AM
|
Replies: 17
Views: 26,731
And one more comment - any of the proposed...
And one more comment - any of the proposed methods will have a problem compared to loading global macros via /macros command-line parameter:
- /macros loads all macros in bulk and only after that...
|
Forum: [VBP] General Discussion
02-02-2011, 01:04 PM
|
Replies: 17
Views: 26,731
|
Forum: [VBP] General Discussion
02-02-2011, 11:28 AM
|
Replies: 17
Views: 26,731
I've finally understand the source of the...
I've finally understand the source of the problem.
When ones creates temporary project, it does not have access to macros defined in the original project, it has access to global macros only.
...
|
Forum: [VBP] General Discussion
02-02-2011, 05:14 AM
|
Replies: 17
Views: 26,731
Oh, so easy, thanks a lot! I was using...
Oh, so easy, thanks a lot! I was using vbld_AllMacros() because I did not know better. Sample code in this thread used vbld_TempMacros(), and I did not figured out that ...
|
Forum: [VBP] General Discussion
02-01-2011, 11:05 AM
|
Replies: 17
Views: 26,731
|
Forum: [VBP] General Discussion
02-01-2011, 06:57 AM
|
Replies: 17
Views: 26,731
Can not make to work!
AddSetMacroStep objApp.Project, macro.Name, macro.Value
does not work for me :(
I'm doing everyting like in the sample and later in the build trying to output macros value from the cmd file:
echo...
|