DWSIM.Thermodynamics.StandaloneLibrary is support C++ or VC++ or MFC?
Simulate chemical processes using advanced thermodynamic models
Brought to you by:
danwbr
Hi,
Am using DWSIM.Thermodynamics.StandaloneLibrary.dll. I followed "Example1.vb" source code it working fine. But we are trying to convert "Example1.vb" to c++ is not working . Please check my following code
------------------------------------------------------START-----------------------------------------
//using namespace DTL::Thermodynamics::StandaloneLibrary::tlb;
HMODULE hDWSim;
int main()
{
hDWSim = LoadLibrary("DWSIM.Thermodynamics.StandaloneLibrary.dll");
//DTL.Thermodynamics.Calculator dtlc = new DTL.Thermodynamics.Calculator();
//dtlc.Initialize();
}
--------------------------------------------END--------------------------------------------------
How to use this class "DTL.Thermodynamics.Calculator()" in c++
//DTL.Thermodynamics.Calculator dtlc = new DTL.Thermodynamics.Calculator();
//dtlc.Initialize();
* It is possible to work in C++ or VC++ or MFC*
Kindly Replay ASAP
Honestly, I don't know, but it should work either through the COM interface or through C++/CLI.