The reference manual for DbgHelp nicely lists all the versions and what changes they introduced. How can I detect the version at compile time?
How can I detect the version of DbgHelp at compile time?
215 views Asked by hmn At
1
The reference manual for DbgHelp nicely lists all the versions and what changes they introduced. How can I detect the version at compile time?
The ImagehlpApiVersion function retrieves the version information of the DbgHelp library installed on the system.
To indicate the version of the library with which the application was built, use the ImagehlpApiVersionEx function.