i have here a strange behaviour with VS2012.
I have a C++ dll project, with an export defnition file. In Debug built everything is fine, a dll and a lib file is generated.
In Release built only a dll file is generated.
Best
Tom
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make sure that the .def file is specified in the project’s Propert Pages in Configuration Properties | Linker | Input | Module Definition File in both the Debug and Release configurations.