Thread: Incrementing Build Number & Visual C++

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348

    Incrementing Build Number & Visual C++

    Hi.

    Is there a way to have VC++ automatically increment build each time the programmer compiles? I have seen some codes from Microsoft, but it appears that the programmer would have to add the macros from Microsoft for each application. Is there any freeware addon that would do the same thing?

    Kuphryn

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    1
    Check out http://www.codeguru.com/devstudio_macros/index.shtml. There is a macro by Thomas Mahler to increment build numbers. He suggests mapping it to the F7 key to build the current project.

    There are other increment macros at this site, but I haven't investigated those.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. xor linked list
    By adramalech in forum C Programming
    Replies: 23
    Last Post: 10-14-2008, 10:13 AM
  2. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  3. Replies: 0
    Last Post: 09-24-2006, 06:26 AM
  4. Erros in Utility Header File
    By silk.odyssey in forum C++ Programming
    Replies: 4
    Last Post: 12-22-2003, 06:17 AM
  5. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM