From: SourceForge.net <no...@so...> - 2008-08-25 21:07:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5194754 By: draxd I managed to compile it with Visual C++ 2008 but now when I try to compile Examples I get on linking : [code] 1>------ Build started: Project: Demo1 VS2005, Configuration: Release Win32 ------ 1>Linking... 1>Board.obj : error LNK2019: unresolved external symbol "public: __thiscall Sexy::Widget::Widget(void)" (??0Widget@Sexy@@QAE@XZ) referenced in function "public: __thiscall Sexy::Board::Board(class Sexy::GameApp *)" (??0Board@Sexy@@QAE@PAVGameApp@1@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual class Sexy::TRect<int> __thiscall Sexy::WidgetContainer::GetRect(void)" (?GetRect@WidgetContainer@Sexy@@UAE?AV?$TRect@H@2@XZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Sexy::WidgetContainer::Intersects(class Sexy::WidgetContainer *)" (?Intersects@WidgetContainer@Sexy@@UAE_NPAV12@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::AddWidget(class Sexy::Widget *)" (?AddWidget@WidgetContainer@Sexy@@UAEXPAVWidget@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::RemoveWidget(class Sexy::Widget *)" (?RemoveWidget@WidgetContainer@Sexy@@UAEXPAVWidget@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Sexy::WidgetContainer::HasWidget(class Sexy::Widget *)" (?HasWidget@WidgetContainer@Sexy@@UAE_NPAVWidget@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::DisableWidget(class Sexy::Widget *)" (?DisableWidget@WidgetContainer@Sexy@@UAEXPAVWidget@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::RemoveAllWidgets(bool,bool)" (?RemoveAllWidgets@WidgetContainer@Sexy@@UAEX_N0@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::SetFocus(class Sexy::Widget *)" (?SetFocus@WidgetContainer@Sexy@@UAEXPAVWidget@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Sexy::WidgetContainer::IsBelow(class Sexy::Widget *,class Sexy::Widget *)" (?IsBelow@WidgetContainer@Sexy@@UAE_NPAVWidget@2@0@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::MarkAllDirty(void)" (?MarkAllDirty@WidgetContainer@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::BringToFront(class Sexy::Widget *)" (?BringToFront@WidgetContainer@Sexy@@UAEXPAVWidget@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::BringToBack(class Sexy::Widget *)" (?BringToBack@WidgetContainer@Sexy@@UAEXPAVWidget@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::PutBehind(class Sexy::Widget *,class Sexy::Widget *)" (?PutBehind@WidgetContainer@Sexy@@UAEXPAVWidget@2@0@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::PutInfront(class Sexy::Widget *,class Sexy::Widget *)" (?PutInfront@WidgetContainer@Sexy@@UAEXPAVWidget@2@0@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual class Sexy::TPoint<int> __thiscall Sexy::WidgetContainer::GetAbsPos(void)" (?GetAbsPos@WidgetContainer@Sexy@@UAE?AV?$TPoint@H@2@XZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::MarkDirty(class Sexy::WidgetContainer *)" (?MarkDirty@WidgetContainer@Sexy@@UAEXPAV12@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::MarkDirty(void)" (?MarkDirty@WidgetContainer@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::MarkDirtyFull(class Sexy::WidgetContainer *)" (?MarkDirtyFull@WidgetContainer@Sexy@@UAEXPAV12@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::MarkDirtyFull(void)" (?MarkDirtyFull@WidgetContainer@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::AddedToManager(class Sexy::WidgetManager *)" (?AddedToManager@WidgetContainer@Sexy@@UAEXPAVWidgetManager@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::RemovedFromManager(class Sexy::WidgetManager *)" (?RemovedFromManager@WidgetContainer@Sexy@@UAEXPAVWidgetManager@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::UpdateAll(class Sexy::ModalFlags *)" (?UpdateAll@WidgetContainer@Sexy@@UAEXPAVModalFlags@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::UpdateF(float)" (?UpdateF@Widget@Sexy@@UAEXM@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::UpdateFAll(class Sexy::ModalFlags *,float)" (?UpdateFAll@WidgetContainer@Sexy@@UAEXPAVModalFlags@2@M@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::DrawAll(class Sexy::ModalFlags *,class Sexy::Graphics *)" (?DrawAll@WidgetContainer@Sexy@@UAEXPAVModalFlags@2@PAVGraphics@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::SysColorChangedAll(void)" (?SysColorChangedAll@WidgetContainer@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::WidgetContainer::SysColorChanged(void)" (?SysColorChanged@WidgetContainer@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::OrderInManagerChanged(void)" (?OrderInManagerChanged@Widget@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::SetVisible(bool)" (?SetVisible@Widget@Sexy@@UAEX_N@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::SetColors(int (* const)[4],int)" (?SetColors@Widget@Sexy@@UAEXQAY03HH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::SetColors(int (* const)[3],int)" (?SetColors@Widget@Sexy@@UAEXQAY02HH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::SetColor(int,class Sexy::Color const &)" (?SetColor@Widget@Sexy@@UAEXHABVColor@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual class Sexy::Color __thiscall Sexy::Widget::GetColor(int,class Sexy::Color const &)" (?GetColor@Widget@Sexy@@UAE?AVColor@2@HABV32@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual class Sexy::Color const & __thiscall Sexy::Widget::GetColor(int)" (?GetColor@Widget@Sexy@@UAEABVColor@2@H@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::SetDisabled(bool)" (?SetDisabled@Widget@Sexy@@UAEX_N@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::ShowFinger(bool)" (?ShowFinger@Widget@Sexy@@UAEX_N@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::Resize(class Sexy::TRect<int> const &)" (?Resize@Widget@Sexy@@UAEXABV?$TRect@H@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::Resize(int,int,int,int)" (?Resize@Widget@Sexy@@UAEXHHHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::Move(int,int)" (?Move@Widget@Sexy@@UAEXHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Sexy::Widget::WantsFocus(void)" (?WantsFocus@Widget@Sexy@@UAE_NXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::DrawOverlay(class Sexy::Graphics *,int)" (?DrawOverlay@Widget@Sexy@@UAEXPAVGraphics@2@H@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::DrawOverlay(class Sexy::Graphics *)" (?DrawOverlay@Widget@Sexy@@UAEXPAVGraphics@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::GotFocus(void)" (?GotFocus@Widget@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::LostFocus(void)" (?LostFocus@Widget@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::KeyChar(char)" (?KeyChar@Widget@Sexy@@UAEXD@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::KeyDown(enum SDLKey)" (?KeyDown@Widget@Sexy@@UAEXW4SDLKey@@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::KeyUp(enum SDLKey)" (?KeyUp@Widget@Sexy@@UAEXW4SDLKey@@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseEnter(void)" (?MouseEnter@Widget@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseLeave(void)" (?MouseLeave@Widget@Sexy@@UAEXXZ) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseMove(int,int)" (?MouseMove@Widget@Sexy@@UAEXHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseDown(int,int,int,int)" (?MouseDown@Widget@Sexy@@UAEXHHHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseDown(int,int,int)" (?MouseDown@Widget@Sexy@@UAEXHHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseUp(int,int,int,int)" (?MouseUp@Widget@Sexy@@UAEXHHHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseUp(int,int,int)" (?MouseUp@Widget@Sexy@@UAEXHHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseUp(int,int)" (?MouseUp@Widget@Sexy@@UAEXHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseDrag(int,int)" (?MouseDrag@Widget@Sexy@@UAEXHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::MouseWheel(int)" (?MouseWheel@Widget@Sexy@@UAEXH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Sexy::Widget::IsPointVisible(int,int)" (?IsPointVisible@Widget@Sexy@@UAE_NHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual class Sexy::TRect<int> __thiscall Sexy::Widget::WriteCenteredLine(class Sexy::Graphics *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Sexy::Color,class Sexy::Color,class Sexy::TPoint<int> const &)" (?WriteCenteredLine@Widget@Sexy@@UAE?AV?$TRect@H@2@PAVGraphics@2@HABV?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VColor@2@2ABV?$TPoint@H@2@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual class Sexy::TRect<int> __thiscall Sexy::Widget::WriteCenteredLine(class Sexy::Graphics *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?WriteCenteredLine@Widget@Sexy@@UAE?AV?$TRect@H@2@PAVGraphics@2@HABV?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall Sexy::Widget::WriteString(class Sexy::Graphics *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,int,int,int,bool,int,int)" (?WriteString@Widget@Sexy@@UAEHPAVGraphics@2@ABV?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@HHHH_NHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall Sexy::Widget::WriteWordWrapped(class Sexy::Graphics *,class Sexy::TRect<int> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,int)" (?WriteWordWrapped@Widget@Sexy@@UAEHPAVGraphics@2@ABV?$TRect@H@2@ABV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall Sexy::Widget::GetWordWrappedHeight(class Sexy::Graphics *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (?GetWordWrappedHeight@Widget@Sexy@@UAEHPAVGraphics@2@HABV?$basic_string@DU?$cha r_traits@D@std@@V?$allocator@D@2@@std@@H@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall Sexy::Widget::GetNumDigits(int)" (?GetNumDigits@Widget@Sexy@@UAEHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::WriteNumberFromStrip(class Sexy::Graphics *,int,int,int,class Sexy::Image *,int)" (?WriteNumberFromStrip@Widget@Sexy@@UAEXPAVGraphics@2@HHHPAVImage@2@H@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Sexy::Widget::Contains(int,int)" (?Contains@Widget@Sexy@@UAE_NHH@Z) 1>Board.obj : error LNK2001: unresolved external symbol "public: virtual class Sexy::TRect<int> __thiscall Sexy::Widget::GetInsetRect(void)" (?GetInsetRect@Widget@Sexy@@UAE?AV?$TRect@H@2@XZ) 1>Board.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall Sexy::Widget::~Widget(void)" (??1Widget@Sexy@@UAE@XZ) referenced in function "public: virtual __thiscall Sexy::Board::~Board(void)" (??1Board@Sexy@@UAE@XZ) 1>Board.obj : error LNK2019: unresolved external symbol "public: virtual void __thiscall Sexy::Widget::Update(void)" (?Update@Widget@Sexy@@UAEXXZ) referenced in function "public: virtual void __thiscall Sexy::Board::Update(void)" (?Update@Board@Sexy@@UAEXXZ) 1>sexyappframework.lib(Graphics.obj) : error LNK2019: unresolved external symbol "public: class Sexy::SexyTransform2D const & __thiscall Sexy::Transform::GetMatrix(void)const " (?GetMatrix@Transform@Sexy@@QBEABVSexyTransform2D@2@XZ) referenced in function "protected: void __thiscall Sexy::Graphics::DrawImageTransformHelper(class Sexy::Image *,class Sexy::Transform const &,class Sexy::TRect<int> const &,float,float,bool)" (?DrawImageTransformHelper@Graphics@Sexy@@IAEXPAVImage@2@ABVTransform@2@ABV?$TRe ct@H@2@MM_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall Sexy::Buffer::~Buffer(void)" (??1Buffer@Sexy@@UAE@XZ) referenced in function __unwindfunclet$??0SexyAppBase@Sexy@@QAE@XZ$0 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::ResourceManager::ResourceManager(class Sexy::SexyAppBase *)" (??0ResourceManager@Sexy@@QAE@PAVSexyAppBase@1@@Z) referenced in function "public: __thiscall Sexy::SexyAppBase::SexyAppBase(void)" (??0SexyAppBase@Sexy@@QAE@XZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::WidgetManager::WidgetManager(class Sexy::SexyAppBase *)" (??0WidgetManager@Sexy@@QAE@PAVSexyAppBase@1@@Z) referenced in function "public: __thiscall Sexy::SexyAppBase::SexyAppBase(void)" (??0SexyAppBase@Sexy@@QAE@XZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "void __cdecl Sexy::SetAppDataFolder(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?SetAppDataFolder@Sexy@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocato r@D@2@@std@@@Z) referenced in function "public: __thiscall Sexy::SexyAppBase::SexyAppBase(void)" (??0SexyAppBase@Sexy@@QAE@XZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::Ratio::Ratio(void)" (??0Ratio@Sexy@@QAE@XZ) referenced in function "public: __thiscall Sexy::SexyAppBase::SexyAppBase(void)" (??0SexyAppBase@Sexy@@QAE@XZ) 1>sexyappframework.lib(DDInterface.obj) : error LNK2001: unresolved external symbol "public: __thiscall Sexy::Ratio::Ratio(void)" (??0Ratio@Sexy@@QAE@XZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::Buffer::Buffer(void)" (??0Buffer@Sexy@@QAE@XZ) referenced in function "public: __thiscall Sexy::SexyAppBase::SexyAppBase(void)" (??0SexyAppBase@Sexy@@QAE@XZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::BuildIniName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?BuildIniName@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$a llocator@D@2@@std@@V23@ABV23@@Z) referenced in function "public: virtual __thiscall Sexy::SexyAppBase::~SexyAppBase(void)" (??1SexyAppBase@Sexy@@UAE@XZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::StringToSexyString(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?StringToSexyString@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std @@V?$allocator@D@2@@std@@ABV23@@Z) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::RegistryWrite(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long,unsigned char const *,unsigned long)" (?RegistryWrite@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$char_traits@D@std@@ V?$allocator@D@2@@std@@KPBEK@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "void __cdecl Sexy::MkDir(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?MkDir@Sexy@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::WriteRegistryToIni(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?WriteRegistryToIni@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$char_traits@D@ std@@V?$allocator@D@2@@std@@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::GetAppDataFolder(void)" (?GetAppDataFolder@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator @D@2@@std@@XZ) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::WriteRegistryToIni(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?WriteRegistryToIni@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$char_traits@D@ std@@V?$allocator@D@2@@std@@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall Sexy::XMLParser::~XMLParser(void)" (??1XMLParser@Sexy@@UAE@XZ) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::ReadRegistryFromIni(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?ReadRegistryFromIni@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::XMLParser::NextElement(class Sexy::XMLElement *)" (?NextElement@XMLParser@Sexy@@QAE_NPAVXMLElement@2@@Z) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::ReadRegistryFromIni(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?ReadRegistryFromIni@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$c har_traits@D@std@@V?$allocator@D@2@@std@@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::XMLParser::OpenFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?OpenFile@XMLParser@Sexy@@QAE_NABV?$basic_string@DU?$char_traits@D@ std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::ReadRegistryFromIni(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?ReadRegistryFromIni@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::XMLParser::XMLParser(void)" (??0XMLParser@Sexy@@QAE@XZ) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::ReadRegistryFromIni(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?ReadRegistryFromIni@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::SexyStringToString(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?SexyStringToString@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std @@V?$allocator@D@2@@std@@ABV23@@Z) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::RegistryReadKey(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long *,unsigned char *,unsigned long *,struct HKEY__ *)" (?RegistryReadKey@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$char_traits@D@std @@V?$allocator@D@2@@std@@PAKPAE1PAUHKEY__@@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::WidgetManager::Resize(class Sexy::TRect<int> const &,class Sexy::TRect<int> const &)" (?Resize@WidgetManager@Sexy@@QAEXABV?$TRect@H@2@0@Z) referenced in function "public: virtual void __thiscall Sexy::SexyAppBase::Init(void)" (?Init@SexyAppBase@Sexy@@UAEXXZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "void __cdecl Sexy::SRand(unsigned long)" (?SRand@Sexy@@YAXK@Z) referenced in function "public: virtual void __thiscall Sexy::SexyAppBase::Init(void)" (?Init@SexyAppBase@Sexy@@UAEXXZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::MouseMove(int,int)" (?MouseMove@WidgetManager@Sexy@@QAE_NHH@Z) referenced in function "public: virtual bool __thiscall Sexy::SexyAppBase::UpdateAppStep(bool *)" (?UpdateAppStep@SexyAppBase@Sexy@@UAE_NPA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::WidgetManager::RemapMouse(int &,int &)" (?RemapMouse@WidgetManager@Sexy@@QAEXAAH0@Z) referenced in function "public: virtual bool __thiscall Sexy::SexyAppBase::UpdateAppStep(bool *)" (?UpdateAppStep@SexyAppBase@Sexy@@UAE_NPA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::KeyUp(enum SDLKey)" (?KeyUp@WidgetManager@Sexy@@QAE_NW4SDLKey@@@Z) referenced in function "public: virtual bool __thiscall Sexy::SexyAppBase::UpdateAppStep(bool *)" (?UpdateAppStep@SexyAppBase@Sexy@@UAE_NPA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::KeyChar(char)" (?KeyChar@WidgetManager@Sexy@@QAE_ND@Z) referenced in function "public: virtual bool __thiscall Sexy::SexyAppBase::UpdateAppStep(bool *)" (?UpdateAppStep@SexyAppBase@Sexy@@UAE_NPA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::KeyDown(enum SDLKey)" (?KeyDown@WidgetManager@Sexy@@QAE_NW4SDLKey@@@Z) referenced in function "public: virtual bool __thiscall Sexy::SexyAppBase::UpdateAppStep(bool *)" (?UpdateAppStep@SexyAppBase@Sexy@@UAE_NPA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::MouseDown(int,int,int)" (?MouseDown@WidgetManager@Sexy@@QAE_NHHH@Z) referenced in function "public: virtual bool __thiscall Sexy::SexyAppBase::UpdateAppStep(bool *)" (?UpdateAppStep@SexyAppBase@Sexy@@UAE_NPA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::MouseUp(int,int,int)" (?MouseUp@WidgetManager@Sexy@@QAE_NHHH@Z) referenced in function "public: virtual bool __thiscall Sexy::SexyAppBase::UpdateAppStep(bool *)" (?UpdateAppStep@SexyAppBase@Sexy@@UAE_NPA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::UpdateFrameF(float)" (?UpdateFrameF@WidgetManager@Sexy@@QAE_NM@Z) referenced in function "protected: virtual void __thiscall Sexy::SexyAppBase::DoUpdateFramesF(float)" (?DoUpdateFramesF@SexyAppBase@Sexy@@MAEXM@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::UpdateFrame(void)" (?UpdateFrame@WidgetManager@Sexy@@QAE_NXZ) referenced in function "protected: virtual void __thiscall Sexy::SexyAppBase::UpdateFrames(void)" (?UpdateFrames@SexyAppBase@Sexy@@MAEXXZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::WidgetManager::DrawScreen(void)" (?DrawScreen@WidgetManager@Sexy@@QAE_NXZ) referenced in function "protected: virtual bool __thiscall Sexy::SexyAppBase::DrawDirtyStuff(void)" (?DrawDirtyStuff@SexyAppBase@Sexy@@MAE_NXZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl Sexy::MTRand::SetRandAllowed(bool)" (?SetRandAllowed@MTRand@Sexy@@SAX_N@Z) referenced in function "protected: virtual bool __thiscall Sexy::SexyAppBase::DrawDirtyStuff(void)" (?DrawDirtyStuff@SexyAppBase@Sexy@@MAE_NXZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::SharedImageRef::~SharedImageRef(void)" (??1SharedImageRef@Sexy@@QAE@XZ) referenced in function "public: virtual class Sexy::SharedImageRef __thiscall Sexy::SexyAppBase::GetSharedImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool *)" (?GetSharedImage@SexyAppBase@Sexy@@UAE?AVSharedImageRef@2@ABV?$basic_string@ DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::SharedImageRef::SharedImageRef(class Sexy::SharedImageRef const &)" (??0SharedImageRef@Sexy@@QAE@ABV01@@Z) referenced in function "public: virtual class Sexy::SharedImageRef __thiscall Sexy::SexyAppBase::GetSharedImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool *)" (?GetSharedImage@SexyAppBase@Sexy@@UAE?AVSharedImageRef@2@ABV?$basic_string@DU?$ char_traits@D@std@@V?$allocator@D@2@@std@@0PA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: class Sexy::SharedImageRef & __thiscall Sexy::SharedImageRef::operator=(class Sexy::SharedImage *)" (??4SharedImageRef@Sexy@@QAEAAV01@PAVSharedImage@1@@Z) referenced in function "public: virtual class Sexy::SharedImageRef __thiscall Sexy::SexyAppBase::GetSharedImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool *)" (?GetSharedImage@SexyAppBase@Sexy@@UAE?AVSharedImageRef@2@ABV?$basic_string@DU?$ char_traits@D@std@@V?$allocator@D@2@@std@@0PA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::SharedImage::SharedImage(void)" (??0SharedImage@Sexy@@QAE@XZ) referenced in function "public: virtual class Sexy::SharedImageRef __thiscall Sexy::SexyAppBase::GetSharedImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool *)" (?GetSharedImage@SexyAppBase@Sexy@@UAE?AVSharedImageRef@2@ABV?$basic_string@ DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::SharedImageRef::SharedImageRef(void)" (??0SharedImageRef@Sexy@@QAE@XZ) referenced in function "public: virtual class Sexy::SharedImageRef __thiscall Sexy::SexyAppBase::GetSharedImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool *)" (?GetSharedImage@SexyAppBase@Sexy@@UAE?AVSharedImageRef@2@ABV?$basic_string@ DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::StringToUpper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?StringToUpper@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$ allocator@D@2@@std@@ABV23@@Z) referenced in function "public: virtual class Sexy::SharedImageRef __thiscall Sexy::SexyAppBase::GetSharedImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool *)" (?GetSharedImage@SexyAppBase@Sexy@@UAE?AVSharedImageRef@2@ABV?$basic_string@ DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PA_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::MusicInterface::MusicInterface(void)" (??0MusicInterface@Sexy@@QAE@XZ) referenced in function "public: virtual class Sexy::MusicInterface * __thiscall Sexy::SexyAppBase::CreateMusicInterface(void)" (?CreateMusicInterface@SexyAppBase@Sexy@@UAEPAVMusicInterface@2@XZ) 1>sexyappframework.lib(SDLMixerMusicInterface.obj) : error LNK2001: unresolved external symbol "public: __thiscall Sexy::MusicInterface::MusicInterface(void)" (??0MusicInterface@Sexy@@QAE@XZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::GetAppResourceFolder(void)" (?GetAppResourceFolder@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$alloc ator@D@2@@std@@XZ) referenced in function "public: virtual class Sexy::DDImage * __thiscall Sexy::SexyAppBase::GetImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?GetImage@SexyAppBase@Sexy@@UAEPAVDDImage@2@ABV?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::Buffer::SetData(unsigned char *,int)" (?SetData@Buffer@Sexy@@QAEXPAEH@Z) referenced in function "public: bool __thiscall Sexy::SexyAppBase::ReadBufferFromFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Sexy::Buffer *,bool)" (?ReadBufferFromFile@SexyAppBase@Sexy@@QAE_NABV?$basic_string@DU?$char_ traits@D@std@@V?$allocator@D@2@@std@@PAVBuffer@2@_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::Buffer::Clear(void)" (?Clear@Buffer@Sexy@@QAEXXZ) referenced in function "public: bool __thiscall Sexy::SexyAppBase::ReadBufferFromFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Sexy::Buffer *,bool)" (?ReadBufferFromFile@SexyAppBase@Sexy@@QAE_NABV?$basic_string@DU?$char_ traits@D@std@@V?$allocator@D@2@@std@@PAVBuffer@2@_N@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: unsigned char const * __thiscall Sexy::Buffer::GetDataPtr(void)const " (?GetDataPtr@Buffer@Sexy@@QBEPBEXZ) referenced in function "public: bool __thiscall Sexy::SexyAppBase::WriteBufferToFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Sexy::Buffer const *)" (?WriteBufferToFile@SexyAppBase@Sexy@@QAE_NABV?$basic_string@DU?$char_ traits@D@std@@V?$allocator@D@2@@std@@PBVBuffer@2@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: int __thiscall Sexy::Buffer::GetDataLen(void)const " (?GetDataLen@Buffer@Sexy@@QBEHXZ) referenced in function "public: bool __thiscall Sexy::SexyAppBase::WriteBufferToFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Sexy::Buffer const *)" (?WriteBufferToFile@SexyAppBase@Sexy@@QAE_NABV?$basic_string@DU?$char_ traits@D@std@@V?$allocator@D@2@@std@@PBVBuffer@2@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::GetFileDir(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?GetFileDir@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@ std@@ABV23@_N@Z) referenced in function "protected: bool __thiscall Sexy::SexyAppBase::WriteBytesToFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,void const *,unsigned long)" (?WriteBytesToFile@SexyAppBase@Sexy@@IAE_NABV?$basic_string@DU?$char_trai ts@D@std@@V?$allocator@D@2@@std@@PBXK@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::ResourceManager::ParseResourcesFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?ParseResourcesFile@ResourceManager@Sexy@@QAE_NABV?$basic_string@DU ?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: void __thiscall Sexy::SexyAppBase::LoadResourceManifest(void)" (?LoadResourceManifest@SexyAppBase@Sexy@@IAEXXZ) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::Dialog::Dialog(class Sexy::Image *,class Sexy::Image *,int,bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (??0Dialog@Sexy@@QAE@PAVImage@1@0H_NABV?$basic_string@DU?$char_traits@D@std@@V?$ allocator@D@2@@std@@22H@Z) referenced in function "public: virtual class Sexy::Dialog * __thiscall Sexy::SexyAppBase::NewDialog(int,bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (?NewDialog@SexyAppBase@Sexy@@UAEPAVDialog@2@H_NABV?$basic_string@DU?$char_trait s@D@std@@V?$allocator@D@2@@std@@11H@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::WidgetManager::RemoveBaseModal(class Sexy::Widget *)" (?RemoveBaseModal@WidgetManager@Sexy@@QAEXPAVWidget@2@@Z) referenced in function "public: virtual bool __thiscall Sexy::SexyAppBase::KillDialog(int,bool,bool)" (?KillDialog@SexyAppBase@Sexy@@UAE_NH_N0@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::WidgetManager::AddBaseModal(class Sexy::Widget *)" (?AddBaseModal@WidgetManager@Sexy@@QAEXPAVWidget@2@@Z) referenced in function "public: virtual void __thiscall Sexy::SexyAppBase::AddDialog(int,class Sexy::Dialog *)" (?AddDialog@SexyAppBase@Sexy@@UAEXHPAVDialog@2@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::WStringToSexyString(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (?WStringToSexyString@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$alloca tor@D@2@@std@@ABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@3@@Z) referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Sexy::SexyAppBase::GetString(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?GetString@SexyAppBase@Sexy@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$all ocator@D@2@@std@@ABV34@@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall Sexy::PropertiesParser::~PropertiesParser(void)" (??1PropertiesParser@Sexy@@UAE@XZ) referenced in function "public: bool __thiscall Sexy::SexyAppBase::LoadProperties(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool,bool)" (?LoadProperties@SexyAppBase@Sexy@@QAE_NABV?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@_N1@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Sexy::PropertiesParser::ParsePropertiesBuffer(class Sexy::Buffer const &)" (?ParsePropertiesBuffer@PropertiesParser@Sexy@@QAE_NABVBuffer@2@@Z) referenced in function "public: bool __thiscall Sexy::SexyAppBase::LoadProperties(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool,bool)" (?LoadProperties@SexyAppBase@Sexy@@QAE_NABV?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@_N1@Z) 1>sexyappframework.lib(SexyAppBase.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::PropertiesParser::PropertiesParser(class Sexy::SexyAppBase *)" (??0PropertiesParser@Sexy@@QAE@PAVSexyAppBase@1@@Z) referenced in function "public: bool __thiscall Sexy::SexyAppBase::LoadProperties(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool,bool)" (?LoadProperties@SexyAppBase@Sexy@@QAE_NABV?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@_N1@Z) 1>sexyappframework.lib(XMLWriter.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::XMLEncodeString(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?XMLEncodeString@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V ?$allocator@D@2@@std@@ABV23@@Z) referenced in function "public: bool __thiscall Sexy::XMLWriter::WriteAttribute(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?WriteAttribute@XMLWriter@Sexy@@QAE_NABV?$basic_string@DU?$char_tra its@D@std@@V?$allocator@D@2@@std@@0@Z) 1>sexyappframework.lib(XMLWriter.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::StrFormat(char const *,...)" (?StrFormat@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@PBDZZ) referenced in function "public: bool __thiscall Sexy::XMLWriter::WriteAttribute(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int const &)" (?WriteAttribute@XMLWriter@Sexy@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V ?$allocator@D@2@@std@@ABH@Z) 1>sexyappframework.lib(DDInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::Ratio::Set(int,int)" (?Set@Ratio@Sexy@@QAEXHH@Z) referenced in function "public: int __thiscall Sexy::DDInterface::Init(struct HWND__ *,bool)" (?Init@DDInterface@Sexy@@QAEHPAUHWND__@@_N@Z) 1>sexyappframework.lib(SDLMixerSoundManager.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::ReplaceBackSlashes(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?ReplaceBackSlashes@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$all ocator@D@2@@std@@V23@@Z) referenced in function "public: virtual bool __thiscall Sexy::SDLMixerSoundManager::LoadSound(unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?LoadSound@SDLMixerSoundManager@Sexy@@UAE_NIABV?$basic_string@DU?$c har_traits@D@std@@V?$allocator@D@2@@std@@@Z) 1>sexyappframework.lib(ImageLib.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::ReplaceBackSlashes(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?ReplaceBackSlashes@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$all ocator@D@2@@std@@V23@@Z) 1>sexyappframework.lib(SDLMixerMusicInterface.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall Sexy::MusicInterface::~MusicInterface(void)" (??1MusicInterface@Sexy@@UAE@XZ) referenced in function __unwindfunclet$??0SDLMixerMusicInterface@Sexy@@QAE@PAUHWND__@@@Z$0 1>sexyappframework.lib(SDLMixerMusicInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::MusicInterface::SetSongMaxVolume(int,double)" (?SetSongMaxVolume@MusicInterface@Sexy@@UAEXHN@Z) 1>sexyappframework.lib(SDLMixerMusicInterface.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall Sexy::MusicInterface::SetMusicAmplify(int,double)" (?SetMusicAmplify@MusicInterface@Sexy@@UAEXHN@Z) 1>sexyappframework.lib(ImageLib.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::Lower(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?Lower@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ ABV23@@Z) referenced in function __catch$?GetImage@ImageLib@@YAPAVImage@1@V?$basic_string@DU?$char_traits@D@std@@ V?$allocator@D@2@@std@@_N@Z$0 1>sexyappframework.lib(ImageLib.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Sexy::Upper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?Upper@Sexy@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ ABV23@@Z) referenced in function "class ImageLib::Image * __cdecl ImageLib::GetImage(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)" (?GetImage@ImageLib@@YAPAVImage@1@V?$basic_string@DU?$char_traits@D@std@@V?$allo cator@D@2@@std@@_N@Z) 1>sexyappframework.lib(MemoryImage.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl Sexy::SWHelper::SWDrawShape(struct Sexy::SWHelper::XYZStruct *,int,class Sexy::MemoryImage *,class Sexy::Color const &,int,class Sexy::TRect<int> const &,void *,int,int,bool,bool)" (?SWDrawShape@SWHelper@Sexy@@SAXPAUXYZStruct@12@HPAVMemoryImage@2@ABVColor@2@HAB V?$TRect@H@2@PAXHH_N5@Z) referenced in function "public: void __thiscall Sexy::MemoryImage::BltMatrixHelper(class Sexy::Image *,float,float,class Sexy::SexyMatrix3 const &,class Sexy::TRect<int> const &,class Sexy::Color const &,int,class Sexy::TRect<int> const &,void *,int,int,bool)" (?BltMatrixHelper@MemoryImage@Sexy@@QAEXPAVImage@2@MMABVSexyMatrix3@2@ABV?$TRect @H@2@ABVColor@2@H2PAXHH_N@Z) 1>sexyappframework.lib(MemoryImage.obj) : error LNK2019: unresolved external symbol "public: class Sexy::SexyVector3 __thiscall Sexy::SexyMatrix3::operator*(class Sexy::SexyVector3 const &)const " (??DSexyMatrix3@Sexy@@QBE?AVSexyVector3@1@ABV21@@Z) referenced in function "public: void __thiscall Sexy::MemoryImage::BltMatrixHelper(class Sexy::Image *,float,float,class Sexy::SexyMatrix3 const &,class Sexy::TRect<int> const &,class Sexy::Color const &,int,class Sexy::TRect<int> const &,void *,int,int,bool)" (?BltMatrixHelper@MemoryImage@Sexy@@QAEXPAVImage@2@MMABVSexyMatrix3@2@ABV?$TRect @H@2@ABVColor@2@H2PAXHH_N@Z) 1>sexyappframework.lib(D3DInterface.obj) : error LNK2019: unresolved external symbol "public: class Sexy::SexyVector2 __thiscall Sexy::SexyMatrix3::operator*(class Sexy::SexyVector2 const &)const " (??DSexyMatrix3@Sexy@@QBE?AVSexyVector2@1@ABV21@@Z) referenced in function "public: void __thiscall Sexy::TextureData::BltTransformed(class Sexy::SexyMatrix3 const &,class Sexy::TRect<int> const &,class Sexy::Color const &,class Sexy::TRect<int> const *,float,float,bool)" (?BltTransformed@TextureData@Sexy@@QAEXABVSexyMatrix3@2@ABV?$TRect@H@2@ABVColor@ 2@PBV42@MM_N@Z) 1>sexyappframework.lib(D3DInterface.obj) : error LNK2019: unresolved external symbol "public: class Sexy::SexyMatrix3 __thiscall Sexy::SexyMatrix3::operator*(class Sexy::SexyMatrix3 const &)const " (??DSexyMatrix3@Sexy@@QBE?AV01@ABV01@@Z) referenced in function "public: void __thiscall Sexy::D3DInterface::PushTransform(class Sexy::SexyMatrix3 const &,bool)" (?PushTransform@D3DInterface@Sexy@@QAEXABVSexyMatrix3@2@_N@Z) 1>sexyappframework.lib(D3DInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::SexyTransform2D::Scale(float,float)" (?Scale@SexyTransform2D@Sexy@@QAEXMM@Z) referenced in function "public: void __thiscall Sexy::D3DInterface::BltMirror(class Sexy::Image *,float,float,class Sexy::TRect<int> const &,class Sexy::Color const &,int,bool)" (?BltMirror@D3DInterface@Sexy@@QAEXPAVImage@2@MMABV?$TRect@H@2@ABVColor@2@H_N@Z) 1>sexyappframework.lib(D3DInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::SexyTransform2D::Translate(float,float)" (?Translate@SexyTransform2D@Sexy@@QAEXMM@Z) referenced in function "public: void __thiscall Sexy::D3DInterface::BltMirror(class Sexy::Image *,float,float,class Sexy::TRect<int> const &,class Sexy::Color const &,int,bool)" (?BltMirror@D3DInterface@Sexy@@QAEXPAVImage@2@MMABV?$TRect@H@2@ABVColor@2@H_N@Z) 1>sexyappframework.lib(D3DInterface.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::SexyTransform2D::SexyTransform2D(void)" (??0SexyTransform2D@Sexy@@QAE@XZ) referenced in function "public: void __thiscall Sexy::D3DInterface::BltMirror(class Sexy::Image *,float,float,class Sexy::TRect<int> const &,class Sexy::Color const &,int,bool)" (?BltMirror@D3DInterface@Sexy@@QAEXPAVImage@2@MMABV?$TRect@H@2@ABVColor@2@H_N@Z) 1>sexyappframework.lib(D3DInterface.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Sexy::SexyTransform2D::RotateRad(float)" (?RotateRad@SexyTransform2D@Sexy@@QAEXM@Z) referenced in function "public: void __thiscall Sexy::D3DInterface::BltRotated(class Sexy::Image *,float,float,class Sexy::TRect<int> const *,class Sexy::Color const &,int,double,float,float,class Sexy::TRect<int> const &)" (?BltRotated@D3DInterface@Sexy@@QAEXPAVImage@2@MMPBV?$TRect@H@2@ABVColor@2@HNMMA BV42@@Z) 1>sexyappframework.lib(D3DInterface.obj) : error LNK2019: unresolved external symbol "public: __thiscall Sexy::SexyTransform2D::SexyTransform2D(class Sexy::SexyMatrix3 const &)" (??0SexyTransform2D@Sexy@@QAE@ABVSexyMatrix3@1@@Z) referenced in function "public: void __thiscall Sexy::D3DInterface::BltTransformed(class Sexy::Image *,class Sexy::TRect<int> const *,class Sexy::Color const &,int,class Sexy::TRect<int> const &,class Sexy::SexyMatrix3 const &,bool,float,float,bool)" (?BltTransformed@D3DInterface@Sexy@@QAEXPAVImage@2@PBV?$TRect@H@2@ABVColor@2@HAB V42@ABVSexyMatrix3@2@_NMM5@Z) 1>sexyappframework.lib(D3DInterface.obj) : error LNK2019: unresolved external symbol "public: class Sexy::SexyTransform2D const & __thiscall Sexy::SexyTransform2D::operator=(class Sexy::SexyMatrix3 const &)" (??4SexyTransform2D@Sexy@@QAEABV01@ABVSexyMatrix3@1@@Z) referenced in function "public: void __thiscall Sexy::D3DInterface::BltTransformed(class Sexy::Image *,class Sexy::TRect<int> const *,class Sexy::Color const &,int,class Sexy::TRect<int> const &,class Sexy::SexyMatrix3 const &,bool,float,float,bool)" (?BltTransformed@D3DInterface@Sexy@@QAEXPAVImage@2@PBV?$TRect@H@2@ABVColor@2@HAB V42@ABVSexyMatrix3@2@_NMM5@Z) 1>ReleaseVS2005/../../Demo1.exe : fatal error LNK1120: 139 unresolved externals 1>Build log was saved at "file://c:\b\Oldcomp\Otpad\DvdFreeGameDev2\popcapframework_1_3\osframework\so urce\demos\Demo1\ReleaseVS2005\BuildLog.htm" 1>Demo1 VS2005 - 143 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== [/code] please help ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |