irisbenji
09-05-2003, 09:00 AM
My problem seems general, not specific to the software im adding Add-Ins in.
I have problems connecting Visual Basic to Rational Rose Realtime.
I manage to display a MsgBox after a right click somewhere in RoseRT, but if in my visual basic script, there is something about elements from the model of RoseRT, using the RoseRT libraries, it compiles well, and when I run it , i get things like
Object required
Variable or ...not set
If I try this
Dim RoseRT As Object
Set RoseRT = GetObject("D:\Programme\Rational\Rose RealTime\bin\win32\", "RoseRT.exe")
I get ActiveX can t create object
Please help me
I have problems connecting Visual Basic to Rational Rose Realtime.
I manage to display a MsgBox after a right click somewhere in RoseRT, but if in my visual basic script, there is something about elements from the model of RoseRT, using the RoseRT libraries, it compiles well, and when I run it , i get things like
Object required
Variable or ...not set
If I try this
Dim RoseRT As Object
Set RoseRT = GetObject("D:\Programme\Rational\Rose RealTime\bin\win32\", "RoseRT.exe")
I get ActiveX can t create object
Please help me