Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.74 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. LNK 2019 - Unresolved External Symbol
  2. 1>------ Build started: Project: NowHook, Configuration: Debug Win32 ------
  3. 1>Compiling...
  4.  
  5. 1>NowHook.CPP
  6. 1>Linking...
  7.  
  8. 1>NowHook.obj : error LNK2019: unresolved external symbol __imp__VirtualProtect@16 referenced in function "void __cdecl
  9.  
  10. 1>NowHook.obj : error LNK2019: unresolved external symbol __imp__GetProcAddress@8 referenced in function "void __cdecl
  11.  
  12. 1>NowHook.obj : error LNK2019: unresolved external symbol __imp__LoadLibraryA@4 referenced in function "void __cdecl HookSend(void)" (?HookSend@@YAXXZ)
  13.  
  14. 1>C:UsersJAGANDocumentsVisual Studio 2008ProjectsHookNowDebugNowHook.dll :
  15. fatal error LNK1120: 3 unresolved externals
  16.  
  17. 1>Build log was saved at "file://c:UsersJAGANDocumentsVisual Studio 2008Projects