How do I make a def file in MSVC++? I tried adding /def:myfile.def in the settings window but all I get is this:
Code:Command line warning D4002 : ignoring unknown option '/def:myfile.def'
This is a discussion on DEF File within the Tech Board forums, part of the Community Boards category; How do I make a def file in MSVC++? I tried adding /def:myfile.def in the settings window but all I ...
How do I make a def file in MSVC++? I tried adding /def:myfile.def in the settings window but all I get is this:
Code:Command line warning D4002 : ignoring unknown option '/def:myfile.def'
Could it be a requirement to have to have it all in uppercase? For Visual C++ 2005 Express, an option would be to go to Project -> Properties -> Linker -> Input -> Module Definition File.
Oh, and I moved this to Tech Board as it is more of an IDE configuration problem than a C++ problem.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way