Guest User

Untitled

a guest
Feb 19th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. Error 9 error LNK1120: 4 unresolved externals T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\Debug\myturb.exe 1
  2. Error 4 error LNK2005: "float __cdecl hash_int_to_float(unsigned int)" (?hash_int_to_float@@YAMI@Z) already defined in particle.cu.obj T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\simulation.cu.obj
  3. Error 1 error LNK2005: "float __cdecl trilinear_lookup_TEX(int,int,int,float,float,float)" (?trilinear_lookup_TEX@@YAMHHHMMM@Z) already defined in advectionmc3d.cu.obj T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\sample.cu.obj
  4. Error 3 error LNK2005: "unsigned int __cdecl hash_seed(unsigned int)" (?hash_seed@@YAII@Z) already defined in particle.cu.obj T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\simulation.cu.obj
  5. Error 2 error LNK2005: "void __cdecl apply_boundary_conditions(float &,float)" (?apply_boundary_conditions@@YAXAAMM@Z) already defined in advectionmc3d.cu.obj T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\sample.cu.obj
  6. Error 7 error LNK2019: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z) referenced in function "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ) T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\paramgl32D.lib(paramgl.obj)
  7. Error 8 error LNK2019: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z) referenced in function "public: __thiscall std::_Locinfo::_Locinfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0_Locinfo@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z) T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\paramgl32D.lib(paramgl.obj)
  8. Error 6 error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) referenced in function "protected: bool __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Grow(unsigned int,bool)" (?_Grow@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAE_NI_N@Z) T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\paramgl32D.lib(paramgl.obj)
  9. Error 5 error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::assign(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int,unsigned int)" (?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ABV12@II@Z) T:\private\Visual Studio 2010\Projects\turbulence\C\apps\realturb\paramgl32D.lib(paramgl.obj)
Add Comment
Please, Sign In to add comment