11-30-2007 02:20 AM
12-03-2007 09:53 AM
Hi Vivek,
I believe that your issue may be due to the calling convention used by the DLL when compiling with DEV-C. If it is derived from GCC, you will need to copy the dll to your directory and create a .def file that lists the exportable routines that the dll has. From there, you can create an import file, although the .def file may require some modifications.
It is a fairly complicated process, if the calling convention is, indeed, the root of your problem. If you can give me more information about the specific operating system, programming software, and compiler software you are using, I might be able to give you a more exact answer.
I hope this helps a little.
Regards,
Lauren L.