How to call a function in DLL created in C++ in 2008 .NET
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, dear all, I have a DLL created in C++ in 2008 .NET, it exports a function to be used by many other applications. Now I have a application also created in C++ in VS2008, I need to call that function from DLL, how can I do it? also the DLL file path is come from my application argument list. Thanks!
-
Hi, dear all, I have a DLL created in C++ in 2008 .NET, it exports a function to be used by many other applications. Now I have a application also created in C++ in VS2008, I need to call that function from DLL, how can I do it? also the DLL file path is come from my application argument list. Thanks!