loading

RoboRealm DLL

Download Examples of using the RoboRealm DLL

The RoboRealm DLL specifies a shared library interface into RoboRealm modules. The DLL is meant to be incorporated into another applications that wish to directly utilize the RoboRealm modules. Note that the RoboRealm.dll is located within your RoboRealm Commercial installation folder (typically c:\Program Files\RoboRealm\) and comes as part of the download link that you used to install the GUI application. Once you have access to this DLL you can copy it to alternative locations as needed.

Note, the RoboRealm.dll file and associated header and library files are ONLY available if you have purchased the Commercial version of RoboRealm.

The RoboRealm DLL is meant for advanced users that are familiar with working with low level functions and integration of Windows applications. We do not recommend the DLL interface for those that are unfamiliar with Windows shared libraries. Instead, use either the scripting modules or the API which are simpler to utilize.

Theory

Like the RoboRealm API, the DLL specifies calls into the DLL to perform various functions. Please note, the DLL AND the API have exactly the same COM functions! Thus, we recommend you start using the API instead as it is easier to determine what is happening within RoboRealm with the GUI exposed. When you are ready, switching to the DLL calls is a simple change. This symmetry between the API and the DLL function provides the ability to leverage which technique is most appropriate for your application with minimal changes if you decide to switch.


 New Post 

Related Forum PostsLast postPostsViews
RoboRealm TestDll
Hi all, In your example, "Test DLL", you wrote: #include "RoboRealm.h" // located i...
2 year 2 1464
rr.SetCOMType(1)
I have been writing my VB app using the API server.  Now I want to switch to the dll. I ...
5 year 2 1780
Save Image Problem (using C# and DLL)
Hello, I am using C# and the DLL calls in Ms Visual Studio Community 2017 environment.
6 year 4 2046
Unable to Add RoboRealm.dll to C# project
Hi, I am trying to explore RoboRealm.dll. I created a C# project and then try to add RoboRealm.dll ...
6 year 2 2086
RR Won't Start when Called from Code in 64 bit (RR_COM_API_64.dll)
Hi, In the past, I can call RR Startup() method successfully in 32 bit from my code (C#) without an...
7 year 4 1958
Using RoboRealm through LabVIEW
Hi, I'm trying to check whether I can call a robo file or a dll, made through RoboRealm from LabVIE...
7 year 2 1985
Dll error when trying to run the VB script program
Whenever I tried to use the  VBscript program I get an error stating that I have to place the ScriptSite_64.dll in Sys...
7 year 2 2578
OpenNI2 and RoboRealm not playing well together
Good afternoon, Looking to use the Kinect with Roborealm. Followed all the directions here ...
7 year 4 2146