Sorry, correct me if I'm wrong, but I checked MSDN and saw that System.load is J# method.
It seems that my problem was reported here: http://connect.microso ft.com/VisualStudio/feedback/ViewFeedback.as px?FeedbackID=9 8744
I followed 2 workarounds described in that bug report, they didn't work.
And then I build Native.dll as static lib, this time, my C# application can use my C++/CLI wrapper correctly. But...
User Profile
Collapse
-
FileNotFoundException
Hi folks,
I get troubles in calling C++/CLI class library from C#. Here is what I did and what I got (I use VS 2005):
+ I have a pure Win32 DLL built by VC++ (by choosing Win32 Project in New Project Menu), using libraries from OpenSSL, MySQL and libxml2. The DLL was compiled and linked successfully, I got 2 files, let's call them: Native.dll and Native.lib
+ I wrote a wrapper for Native.lib in C++/CLI...
No activity results to display
Show More
Leave a comment: