Menu

using DWSIM.Thermodyamic standalone library in visual c++ console application

harish
2014-12-10
2015-01-14
  • harish

    harish - 2014-12-10

    can we use DWSIM.Thermodyamic standalone library in visual c++ console application

     
  • harish

    harish - 2014-12-12

    Thanks Danial,I have gone through the documentation but the sample code available for VB and C# I need to use it n VC++. I have followed the most of the steps for loading tlb file in VC++ but unable to instantiate class or function. I am able to see function and classes in object browser I am curious to know if some one have used this library with VC++

     
  • Daniel Medeiros

    Daniel Medeiros - 2014-12-12

    I don't work with C++ very much... a little time ago I was able to instantiate a .NET class on it through 'gcnew' or something like that... You can go through the COM way too if you want, specially if you have restrictions on using .NET classes.

    http://www.codeproject.com/Articles/17787/C-CLI-in-Action-Instantiating-CLI-classes

    Regards,
    Daniel

     
    • harish

      harish - 2015-01-14

      Thanks Daniel. I really appreciate your help.

       

Log in to post a comment.