On Thu, 26 Oct 2006 10:18:13 +0200, "Goffioul Michael" goffioul@imec.be wrote:
The header can be created by:
grep -E '__declspec(dllexport)' *.h | sed -e 's/dllexport/dllimport/g'
OK.
The import lib file is created by VS200X when building the DLL.
So, I don't need to include it, right?