Hi Following code i typed in c++/cli it is working fine except last. -----------------------START----------------------------------- T = 373.15;//K P = 101325;//Pa array<string^>^ gcomp = gcnew array<string^>{"n-Hexane", "n-Octane"}; array<double^>^ comp = gcnew array<double^>{ 0.5,0.5 }; int a = 0; array < String^,2 >^ result2 = calc.PTFlash(prpp, a, P, T, gcomp, comp); ----------------------------------------END-------------------------------------------------- Following code from VB.net it working...
Sorry realy i don't know where is developer forums please the give link
DWSIM.Thermodynamics C++
DWSIM.Thermodynamics.StandaloneLibrary is support C++ or VC++ or MFC?