Michel, I forgot to mention:
If you do not succeed in creating a lib file for that DLL: You can use
explicit linkingAs a result, you do not need a lib file but your C code must call GetProcAddress() for each DLL function that you want to use. See the link to Microsoft's MSDN.
Regards, Guenter