Macro trouble
From: Murrgon (murrgon_at_hotmail.com)
Date: 12/07/04
- Next message: pw: "How Do I Add A Static Library To My Visual Studio .NET Version 2003 Project?"
- Previous message: Murrgon: "Smart indentation"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 07 Dec 2004 16:04:56 -0500
I am trying to create macro in VC7.1 to instert blank .h and .cpp
files into the current project. I recorded a macro by going to
the menu, selecting File->Add New Item and choosing header file
from the box. I typed in a name and clicked open. I then did
the same thing for the .cpp file. This where I stopped the
macro recording. Everything was fine; the files were placed into
the appropriate folders in the project.
To test it, I deleted the tmp files from the project and off the
disk and ran the macro. However I ended up with my blank header
added to the "Header Files" folder of the project and the .cpp
file added as a subitem of the header. What gives?
The operations being recorded by the IDE for the macro obviously
are not the same as actually using the menu. So what else do I
need to do to get this to put the files in the appropriate places?
Thanks
- Next message: pw: "How Do I Add A Static Library To My Visual Studio .NET Version 2003 Project?"
- Previous message: Murrgon: "Smart indentation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|