Hi all,
I wrote a library under linux in GCC and now I'm trying to use it in Borland C++ Builder. I used MinGW to compile it into a Windows DLL, and then used implib to generate a borland lib file for it. The DLL is linking to the program just fine, and it's calling the function in the DLL...