I recently wrote a windows program an debuggged it, but rather than it loading it threw an exception with the following message: The procedure enry point RegDeleteExW could be located in the dynamic link library ADVAPI32.dll. I verified that I had #included windows.h and that the ADVAPI32.lib was was linked. Please how can I resolve this problem?