Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - conorjh

Pages: [1]
1
Window / Re: RenderWindow::getSize() access violation
« on: July 29, 2014, 04:49:31 pm »
Sorry, that problem was sorted, missed the option the first time around. The libraries Im using are building and running fine with the std libs linked statically, its now this error with RenderWindows. Iv made a skeleton project and the code runs fine, and even though theres more to the other project in which it doesnt run, all Iv done is include extra libs. Have you seen anything like this before?

Code: [Select]
//works
sf::RenderWindow w;
w.create(sf::VideoMode(800,600,32), "Test", sf::Style::Default);
w.getSize().x;

//doesnt work
sf::RenderWindow* w=new sf::RenderWindow();
w->create(sf::VideoMode(800,600,32), "Test", sf::Style::Default);
w->getSize().x;


2
Window / Re: RenderWindow::getSize() access violation
« on: July 29, 2014, 04:25:35 pm »
Have rebuilt a project from scratch, using cMake, and can get the following example to run fine

Code: [Select]
sf::RenderWindow* w = new sf::RenderWindow();
w->create(sf::VideoMode(800,600,32), "Test", sf::Style::Default);
w->getSize().x;     //errors here

Stick that same code into my Project, and I get an access violation on line 3. The two projects are using the exact same libraries, Im assuming it can only be a project setting?

What are the possible settings that would cause this? Iv remade this project that many times now I cant see what Im doing wrong.

3
General / Anyone have VS2010 SFML templates?
« on: July 29, 2014, 01:40:57 pm »
SFML has recently become a major ball ache, and after much time spent fiddling with compiler settings and following tutorials Im still no further than when I started. In an effort to bypass any of the errors I could be making myself, does anyone have blank project with SFML already linked. Id just like to check the settings used in it. Iv found one for VS2013, and may just consider moving to that compiler now if it makes life easier, but before I do, does anyone have a link etc?

4
Window / Re: RenderWindow::getSize() access violation
« on: July 28, 2014, 10:26:24 am »
That really was just an example, but Ill take the raw pointers advice for when I can actually get this project working properly

5
Window / Re: RenderWindow::getSize() access violation
« on: July 27, 2014, 08:29:43 pm »
Ok, so I remade the most basic example I could, and dont get the error if I set the project to Multi Threaded Debug DLL, but do if its straight Multi Threaded Debug...

I thought Id got rid of this by getting the original project to compile but obviously not. Just for simplicity's sake, are there any VS 2010 static libs for 2.1 around? The ones I used from http://www.sfml-dev.org/download/sfml/2.1/ are what gave me the issues in the original post, so I went with Cmake and managed to get rid of them.

Im fairly sure that all my project settings are correct, and that I built SFML correctly via Cmake and VS2010, but these results suggest otherwise.

Code: [Select]
#include <SFML\Graphics.hpp>

int main()
{
sf::RenderWindow* test = new sf::RenderWindow();
test->create(sf::VideoMode(800,600,32), "Test", sf::Style::Default);
test->getSize().x;

return 0;
}

Edit:
Also, using the libs from the aforementioned link, this example only builds with Multi Threaded (Debug) DLL despite linking "-s-d" versions of libs and having SFML_STATIC as a preprocessor value. Is there anything Im missing? It cant be something wrong with SFML surely?

6
Window / Re: RenderWindow::getSize() access violation
« on: July 27, 2014, 05:53:27 pm »
Also tried doing the same, from within the method that creates the window and get the same.

Code: [Select]

bool kit::gfx::startup()
{
if(!(kit::gfx::mainRC = create(kitDefaultWindowW,kitDefaultWindowH,kitDefaultWindowD)))
{
//error making main window
return false;
}
kit::gfx::mainRC->window->getSize().x;    <--------------errors here
return true;
}

7
Window / Re: RenderWindow::getSize() access violation
« on: July 27, 2014, 05:00:56 pm »
All projects are part of the same solution, so I assume all projects share the same Debug/Release setting? As for the SFML libs, they were built in the same version just yesterday, fresh out the compiler. Does it matter that the pointer resides in a static lib?

