RegGetValueA
-
Hi everyone, I'm trying to use some registry functions from the Windows API in a native C++ project. The thing is that I'm getting an error that says RegGetValueA cannot be found in ADVAPI32.dll, but I'm not using that function. Instead I'm using RegQueryValueEx. Anybody knows why this happens? Thanks
rotter The metaller programmer
-
Hi everyone, I'm trying to use some registry functions from the Windows API in a native C++ project. The thing is that I'm getting an error that says RegGetValueA cannot be found in ADVAPI32.dll, but I'm not using that function. Instead I'm using RegQueryValueEx. Anybody knows why this happens? Thanks
rotter The metaller programmer
Nevermind. I found the problem. I used the problematic function before and it seems it remained somewhere in the compiled code. A rebuild solved it. :) Thanks anyway
rotter The metaller programmer