freeboot7s / freestyledash

Automatically exported from code.google.com/p/freestyledash
1 stars 0 forks source link

Unresolved External Symbols #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compiling the code.

my setup compiled freestyle fine until the new skin support got committed, 
now i receive a ton of unresolved external symbol errors during 
compilation.

Error   14  error LNK2001: unresolved external symbol "public: struct 
_XUIOBJ * __cdecl SkinHandler::LoadScene(class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> >,class std::basic_string<wchar_t,struct 
std::char_traits<wchar_t>,class std::allocator<wchar_t> >,struct _XUIOBJ 
*)" (?LoadScene@SkinHandler@@QAAPAU_XUIOBJ@@V?$basic_string@_WU?
$char_traits@_W@std@@V?$allocator@_W@2@@std@@0PAU2@@Z)  ScnNandFlasher.obj  
Error   15  error LNK2001: unresolved external symbol "public: struct 
_XUIOBJ * __cdecl SkinHandler::LoadScene(class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> >,class std::basic_string<wchar_t,struct 
std::char_traits<wchar_t>,class std::allocator<wchar_t> >,struct _XUIOBJ 
*)" (?LoadScene@SkinHandler@@QAAPAU_XUIOBJ@@V?$basic_string@_WU?
$char_traits@_W@std@@V?$allocator@_W@2@@std@@0PAU2@@Z)  ScnUtilities.obj    
Error   16  error LNK2001: unresolved external symbol "public: struct 
_XUIOBJ * __cdecl SkinHandler::LoadScene(class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> >,class std::basic_string<wchar_t,struct 
std::char_traits<wchar_t>,class std::allocator<wchar_t> >,struct _XUIOBJ 
*)" (?LoadScene@SkinHandler@@QAAPAU_XUIOBJ@@V?$basic_string@_WU?
$char_traits@_W@std@@V?$allocator@_W@2@@std@@0PAU2@@Z)  ScnFileBrowser.obj  
Error   17  error LNK2001: unresolved external symbol "public: struct 
_XUIOBJ * __cdecl SkinHandler::LoadScene(class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> >,class std::basic_string<wchar_t,struct 
std::char_traits<wchar_t>,class std::allocator<wchar_t> >,struct _XUIOBJ 
*)" (?LoadScene@SkinHandler@@QAAPAU_XUIOBJ@@V?$basic_string@_WU?
$char_traits@_W@std@@V?$allocator@_W@2@@std@@0PAU2@@Z)  ScnGenres.obj   
Error   18  error LNK2001: unresolved external symbol "public: struct 
_XUIOBJ * __cdecl SkinHandler::LoadScene(class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> >,class std::basic_string<wchar_t,struct 
std::char_traits<wchar_t>,class std::allocator<wchar_t> >,struct _XUIOBJ 
*)" (?LoadScene@SkinHandler@@QAAPAU_XUIOBJ@@V?$basic_string@_WU?
$char_traits@_W@std@@V?$allocator@_W@2@@std@@0PAU2@@Z)  ScnLoading.obj  
Error   19  error LNK2001: unresolved external symbol "public: struct 
_XUIOBJ * __cdecl SkinHandler::LoadScene(class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> >,class std::basic_string<wchar_t,struct 
std::char_traits<wchar_t>,class std::allocator<wchar_t> >,struct _XUIOBJ 
*)" (?LoadScene@SkinHandler@@QAAPAU_XUIOBJ@@V?$basic_string@_WU?
$char_traits@_W@std@@V?$allocator@_W@2@@std@@0PAU2@@Z)  ScnMain.obj 
Error   20  error LNK2001: unresolved external symbol "public: class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> > __cdecl SkinHandler::setskinpath(class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> >)" (?setskinpath@SkinHandler@@QAA?AV?
$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@V23@@Z)  
ScnOptions.obj  
Error   21  error LNK2001: unresolved external symbol "public: class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> > __cdecl SkinHandler::LoadSkin(class 
std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class 
std::allocator<wchar_t> >)" (?LoadSkin@SkinHandler@@QAA?AV?
$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@V23@@Z)  
FreestyleDash.obj   
Error   22  fatal error LNK1120: 3 unresolved externals 
Release/FreestyleDash.exe   

Original issue reported on code.google.com by acidan...@gmail.com on 19 Mar 2010 at 2:44

GoogleCodeExporter commented 9 years ago
Not that this really matters, but I as well have the same exact problem. Though 
this 
problem is new I have not been able to compile anything from r203 on.

Original comment by stikandb...@gmail.com on 19 Mar 2010 at 4:30

GoogleCodeExporter commented 9 years ago
still cant compile

Original comment by acidan...@gmail.com on 19 Mar 2010 at 7:50

GoogleCodeExporter commented 9 years ago
You just added the file SkinHandler.h and SkinHandler.cpp to the solution.
And compile well.

Original comment by Valentin...@gmail.com on 19 Mar 2010 at 9:25

GoogleCodeExporter commented 9 years ago
SVN Build is unsupported. If you cant fix it then do not you it! You dont have 
anything to say about that and if youre not happy with this, use latest public 
release.

Original comment by hell...@gmail.com on 19 Mar 2010 at 11:12

GoogleCodeExporter commented 9 years ago
so, break your SVN builds and then flame users, this project kicks ass

Original comment by acidan...@gmail.com on 19 Mar 2010 at 3:50

GoogleCodeExporter commented 9 years ago
i am not sure if you realise. The SVN is for the coders to share the code. The
information is puclicly available so people can use it. We can't support every 
issue
that comes up. That is why we have public releases. We know when the svn is 
broken.

Original comment by workerbe on 19 Mar 2010 at 7:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
pastebin is for sharing chunks of random code, SVN is for managing an actual 
functional project.

Original comment by acidan...@gmail.com on 19 Mar 2010 at 10:18

GoogleCodeExporter commented 9 years ago
also if broken code is being committed, how was it even tested in the first 
place? 
theres no reason for anyone to commit untested code to the SVN.

Original comment by acidan...@gmail.com on 19 Mar 2010 at 10:21

GoogleCodeExporter commented 9 years ago
khuong > *

Original comment by khuong.h...@gmail.com on 19 Mar 2010 at 10:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
acidangel : Keep in mind that were all doing this freely, in our free time. If 
youre 
not happy with what other people give you, then gtfo and start your own dash. 
Otherwise dont beg so we fix what you are doing. If boggus code is committed 
we'll 
take care of fixing it just dont beg for it and flaming us will just stop us 
from 
updating this often and will only lead to project ending.

Original comment by hell...@gmail.com on 19 Mar 2010 at 10:37

GoogleCodeExporter commented 9 years ago
nuff said!

Original comment by thamattie@gmail.com on 19 Mar 2010 at 10:55

GoogleCodeExporter commented 9 years ago
do it

Original comment by acidan...@gmail.com on 19 Mar 2010 at 10:55

GoogleCodeExporter commented 9 years ago
Happy now? no bad revision for 10 days! :P

Original comment by hell...@gmail.com on 29 Mar 2010 at 8:16