Results 1 to 2 of 2

Thread: CPP DLL to C#

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Location
    too expensive land
    Posts
    46

    Question CPP DLL to C#

    hello
    i wrote a dll using C++ two years ego.
    i used external headers like this:
    in "MAIN.cpp" i called external header & wrote the following line:
    #include "ABCD.h"
    now i need to write it in C#.
    need to know if & how to do it in C#.
    when the going gets tought, jump on your bike and drive away..

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    First , no header files in C# . So , try rewriting the code in C# .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width