I have to develop a C++ DLL using Visual Studio 6 (don't ask why!) I am supposed to start from a template DLL project and then add functionality. Documentation states that I need to copy certain files from the template project into my project. However, when I open the template project in VS6, I see that all of these files, while being listed as part of the project, don't actually exist but are instead generated. When I click on them, they are generated empty. I was told that they are not supposed to be empty. So it looks as if there is some sort of problem with their generation. Hence a couple of questions:
- Where in the template project settings can I find the details of how these files are supposed to be generated and what they are actually supposed to contain?
- If they are generated empty, what could be a possible cause for this?
Thanks much!