How can I detect the version of DbgHelp at compile time?

197 Views Asked by At

The reference manual for DbgHelp nicely lists all the versions and what changes they introduced. How can I detect the version at compile time?

1

There are 1 best solutions below

3
On

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.