How do I interface D to a C library based on a DLL?

Daniel Keep daniel.keep.lists at gmail.com
Wed Jun 13 02:14:12 PDT 2007


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


More information about the Digitalmars-d-learn mailing list