You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(2) |
Aug
(3) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(5) |
Feb
|
Mar
(1) |
Apr
(2) |
May
(5) |
Jun
(4) |
Jul
(2) |
Aug
(3) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2009-04-18 18:13:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7219529 By: wpvanpaassen Thanks for sharing this info. cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2009-04-18 08:09:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7216577 By: executedata I managed to build it in 64 bit successfully for my project as well. It doesn't build any more cleanly then it did before however. All I did was replace ulong with uint32_t (I always prefer specified types, so nobody gets any crazy ideas about size) using find replace over the entire lib directory (include the *.inc files). I excluded the typedef of ulong itself, and had to replace 4 occurrences of unsigned long in ResourceManage.cpp:LoadAlphaGridImage I got fonts to render at least. That is better then before. As for hgeparticle, it didn't stop working, but I also don't render it with textures. I could probably provide a patch if someone was interested but I don't have a good way to test any side effects that might have cropped up. I replaced cmake with scons for my project so I don't even have the samples building. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2009-03-01 08:26:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6574868 By: wpvanpaassen Draxd, did you succeed in making tuxcap 64 bit clean? If so, are you willing to provide a patch? Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2009-01-25 20:50:18
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6248755 By: wpvanpaassen By the way, are you testing the software or OpenGL renderer? Some little help to toggle between software renderer and ogl. Every tuxcap app creates an ini file in your home directory. For instance run Hungarr and look in .TuxCap/Hungarr/TuxCap.Hungarr.ini In here is a Is3D value that you can enable/disable. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2009-01-25 20:46:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6248723 By: wpvanpaassen Hey that's great to hear. Yes you also need to check the code in hgeparticle for ulong trouble. (And also the pycap code) ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2009-01-25 20:40:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6248665 By: draxd I managed to fix it after replacing unsigned long and ulong with uint, particle example does work yet tho ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2009-01-25 15:04:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6245953 By: wpvanpaassen Hi, That's because tuxcap is currently not 64 bit clean. The original framework uses unsigned long for a lot of their variables. This will work fine on 64 bit windows (LLP64) but not on 64 bit Linux which is LP64. The ulong typedef can be found in Common.h and for 64 bit Linux should be unsigned int instead of unsigned long. The problem you encounter has to do with image loading. See file ImageLib.cpp. These image loading problems are also caused by the current typedef of ulong to unsigned long. Let me know if you're interested in making tuxcap 64 bit clean so I can give you more information. Thanks and cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2009-01-25 13:32:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6245271 By: draxd I managed to build TuxCap on Ubuntu 8.10 64 bit by changing m32 to m64 in CmakeList.txt physics demo works fine but graphic in rest of demos is bad. Heres pic : [IMG]http://i39.tinypic.com/2rrrql4.png[/IMG] ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-15 22:24:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5819967 By: wpvanpaassen Hi All, I've ported Polychromatic Funk Monkey by the illustrious farbs to Linux using TuxCap. You can find it here www.tweeler.com Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-15 15:57:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5818159 By: wpvanpaassen By the way, the software renderer does not work when compiled for 64 bit, only supports 32 bit for now Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-15 15:56:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5818153 By: wpvanpaassen Hi, Did you use the latest sources from cvs? I'm about to release a new version and I've got everything checked in. As a workaround try to add -m32 to the compiler options of the tuxcap/CMakeLists.txt file, to force it into 32 bit mode. Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-15 15:03:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5817886 By: oxi Hi, I'm unable to build it either on 64bit ubuntu hardy. It's throwing this error: [ 35%] Building CXX object tuxcap/lib/CMakeFiles/tuxcap.dir/__/pycap/PycapApp.o In file included from /usr/include/python2.5/Python.h:57, from /home/oxi/src/TuxCap/tuxcap/pycap/PycapResources.h:20, from /home/oxi/src/TuxCap/tuxcap/pycap/PycapApp.h:15, from /home/oxi/src/TuxCap/tuxcap/pycap/PycapApp.cpp:13: /usr/include/python2.5/pyport.h:761:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." make[2]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/__/pycap/PycapApp.o] Error 1 make[1]: *** [tuxcap/lib/CMakeFiles/tuxcap.dir/all] Error 2 make: *** [all] Error 2 Am I supposed to do anything besides: cmake .. make on a 64bit kernel? I already installed the libraries you mentioned before. Other than that, the svn version builds perfectly on a 32bit ubuntu interpid, with gcc 4.3 :) And the demos seem to work flawlessly :) Thank you, Regards, oxi ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-15 08:55:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5816039 By: wpvanpaassen Hi, Thanks for the compliments, much appreciated :-) Yes you could do a point and click adventure game with it. Currently a lot of those hidden object games are made with the popcap framework. TuxCap is not focused around tile based game development but game development in general. You can do a lot of different game styles with TuxCap. Popcap at one point even made an arcade game with their framework. The framework's focus is not on speed and fast graphics though, so you should keep that in mind but as you can see a game like Go Ollie (which uses TuxCap's python bindings) really runs well, even in software mode. TuxCap falls back to software rendering in case no suitable hardware acceleration is detected. I haven't investigated it but I think it should be possible to port TuxCap to wince. People told me that they're running TuxCap on windows by the way. The project does have a logo but after sourceforge latest changes our homepage is broken and I haven't had the time to fix it. Good luck with your project, let me know how it goes Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-14 23:28:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5814293 By: oxi Hi, Thank you for the quick answer! I've just tested all video modes from wesnoth 1.4.5 from ubuntu repos. Here are the results: FIT WELL: 800x512 832x624 1024x768 1152x864 1280x960 1280x1024 DON'T FIT: 840x525 800x600 (uh oh) 960x540 960x600 So, yes, I'm guessing the problem is mine... I've just tested 800x600 desktop and the problem is still there, so I guess it's not related with SDL, but with my sustem setup or hardware :S I'll look into it, but if you can provide some help on the matter, I'd really appreciate that. Oh, and let me apologize for the rush. Regards, oxi ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-14 22:46:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5814161 By: oxi Wow, I thought I had lost what I had just written and was all in a mood and looking desperately how to overcome the ubuntu limitation on reading from /dev/mem to get the text back. Well, thank goodness it's most of it there. Let me just add that I think you're doing great, so keep up the good work! Thank you. Regards, oxi ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-14 22:19:52
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5813968 By: oxi Hi, Having seen the results of what TuxCap is capable of(awesome), Id' like to ask some questions: Is TuxCap/PopCap suitable for adventure game development, even if it's not mainly focused on it? Or is it focused around tile based game development? I mean, if it's got a more general focus on game development, I don't really care if it's not as easy to use as adventure creation systems, as long as an adventure can be done. How are SDL and OpenGL used? I'd expect it would automatically use SDL if no hardware acceleration was detected, and OGL either? May I expect the library to run on WinCE in a future? Or the engine... I mean cross-compiling games for wince target(sorry, I didn't do my research homework). How difficult would this be? What do you think? I'm planning on developing a point&click adventure creation system with a very portable interpreter and after much searching I found TuxCap to be one of my best options, at least for the interpreter/engine implementation, even thou I don't really know how it works... But after looking at the awesome game ports, I'll immediately look into how to work with TuxCap and see if it (hopefully) suits my needs. You should really come up with a logo for TuxCap! :) Ok, maybe you got one already. Sorry for not doing my homework, again :) This project looks very very promising, ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-14 21:25:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5813905 By: wpvanpaassen Hi, Thanks for reporting this (and enjoying the games :-)). First thing to determine is if this is a problem of your video drivers. Could you try another game based on SDL (for instance battle for wesnoth) and try their fullscreen mode. Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-12-14 21:12:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5813852 By: oxi Hi, I don't know if this is a bug, so I'm not filing one. I've tested all the games(most of them so funny!) and I notised the fullscreen mode not fitting so well. Part of the bottom graphics is missing. This is common to all those games, so I think I should not report to their authors, but here. It could perfectly be a misconfiguration issue, which is why i didn't file a bug. This is 32bit Ubuntu Intrepid 8.10 on amd64 cpu, using nvidia geforce 7600gs with nvidia proprietary drivers. Any other information you shall need, please ask away. Regards, oxi ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-11-17 11:43:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5660517 By: wpvanpaassen Hi, I've ported Go Ollie! by Charlie Dog Games using TuxCap Download it here http://tweeler.com/goollie_linux.html Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-10-19 20:35:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5461155 By: wpvanpaassen Hi, You're trying to link tuxcap against the 64 bit versions of its shared libraries. You need to install the 32 bit libraries. try something like install ia32-libs ia32-libs-gtk linux32 lib32asound2 btw, great to hear that you've got tuxcap running on windows! Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-10-19 19:38:51
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5460870 By: draxd Is there any way to build TuxCap on 64 bit OpenSuse 11 ? I get lot of errors , Something like /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../libMagick++.so when searching for -lMagick++ /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../libMagick++.a when searching for -lMagick++ /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libMagick++.so when searching for -lMagick++ /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libMagick++.a when searching for -lMagick++ /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lMagick++ Please help. btw I managed to build it on Windows Visual C++ 2008 :) ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-09-02 21:19:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5220049 By: wpvanpaassen Hi, I've ported Atomic Worm by Charlie Dog Games using TuxCap. Download it here http://www.charliedoggames.com/AtomicWorm.sh Cheers WP ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2008-08-27 16:06:20
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5200598 By: wpvanpaassen Hi, I don't have visual studio 2008 so I can't test it for you but the error messages indicate that the linker can't find the tuxcap library. So in your options, on the linker tab, point it to the tuxcap library (the one you build earlier), so the linker is able to resolve the needed functions from the library. Hope this helps Cheers WP ______________________________________________________________________ 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 |
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 |
From: SourceForge.net <no...@so...> - 2008-08-25 06:03:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5192600 By: draxd Did anyone compiled tuxcap on Visual Studio c++ 2008 ? I need it for its OpenGL feature (DirectX does not support MultiMonitors). I tryed but get stuck with error something like "cant use static function in local block" in SWTri.cpp ______________________________________________________________________ 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 |