How to call the existing libraries containing unmanaged C++ classes
-
Hi All, How can I call the existing libraries containing unmanaged C++ classes in a vb.net project. Thanx In Advance. Paramhans Dubey.
-
Hi All, How can I call the existing libraries containing unmanaged C++ classes in a vb.net project. Thanx In Advance. Paramhans Dubey.
If they are in dlls, you can p/invoke them. www.pinvoke.net[^]
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
If they are in dlls, you can p/invoke them. www.pinvoke.net[^]
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Hi Christian, Thanx for your help. Paramhans Dubey.