User Profile

Collapse

Profile Sidebar

Collapse
cmc123
cmc123
Last Activity: May 30 '07, 07:44 AM
Joined: May 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cmc123
    replied to FileNotFoundException
    in C
    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...
    See more | Go to post

    Leave a comment:


  • cmc123
    started a topic FileNotFoundException
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...