Advertisement
Guest User

Pierrick Charlebois

a guest
Feb 3rd, 2010
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. 1>------ Build started: Project: panda3, Configuration: Release Win32 ------
  2. 1>Linking...
  3. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall BitMask<unsigned int,32>::~BitMask<unsigned int,32>(void)" (__imp_??1?$BitMask@I$0CA@@@QAE@XZ)
  4. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class BitMask<unsigned int,32> __cdecl BitMask<unsigned int,32>::bit(int)" (__imp_?bit@?$BitMask@I$0CA@@@SA?AV1@H@Z)
  5. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class BitMask<unsigned int,32> __cdecl BitMask<unsigned int,32>::lower_on(int)" (__imp_?lower_on@?$BitMask@I$0CA@@@SA?AV1@H@Z)
  6. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall PandaFramework::main_loop(void)" (__imp_?main_loop@PandaFramework@@QAEXXZ)
  7. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class NodePath & __thiscall PandaFramework::get_models(void)" (__imp_?get_models@PandaFramework@@QAEAAVNodePath@@XZ)
  8. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class WindowFramework * __thiscall PandaFramework::open_window(void)" (__imp_?open_window@PandaFramework@@QAEPAVWindowFramework@@XZ)
  9. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall PandaFramework::close_framework(void)" (__imp_?close_framework@PandaFramework@@QAEXXZ)
  10. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall PandaFramework::open_framework(int &,char * * &)" (__imp_?open_framework@PandaFramework@@QAEXAAHAAPAPAD@Z)
  11. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall PandaFramework::~PandaFramework(void)" (__imp_??1PandaFramework@@UAE@XZ)
  12. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall PandaFramework::PandaFramework(void)" (__imp_??0PandaFramework@@QAE@XZ)
  13. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall NodePath::reparent_to(class NodePath const &,int,class Thread *)" (__imp_?reparent_to@NodePath@@QAEXABV1@HPAVThread@@@Z)
  14. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class NodePath __thiscall WindowFramework::load_model(class NodePath const &,class Filename)" (__imp_?load_model@WindowFramework@@QAE?AVNodePath@@ABV2@VFilename@@@Z)
  15. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class NodePath __thiscall WindowFramework::get_render(void)" (__imp_?get_render@WindowFramework@@QAE?AVNodePath@@XZ)
  16. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall PandaFramework::set_window_title(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?set_window_title@PandaFramework@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  17. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall NodePath::set_scale(float,float,float)" (__imp_?set_scale@NodePath@@QAEXMMM@Z)
  18. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall NodePath::set_pos(float,float,float)" (__imp_?set_pos@NodePath@@QAEXMMM@Z)
  19. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall NodePath::~NodePath(void)" (__imp_??1NodePath@@QAE@XZ)
  20. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Thread * __cdecl Thread::get_current_thread(void)" (__imp_?get_current_thread@Thread@@SAPAV1@XZ)
  21. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Filename::~Filename(void)" (__imp_??1Filename@@QAE@XZ)
  22. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Filename::Filename(char const *)" (__imp_??0Filename@@QAE@PBD@Z)
  23. 1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall TypeHandle::TypeHandle(void)" (__imp_??0TypeHandle@@QAE@XZ)
  24. 1>C:\Users\Pierrick Charlebois\Documents\Visual Studio 2008\Projects\panda3\Release\panda3.exe : fatal error LNK1120: 21 unresolved externals
  25. 1>Build log was saved at "file://c:\Users\Pierrick Charlebois\Documents\Visual Studio 2008\Projects\panda3\panda3\Release\BuildLog.htm"
  26. 1>panda3 - 22 error(s), 0 warning(s)
  27. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement