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

185 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 answers

3
mox 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.