View Single Post
Join Date: Jul 2008
Posts: 320
Reputation: cikara21 is an unknown quantity at this point 
Solved Threads: 63
cikara21's Avatar
cikara21 cikara21 is offline Offline
Posting Whiz

Re: Problem in loading VC++ Win32 dll in C#

 
0
  #2
Oct 31st, 2008
  1.  
  2. //...maybe this impl. can help
  3.  
  4. [DllImport("./MXFWrapperMarvel.dll", EntryPoint = "add")]
  5. static extern int APIENTRY add(int a, int b);
  6. //...
.:-cikara21-:.
Reply With Quote