Windows resources have a FileVersion and a ProductVersion.
In native development environment(eg. Win32 app, device driver)
How do you manage the ProductVerion automatically?My language is c/c++. And I use Visual Studio 2008.
I want to increase the version automatically when I build my proj开发者_StackOverflow中文版ects.
Is it possible?
I guess there is a simple(and good) way.Thanks in advance.
Have a look at this integrated VS2008 plugin on CodeProject that adds the version and product information to your C/C++ application.
精彩评论