Forum: [VBP] General Discussion
10-10-2006, 12:07 PM
|
Replies: 1
Views: 10,414
solved
using Set Runner = vbld_TempMacroObj("Runner")
works fine.
|
Forum: [VBP] General Discussion
10-10-2006, 11:24 AM
|
Replies: 1
Views: 10,414
vbldMacroTemporary and object type
I'm creating a com interface and storing it using vbldMacroTemporary.
Later on I get the interface from the macros, but I cant access metods defined in the interface
The error I'm getting is...
|
Forum: [VBP] General Discussion
07-26-2006, 03:14 PM
|
Replies: 1
Views: 10,345
I found it
Create and store the object like...
I found it
Create and store the object like this:
Set Runner = CreateObject("IDEAScriptRunner.RunScript")
' store in a temporary macro
vbld_TempMacros().Add "Runner", Runner
Get it and...
|
Forum: [VBP] General Discussion
07-26-2006, 03:02 PM
|
Replies: 1
Views: 10,345
How to create a global object
I want to create a COM object when the build starts(in build starting event), that all steps can use. Much like Application or Project.
How do I do this, or can I do this?
Thanks
Indika
|
Forum: [VBP] General Discussion
06-09-2006, 08:00 AM
|
Replies: 2
Views: 11,270
ok thanks
Thank you for the quick response.
your support rocks!
|
Forum: [VBP] General Discussion
06-08-2006, 02:44 PM
|
Replies: 2
Views: 11,270
how do I programatically add code to script tab
How Do I add code to be displayed in the script tab and not in the script editor using the object model of VBP.
Currently I'm using IStep object to create a "run Script" type step and use the...
|
Forum: [VBP] General Discussion
06-08-2006, 01:29 PM
|
Replies: 1
Views: 10,084
|
Forum: [VBP] General Discussion
06-08-2006, 12:49 PM
|
Replies: 1
Views: 10,084
what is wrong with this script
The attachec build file was created using VBP 5.7 object model in C++.
Why is this MsgBox gets called 3 times when I run this script.
|
Forum: [VBP] Third Party Tools
05-29-2006, 02:23 PM
|
Replies: 1
Views: 11,573
using vbpro 5.7 in C++
Hi,
I want to write an application that automates visual build pro in C++ (unmanaged). Can someone tell me the steps I need to do in order to do this.
Thank you in advance.
|