If you've made an import library using implib.exe, then you shouldn't need to manually load the DLL: the import library should do that for you. Just start using it like you would any other C library... ...unless the library requires you to do something strange before using it... -- Daniel