I am using the Microsoft Visual C++ 2010 Express version and I would like to add a .def file to create a dll. The problem is that when I want to add an item I can only choose between:
- Windows form
- C++ file(.cpp)
- Header file(.h)
- Property Sheet(.props)
- Component Class
But no module-definition(.def). How can I do ?
I would be grateful if you had any idea.