Call a lib from .NET
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello I´ve got a static library lib that is compiled for running in MS-DOS(it must run in MS-DOS for detecting some drivers that are only in DOS). How can i call it from .NET or from C++? From C++, I would create a DLL that will be called from C#. Best regards, Borja
-
Hello I´ve got a static library lib that is compiled for running in MS-DOS(it must run in MS-DOS for detecting some drivers that are only in DOS). How can i call it from .NET or from C++? From C++, I would create a DLL that will be called from C#. Best regards, Borja
Look at PInvoke
only two letters away from being an asset