Solution to c dll

Umapathy Kaliaperumal replied to sambath kumar at 03-Jul-08 04:32

1. You better write a wrapper dll over your c dll.

That is write a program which simplifies the usage of  the c dll by putting proper datatypes for it. Then use it in your application.

2. check microsoft prescribed datatypes for the c datatypes. Mostly in using non-dotnet dll, data types are the problem.


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Using C DLL with C# - sambath kumar  03-Jul-08 03:14 3:14:29 AM
      Check with these links - This will fix your issue - santhosh kumar  03-Jul-08 03:39 3:39:42 AM
      refer this link : - Deepak Ghule  03-Jul-08 03:52 3:52:59 AM
      See this - Sujit Patil  03-Jul-08 04:30 4:30:45 AM
      Solution to c dll - Umapathy Kaliaperumal  03-Jul-08 04:32 4:32:05 AM
      Reply - alice johnson  03-Jul-08 01:32 1:32:51 PM
View Posts