Windows advapi32 library and registry functions

From MobileRobots Research and Academic Customer Support

Jump to: navigation, search

On Windows, ARIA uses the RegOpenKeyEx, RegQueryInfoKey, and RegEnumValue functions from the advapi32.lib library to read values from the Windows registry. If a program uses ARIA but does not link to the advapi32.lib library, you will get an error similar to:

error LNK2001: unresolved external symbol __imp__RegEnumValue

Edit your program's project settings to include advapi32.lib in its additional linker inputs.

Personal tools