8
Window / RenderWindow::getSize() access violation
« on: July 27, 2014, 04:07:16 pm »
I get an access violation when trying to get the size of a window. Oddly, I can do most of the other members I tried, like getPosition() or display(). Can provide more code if needed. Can anyone notice anything on first browse?

Code: [Select]
kRenderContext* kit::gfx::create(int _x, int _y, int _z)
{
//attempt to create a window with the given resolution
klog.print("Attempting to create window...",ll_debug);
kRenderContext* out = new kRenderContext();
out->window = new sf::RenderWindow();
out->window->create(sf::VideoMode(_x,_y,_z), kitAppTitle, sf::Style::Default);

if(!out->window->isOpen())
{
//failed
klog.print("Failed to create window",ll_debug);
return NULL;
}

//add to our list of contexts
out->x = out->window->getSize().x; <----------------------------error here
out->y = out->window->getSize().y;
out->z = _z;

out->id = util::randomNumU();
contextBank.insert( std::make_pair( out->id,out ) );

klog.print("Window created successfully",ll_debug);
return out;
}

9
General / Re: Dependency Heck
« on: July 24, 2014, 11:37:07 pm »
latest error output, after remaking the project, carefully changing all settings.

Quote
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __thiscall std::_Container_base12::~_Container_base12(void)" (??1_Container_base12@std@@QAE@XZ) already defined in kitlib.lib(gfx.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __thiscall std::_Container_base12::_Container_base12(void)" (??0_Container_base12@std@@QAE@XZ) already defined in kitlib.lib(gfx.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: void __thiscall std::_Container_base12::_Orphan_all(void)" (?_Orphan_all@_Container_base12@std@@QAEXXZ) already defined in kitlib.lib(gfx.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ) already defined in kitlib.lib(gfx.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: void __thiscall std::_Container_base12::_Swap_all(struct std::_Container_base12 &)" (?_Swap_all@_Container_base12@std@@QAEXAAU12@@Z) already defined in topdown.lib(sys.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __int64 __thiscall std::ios_base::width(__int64)" (?width@ios_base@std@@QAE_J_J@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::ios_base::flags(void)const " (?flags@ios_base@std@@QBEHXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __int64 __thiscall std::ios_base::width(void)const " (?width@ios_base@std@@QBE_JXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: bool __thiscall std::ios_base::good(void)const " (?good@ios_base@std@@QBE_NXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: void __thiscall std::locale::facet::_Incref(void)" (?_Incref@facet@locale@std@@QAEXXZ) already defined in kitlib.lib(gfx.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)" (?_Decref@facet@locale@std@@QAEPAV123@XZ) already defined in kitlib.lib(gfx.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __thiscall std::locale::id::operator unsigned int(void)" (??Bid@locale@std@@QAEIXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::basic_ostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: virtual __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAE@XZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD0@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) already defined in kitlib.lib(util.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::`vbase destructor'(void)" (??_D?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: virtual __thiscall std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: virtual __thiscall std::basic_istream<char,struct std::char_traits<char> >::~basic_istream<char,struct std::char_traits<char> >(void)" (??1?$basic_istream@DU?$char_traits@D@std@@@std@@UAE@XZ) already defined in kitlib.lib(util.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __thiscall std::basic_istream<char,struct std::char_traits<char> >::basic_istream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z) already defined in kitlib.lib(util.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: __thiscall std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (??0?$basic_ios@DU?$char_traits@D@std@@@std@@IAE@XZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::codecvt<char,char,int>::out(int &,char const *,char const *,char const * &,char *,char *,char * &)const " (?out@?$codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Gndec(void)" (?_Gndec@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::codecvt<char,char,int>::in(int &,char const *,char const *,char const * &,char *,char *,char * &)const " (?in@?$codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Gninc(void)" (?_Gninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::locale __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::getloc(void)const " (?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QBE?AVlocale@2@XZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Init(char * *,char * *,int *,char * *,char * *,int *)" (?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAPAD0PAH001@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Init(void)" (?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::codecvt<char,char,int>::unshift(int &,char *,char *,char * &)const " (?unshift@?$codecvt@DDH@std@@QBEHAAHPAD1AAPAD@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: bool __thiscall std::codecvt_base::always_noconv(void)const " (?always_noconv@codecvt_base@std@@QBE_NXZ) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD00@Z) already defined in kitlib.lib(logger.obj)
3>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: static unsigned int __cdecl std::codecvt<char,char,int>::_Getcat(class std::locale::facet const * *,class std::locale const *)" (?_Getcat@?$codecvt@DDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) already defined in kitlib.lib(logger.obj)
3>libcpmtd.lib(ios.obj) : error LNK2005: "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base *)" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z) already defined in msvcprtd.lib(MSVCP100D.dll)
3>libcpmtd.lib(ios.obj) : error LNK2005: "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base *)" (?_Addstd@ios_base@std@@SAXPAV12@@Z) already defined in msvcprtd.lib(MSVCP100D.dll)
3>libcpmtd.lib(locale0.obj) : error LNK2005: "private: static void __cdecl std::locale::facet::_Facet_Register(class std::locale::facet *)" (?_Facet_Register@facet@locale@std@@CAXPAV123@@Z) already defined in msvcprtd.lib(locale0_implib.obj)
3>libcpmtd.lib(locale0.obj) : error LNK2005: "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) already defined in msvcprtd.lib(MSVCP100D.dll)
3>libcpmtd.lib(locale0.obj) : error LNK2005: "private: static class std::locale::_Locimp * __cdecl std::locale::_Init(void)" (?_Init@locale@std@@CAPAV_Locimp@12@XZ) already defined in msvcprtd.lib(MSVCP100D.dll)
3>libcpmtd.lib(locale0.obj) : error LNK2005: "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,char const *)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z) already defined in msvcprtd.lib(MSVCP100D.dll)
3>libcpmtd.lib(locale0.obj) : error LNK2005: "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo *)" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z) already defined in msvcprtd.lib(MSVCP100D.dll)
3>libcpmtd.lib(xlock.obj) : error LNK2005: "public: __thiscall std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QAE@H@Z) already defined in msvcprtd.lib(MSVCP100D.dll)
3>libcpmtd.lib(xlock.obj) : error LNK2005: "public: __thiscall std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QAE@XZ) already defined in msvcprtd.lib(MSVCP100D.dll)
3>topdown.lib(phys.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(entity_dumbcat.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(simplexnoise.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(common.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(simcommon.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(syscommon.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(comp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(worldgen.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(map.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(basictiles.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(spawner.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(spawn.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(util.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(simrender.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(item.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(cast.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(world.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(sim.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(ThreadLocalImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(JoystickImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(baseentity.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(JoystickManager.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(SleepImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(ImageLoader.cpp.obj) : error LNK2019: unresolved external symbol __RTC_Shutdown referenced in function "int __cdecl parse_zlib_header(struct zbuf *)" (?parse_zlib_header@@YAHPAUzbuf@@@Z)
3>kitlib.lib(MutexImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(TextureSaver.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(WglContext.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(ThreadLocal.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(WindowImplWin32.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Shader.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(InputImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Lock.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Mutex.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(GLCheck.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(View.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Vertex.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Transform.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Err.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Sleep.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(VideoModeImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Image.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Sprite.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(GlResource.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(GlContext.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(WindowImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Keyboard.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Mouse.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Texture.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Transformable.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(RenderTarget.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Color.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(RenderStates.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(ClockImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(util.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(VideoMode.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(String.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(RenderWindow.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Time.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(io.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(sprite.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Window.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>main.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(gfx.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(logger.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>kitlib.lib(Clock.cpp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
3>fspawn.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>fspawner.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>fworldgen.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>game.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>fcast.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>fentity.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>fitem.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>fsim.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
3>topdown.lib(phys.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(entity_dumbcat.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(simplexnoise.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(common.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(simcommon.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(syscommon.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(comp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(worldgen.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(map.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(basictiles.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(spawner.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(spawn.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(util.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(simrender.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(item.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(cast.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(world.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(sim.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(ThreadLocalImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(JoystickImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(baseentity.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(JoystickManager.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(SleepImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(ImageLoader.cpp.obj) : error LNK2019: unresolved external symbol __RTC_InitBase referenced in function "int __cdecl create_png_image_raw(struct png *,unsigned char *,unsigned int,int,unsigned int,unsigned int)" (?create_png_image_raw@@YAHPAUpng@@PAEIHII@Z)
3>kitlib.lib(MutexImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(TextureSaver.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(WglContext.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(ThreadLocal.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(WindowImplWin32.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Shader.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(InputImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Lock.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Mutex.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(GLCheck.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(View.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Vertex.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Transform.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Err.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Sleep.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(VideoModeImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Image.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Sprite.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(GlResource.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(GlContext.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(WindowImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Keyboard.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Mouse.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Texture.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Transformable.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(RenderTarget.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Color.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(RenderStates.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(ClockImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(util.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(VideoMode.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(String.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(RenderWindow.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Time.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(io.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(sprite.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Window.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>main.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(gfx.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(logger.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>kitlib.lib(Clock.cpp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
3>fspawn.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>fspawner.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>fworldgen.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>game.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>fcast.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>fentity.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>fitem.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>fsim.obj : error LNK2001: unresolved external symbol __RTC_InitBase
3>topdown.lib(comp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(phys.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(entity_dumbcat.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(simplexnoise.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(spawner.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(common.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(simcommon.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(syscommon.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(simrender.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(worldgen.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(map.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(basictiles.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(sim.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(spawn.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(util.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(JoystickImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(baseentity.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(world.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(SleepImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(ImageLoader.cpp.obj) : error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function "unsigned char * __cdecl bmp_load(struct stbi *,int *,int *,int *,int)" (?bmp_load@@YAPAEPAUstbi@@PAH11H@Z)
3>kitlib.lib(MutexImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(ThreadLocalImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(WglContext.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(ThreadLocal.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(WindowImplWin32.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(JoystickManager.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(InputImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Lock.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Mutex.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(TextureSaver.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(View.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Vertex.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Transform.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Shader.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Sleep.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(VideoModeImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Image.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(GLCheck.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(GlResource.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(GlContext.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(WindowImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Err.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Mouse.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Texture.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Transformable.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Sprite.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Color.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(RenderStates.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(ClockImpl.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Keyboard.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(VideoMode.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(String.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(RenderWindow.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(RenderTarget.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(io.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(sprite.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Window.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(util.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(gfx.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(logger.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Clock.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>kitlib.lib(Time.cpp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>fspawner.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>fworldgen.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>game.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>main.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>fentity.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>fitem.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>fsim.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>fspawn.obj : error LNK2001: unresolved external symbol __RTC_CheckEsp
3>topdown.lib(entity_dumbcat.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>libcpmtd.lib(locale0.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(common.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(simcommon.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(syscommon.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(comp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(worldgen.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(map.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(spawner.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(world.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(sim.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(spawn.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(util.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(WindowImplWin32.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(ImageLoader.cpp.obj) : error LNK2019: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@) referenced in function "unsigned char * __cdecl psd_load(struct stbi *,int *,int *,int *,int)" (?psd_load@@YAPAEPAUstbi@@PAH11H@Z)
3>topdown.lib(baseentity.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(Image.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(GLCheck.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(Shader.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(WglContext.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(GlContext.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(WindowImpl.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(Err.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(VideoModeImpl.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(RenderTarget.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(Texture.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(Transformable.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(Sprite.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(util.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(VideoMode.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(String.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(RenderWindow.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(logger.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(io.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(sprite.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(Window.cpp.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>fspawner.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>fworldgen.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>game.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>kitlib.lib(gfx.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>fentity.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>fitem.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>fsim.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>fspawn.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
3>topdown.lib(simplexnoise.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(syscommon.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(comp.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(phys.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(entity_dumbcat.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(simrender.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(worldgen.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(map.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(baseentity.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(sim.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(util.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(JoystickImpl.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(jcapimin.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(jcdctmgr.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(jfdctflt.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(Shader.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(WglContext.cpp.obj) : error LNK2019: unresolved external symbol __fltused referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)
3>kitlib.lib(JoystickManager.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(ImageLoader.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(WindowImpl.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(View.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(Vertex.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(Transform.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(RenderTarget.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(Texture.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(Transformable.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(Sprite.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(Time.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(sprite.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(Window.cpp.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(util.obj) : error LNK2001: unresolved external symbol __fltused
3>fentity.obj : error LNK2001: unresolved external symbol __fltused
3>fsim.obj : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(gfx.obj) : error LNK2001: unresolved external symbol __fltused
3>kitlib.lib(logger.obj) : error LNK2001: unresolved external symbol __fltused
3>topdown.lib(comp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>msvcprtd.lib(locale0_implib.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>libcpmtd.lib(locale0.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(spawner.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(common.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(simcommon.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(syscommon.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(simrender.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(worldgen.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(map.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(basictiles.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(sim.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(spawn.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(util.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(jcmaster.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(baseentity.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(world.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(JoystickImpl.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(jerror.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(jcmarker.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(jchuff.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(ThreadLocal.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(WindowImplWin32.cpp.obj) : error LNK2019: unresolved external symbol ___security_cookie referenced in function "public: virtual __thiscall sf::priv::WindowImplWin32::~WindowImplWin32(void)" (??1WindowImplWin32@priv@sf@@UAE@XZ)
3>kitlib.lib(JoystickManager.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(ImageLoader.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Transform.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Shader.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Mutex.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(WglContext.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(VideoModeImpl.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Image.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(GLCheck.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(View.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(GlResource.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(GlContext.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(WindowImpl.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Err.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(ClockImpl.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Texture.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Transformable.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Sprite.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(VideoMode.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(String.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(RenderWindow.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(RenderTarget.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(io.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(sprite.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(Window.cpp.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(util.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>game.obj : error LNK2001: unresolved external symbol ___security_cookie
3>main.obj : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(gfx.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>kitlib.lib(logger.obj) : error LNK2001: unresolved external symbol ___security_cookie
3>fsim.obj : error LNK2001: unresolved external symbol ___security_cookie
3>fspawn.obj : error LNK2001: unresolved external symbol ___security_cookie
3>fspawner.obj : error LNK2001: unresolved external symbol ___security_cookie
3>fworldgen.obj : error LNK2001: unresolved external symbol ___security_cookie
3>topdown.lib(comp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>msvcprtd.lib(locale0_implib.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>libcpmtd.lib(locale0.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(spawner.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(common.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(simcommon.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(syscommon.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(simrender.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(worldgen.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(map.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(basictiles.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(sim.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(spawn.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(util.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(ImageLoader.cpp.obj) : error LNK2019: unresolved external symbol ___CxxFrameHandler3 referenced in function "unsigned char * __cdecl bmp_load(struct stbi *,int *,int *,int *,int)" (?bmp_load@@YAPAEPAUstbi@@PAH11H@Z)
3>topdown.lib(baseentity.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(world.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(WglContext.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(ThreadLocal.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(WindowImplWin32.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(JoystickManager.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(Image.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(GLCheck.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(Shader.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(Mutex.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(GlContext.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(WindowImpl.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(Err.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(VideoModeImpl.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(ClockImpl.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(Texture.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(Sprite.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(GlResource.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(VideoMode.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(String.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(RenderWindow.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(RenderTarget.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(io.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(sprite.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(Window.cpp.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(util.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>game.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>main.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(gfx.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>kitlib.lib(logger.obj) : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>fsim.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>fspawn.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>fspawner.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>fworldgen.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
3>topdown.lib(comp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>msvcprtd.lib(locale0_implib.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>libcpmtd.lib(locale0.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(spawner.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(common.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(simcommon.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(syscommon.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(simrender.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(worldgen.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(map.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(basictiles.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(sim.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(spawn.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(util.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(jcmaster.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(baseentity.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>topdown.lib(world.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(JoystickImpl.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(jerror.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(jcmarker.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(jchuff.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(ThreadLocal.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(WindowImplWin32.cpp.obj) : error LNK2019: unresolved external symbol @__security_check_cookie@4 referenced in function __ehhandler$??1WindowImplWin32@priv@sf@@UAE@XZ
3>kitlib.lib(JoystickManager.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(ImageLoader.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Transform.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Shader.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Mutex.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(WglContext.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(VideoModeImpl.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Image.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(GLCheck.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(View.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(GlResource.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(GlContext.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(WindowImpl.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Err.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(ClockImpl.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Texture.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Transformable.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Sprite.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(VideoMode.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(String.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(RenderWindow.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(RenderTarget.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(io.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(sprite.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(Window.cpp.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(util.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>game.obj : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>main.obj : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(gfx.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>kitlib.lib(logger.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
3>fsim.obj : error LN

10
General / Re: Dependency Heck
« on: July 24, 2014, 09:01:04 pm »
How can I be sure everything is linking statically? From what Iv figured out, something is linking to C Runtimes dynamically, but I have every project set to "Multi Threaded Debug" rather than "Multi Threaded Debug DLL"

11
General / Dependency Heck
« on: July 16, 2014, 09:17:24 pm »
So Im building 3 projects currently...

WrapperLib
1st is almost a wrapper around SFML, and obviously includes SFML static libs. This builds as a library and currently is fine.

RPGLib
2nd is a set of RPG related functions and structures that includes the WrapperLib, and to get it building also includes the relevant SFML libs. Im not sure if that last part is the norm, and ideally Id like anyone using this lib to not have to be aware of SFML, as surely the relevant SFML code has been compiled into WrapperLib, but thats by the by as RPGLib also builds fine. Also, as the name suggests, this too is a library

Game
This is an exe that uses the first 2 libraries (RPG and Wrapper), and where the problem lies. I cant get this to build, and the errors are normally something like multiply defined symbols or unresolved external symbols relating to non SFML symbols


I guess the question is what compiler settings do I need to ensure down the line to get the game compiling? If I build my current solution containing all 3, the Game.exe gives me something along the lines of


3>kitlib.lib(jmemnobs.obj) : error LNK2001: unresolved external symbol _free
3>kitlib.lib(jdatadst.obj) : error LNK2001: unresolved external symbol _malloc
3>kitlib.lib(jmemnobs.obj) : error LNK2001: unresolved external symbol _malloc
3>kitlib.lib(jdatadst.obj) : error LNK2001: unresolved external symbol _ferror
3>kitlib.lib(jdatadst.obj) : error LNK2001: unresolved external symbol _fflush
3>kitlib.lib(jerror.obj) : error LNK2001: unresolved external symbol _exit
3>kitlib.lib(jerror.obj) : error LNK2001: unresolved external symbol _fprintf
3>kitlib.lib(jerror.obj) : error LNK2001: unresolved external symbol ___iob_func
3>kitlib.lib(jerror.obj) : error LNK2001: unresolved external symbol _sprintf
3>kitlib.lib(jmemmgr.obj) : error LNK2001: unresolved external symbol _sscanf
3>kitlib.lib(jmemmgr.obj) : error LNK2001: unresolved external symbol _getenv
3>topdown.lib(sys.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl std::_Xinvalid_argument(char const *)" (__imp_?_Xinvalid_argument@std@@YAXPBD@Z)
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol "void __stdcall `eh vector destructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *))" (??_M@YGXPAXIHP6EX0@Z@Z)
3>topdown.lib(entity.obj) : error LNK2001: unresolved external symbol "void __stdcall `eh vector constructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *),void (__thiscall*)(void *))" (??_L@YGXPAXIHP6EX0@Z1@Z)
3>C:\Users\Bobo\Documents\Visual Studio 2010\Projects\farmer\Release\farmer.exe : fatal error LNK1120: 188 unresolved externals

Just on a brief perusal, does anyone know the solution to this? Or at least things to check for?

Thanks,

Pages: [1]