|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Aug 2003
Posts: 5
|
GetDllVersionLocal and others outside of functions, sections and macros
Hola People,
I am using v2.0b3 on WinXP Pro. I would like to get the version of executables and libraries at compile time. I can use GetDllVersionLocal to get the version information. I would like to store this in a global variable at compile time so the installer will have the correct information at run time. For example: I want to populate the following with the correct data at compile time !define VER_MAJOR 0 !define VER_MINOR 00 !define VER_REVISION 0000 Since GetDllVersionLocal can not be used outside of a function, macro or other block, I would like to know what the best method of updating the above variables with the correct version information of the appropriate executable. Thanx -V- |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|