Using Toolbox SDB Client API

There's an SDB server running in a workstation, and communication to a DCS wants to be added, this through an existing OPC server with an EGD driver. What I want to do is to read the SDB so I can automate the OPC tag list in accordance with the actual database information.

Right now I'm compiling the SDB_Test program included in the SDB_ClientAPI folder and the build is done without errors or warnings, but when I try to run it an error message about a MultiLang.dll not found appears.

Any suggestion on this matter would be welcome!
 
Well I just solved it for the moment, it asks for various dll's located in the SDB Server installation folder, just copied them directly to the release/debug folder where the .exe is generated and it worked...

I'll do some testing and try to develop the functionality I mentioned above.
 
Top