Version Management
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How do i make the VC++ compiler to generate a exe ith a new file version evrytime it compiles Thanks in advance - Vijay :rose:
-
How do i make the VC++ compiler to generate a exe ith a new file version evrytime it compiles Thanks in advance - Vijay :rose:
Visual C++ won't do it for you, so you need to pick up a macro or add-in which does it every time you build your project. There are a bunch of those here on CodeProject. Take a look at this link: Visual C++ Macro's and Add-Ins and on that page there are a bunch. For instance, here's the URL for one of them: Auto-Incrementing Build Numbers in Visual C++. Hope that helps! Sincerely, Alexander Wiseman Est melior esse quam videri It is better to be than to seem