This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - IOM and c++

lcariglia - Monday, January 9, 2012 3:31 PM:

Is there any sample on how to make the calls and link the iom.dll using c++?



aknourenko - Friday, January 13, 2012 11:57 AM:

You can try to search community projects on the site for such example but in general it should be pretty simple: a) use the COM version of IOM which could be found in the Clientcbin directory of your Innovator installation; b) follow the Programmer's Guide to create a basic piece of code that uses IOM (e.g. just connects to the server; see for instance section 11 of the guide) - the COM version of IOM supports exactly the same interface as .NET IOM.



lcariglia - Friday, January 13, 2012 7:00 PM:

Thanks will check the documents. But I thought I need an header file to connect the c++ document to an external dll and I'm not seeing any .h file in the aras directory.