News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

DLL creation with Visual C++ Toolkit 2003

Started by dwmcqueen, January 09, 2007, 07:21:38 PM

Previous topic - Next topic

dwmcqueen

I am having a rather small issue related to compiling a dll with the Visual C++ 2003 Toolkit compiler.  I think my issue is the related def file being generated.  How do I override the def file and include my own custom one?

dwmcqueen

I'll answer myself for posterity:

/DEF:[filename.def] added to Linker options.