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

Untitled

By: a guest on May 5th, 2012  |  syntax: C++  |  size: 1.64 KB  |  hits: 21  |  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. // the entry point for any Windows program
  2. int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)              
  3. {      
  4.        
  5.         #pragma region loadsettings
  6.         Lunch::Core::LoadSettings();
  7.         boost::thread supporter(Lunch::Core::Wait,50);
  8.         bool test = supporter.joinable();
  9. }
  10. //i made the code some shorter
  11.  
  12.  
  13. ERROR:
  14. 1:
  15. error LNK1120: 4 nicht aufgelöste externe Verweise.    C:\Users\Stephan\Documents\Visual Studio 2010\Projects\Lunchengine\Debug\Lunchengine.exe        Lunchengine
  16. 2:
  17. error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""bool __cdecl boost::this_thread::interruptible_wait(void *,struct boost::detail::timeout)" (?interruptible_wait@this_thread@boost@@YA_NPAXUtimeout@detail@2@@Z)" in Funktion ""void __cdecl boost::this_thread::interruptible_wait(unsigned __int64)" (?interruptible_wait@this_thread@boost@@YAX_K@Z)".        C:\Users\Stephan\Documents\Visual Studio 2010\Projects\Lunchengine\Lunchengine\main.obj Lunchengine
  18. 3:
  19. error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""private: void __thiscall boost::thread::start_thread(void)" (?start_thread@thread@boost@@AAEXXZ)" in Funktion ""public: __thiscall boost::thread::thread<void (__cdecl*)(int),int>(void (__cdecl*)(int),int)" (??$?0P6AXH@ZH@thread@boost@@QAE@P6AXH@ZH@Z)".    C:\Users\Stephan\Documents\Visual Studio 2010\Projects\Lunchengine\Lunchengine\main.obj Lunchengine
  20. 4:
  21. error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: __thiscall boost::thread::~thread(void)" (??1thread@boost@@QAE@XZ)" in Funktion "_WinMain@16"C:\Users\Stephan\Documents\Visual Studio 2010\Projects\Lunchengine\Lunchengine\main.obj Lunchengine