Hi There,
I hope somebody can help me, I work with Visual C++ 2008 with QT libraries
I am trying to include a Interop.Encore.dll file into my program to access our ERP system business objects and post new data to the ERP
We have a Visual Basic program geared to communicate with our ERP using this same DLL file...
Now what is the Syntax for including the neccesary DLL file (no header file available) into my program?
I will also add that I have built my program using a qmake command (compiles headers and source files etc into a sollution file) to include the dll and when I build the solution I get the following:
"1>fatal error C1308: c:\...\Libs\Interop.Encore.dll: linking assemblies is not supported
1>LINK : fatal error LNK1257: code generation failed"