CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    May 2009
    Posts
    11

    [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.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured