calling a user32.lib method in c++ application gives Linker error
-
Hello All, I am trying to call the DisableProcessWindowsGhosting() method defined in user32.lib. But, it is giving linker error: [exec] dobjedit.obj : error LNK2001: unresolved external symbol __imp__DisableProcessWindowsGhosting@0. The library is included and linked in the project. Can anyone please suggest the solution. Thanks in advance.
-
Hello All, I am trying to call the DisableProcessWindowsGhosting() method defined in user32.lib. But, it is giving linker error: [exec] dobjedit.obj : error LNK2001: unresolved external symbol __imp__DisableProcessWindowsGhosting@0. The library is included and linked in the project. Can anyone please suggest the solution. Thanks in advance.
What is the setting for your projects WINVER define? It should at least be 0x0501 (WinXP) hth Christof