Author Topic: DLL creation with Visual C++ Toolkit 2003  (Read 3141 times)

Offline dwmcqueen

  • Multiple posting newcomer
  • *
  • Posts: 56
DLL creation with Visual C++ Toolkit 2003
« on: January 09, 2007, 07:21:38 pm »
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?

Offline dwmcqueen

  • Multiple posting newcomer
  • *
  • Posts: 56
Re: DLL creation with Visual C++ Toolkit 2003
« Reply #1 on: January 12, 2007, 06:09:32 pm »
I'll answer myself for posterity:

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