I am wondering what the procedure is for importing classes from a DLL into a C++ program is? It is a prebuilt DLL made by TI so I don't have access to either the .h or .lib files. I looked around on SO and all of the solutions seem to require that you have developer access to the DLL. Which I am not as I don't work for TI. The loadlibrary function doesn't seem to want to open the DLL. The program fails to open it every time. I am at a loss now and any help is appreciated.
To give context its the TI.ZPI.dll which is used by their program called Ztool to run and manage Zigbee networks. I am trying to access the functions so I can write my own version of Ztool that has more functionality. The literature for the ZPI says it can be implemented in Visual Basic, C#, C++, J# and JScript