[RESOLVED] How to auto-generate .cpp and .h file in a pre-build event using Visual C++ 6.0
I'm want to use a pre-build event in Visual C++ 6.0 to run a script which will automatically generate a .cpp and .h files, but I am not sure how these files could add to project ... So when I build the project
1) script has to generate .cpp and .h files
2) Needs to add these files to project
3) Has to do a rebuild all.
can any point me in a right direction to achieve this ? any sample application also appreciated. Thank you very much in advance.
SKS
Last edited by kishoresajja; August 11th, 2010 at 04:48 PM.
Bookmarks