Apr 20, 2012 at 4:05pm UTC
Hey everybody,
I have just installed the Exress version of Microsoft Visual Studio and I am ubable to define a .def file. I would be grateful if you could help me.
Regards,
andrinirina
Apr 20, 2012 at 4:08pm UTC
When you create a normal file, you'll usually use the .txt extension. Simply replace it with .def . As simple as that.
Wazzak
Apr 20, 2012 at 4:13pm UTC
thank you very much Frameword for your answer, but when I for example create test.def the name is changed and replaced with test.h and test.cpp so it does not seem to work
Apr 20, 2012 at 4:17pm UTC
Sounds like the compiler is assuming
test.def is part of your project. Try creating the file outside of the project directory, such as the desktop.
andrinirina wrote:Frameword (sic)
Framework.
Wazzak
Last edited on Apr 20, 2012 at 4:18pm UTC