Click here to Skip to main content
15,913,669 members

Comments by kishoresajja (Top 4 by date)

kishoresajja 17-Aug-10 13:18pm View    
I add the files that are the input to create the .cpp/.h files to the project and gave those a custom build step and it is working fine.. thanks sauro for your time
kishoresajja 13-Aug-10 13:01pm View    
Thanks Sauro,

I will try this and will get back to you If I had any questions. Once again I really appreciate your help.

SKS
kishoresajja 12-Aug-10 10:30am View    
Hi Sauro,
Thanks for your response, I thought the same approach but these I am not sure what would be the case if these auto generated files has to be used by other files in the project. I mean if these files are re-generated every time we do a rebuild then how the other files will include these auto generated files ?

Is there a way to force certain files to re-generate every time we rebuild our project? If not once we added these auto generated files manually how come they re-generated every time we rebuild ? Aren't they just normal files once we add them manually ? please bear with me ..
kishoresajja 11-Aug-10 18:00pm View    
Yeah, I have one header file and I want to auto generate .cpp and .h file with the information contained in the header file using some mechanism. So I thought it would be good I can do this using python script which can read the header file and create a all new .cpp and .h files.