CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: OReubens

Search: Search took 0.70 seconds.

  1. Re: How to auto-generate .cpp and .h file in a pre-build event using Visual C++ 6.0

    Yes, but this has the nasty effect that the pre-build step will ALWAYS execute.
    This will ALWAYS create new versions of the .cpp/.h files
    This will ALWAYS cause a recompile, possibly of everything...
  2. Re: How to auto-generate .cpp and .h file in a pre-build event using Visual C++ 6.0

    As Mr Viggy said. the simple solution is to run the build once, and add the .cpp's and .h files once.
    You can then make the .cpp file dependant on whatever file(s) is(are) serving as 'input' to...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured