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. |
|