loading
 
API Problems
Anonymous
16 year
I have been having some problems with the API.  I copied the vb.net program and it errors out at the following line of code:

        rr.Open("c:\www\RoboRealm\bin\RoboRealm.exe")

I was just wondering if anyone knew why it was erroring out here.

thanks in advance
Anonymous 16 year
Derek,

You probably need to change the specified path to where your copy of RoboRealm is located.

STeven.
Anonymous 16 year
I Tried changing to the link where Roborealm is installed, and it is still a no go.  What is posted now is directly pulled from the api example vb.net program.

Derek
Anonymous 16 year
There is a parameter missing from the example, it should read

rr.Open("c:\www\RoboRealm\bin\RoboRealm.exe", 6060)

The port number (last param) was added to the COM object but not updated in the example. This change has been added to the API examples and updated. See if adding the default port of 6060 clears up that error.

STeven.
Anonymous 16 year
STeven

adding the port number fixed the problem

thankyou
Derek VanOverloop

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index