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

Author Topic: what should i do to compile csfml 2.0  (Read 5941 times)

0 Members and 1 Guest are viewing this topic.

genusis

  • Newbie
  • *
  • Posts: 3
    • View Profile
what should i do to compile csfml 2.0
« on: January 25, 2012, 11:19:33 pm »
Hello umm well i was wondering if you could explain to me the steps i need to do to be able to compile Csfml. I was trying to figure it out myself but the cmake keeps saying it can;t find stuff so apparently i am missing something?

Could you give me a short tutorial on what i need to do to be able to compile CSFML 2.0 please?

RedIrony

  • Newbie
  • *
  • Posts: 23
    • View Profile
what should i do to compile csfml 2.0
« Reply #1 on: January 26, 2012, 01:44:11 am »
Well, this is the that explained it to me, and which I highly recommend. Granted, it's for C++ instead of C, but I would think that it would be close enough...

Out of curiosity, why C instead of C++?

genusis

  • Newbie
  • *
  • Posts: 3
    • View Profile
what should i do to compile csfml 2.0
« Reply #2 on: January 26, 2012, 01:52:10 am »
data oriented programming <dop>. i know SFML is oop but its like the only good graphics library that i could somehow understand XD. I was using it in C# but i never compiled it myself =[ having so many issues compiling it XDD.


Well i have compiled the C++ SFML many times now hoping older versions would fix it <never the less i seem to be wrong.

I have set my SFML C++ library for CSFML to
C:/Program Files (x86)/SFML/lib

i tried to set the include path to the /include not sure if its working XD

OK so the Cmake  after successfully creating

Found CSFML: C:/Program Files (x86)/SFML/include
Configuring done
Generating done

maybe i have the incorrect includes? not sure this is one f my issues so far lol. well i generated it and opened it in Visual studios C++ 2010
and tried to build it <no imports where found for the SMFL/include stuff>
ugh.
SOOO i manually included it then tried to compile and i get all of this XD excuse me for being stupid or over thinking things if i have.

[code]
Error   245   error LNK1120: 109 unresolved externals   C:\Users\genusis\Desktop\sfmlc\lib\Debug\csfml-network-d-2.dll   csfml-network
Error   258   error LNK1120: 12 unresolved externals   C:\Users\genusis\Desktop\sfmlc\lib\Debug\csfml-system-d-2.dll   csfml-system
Error   555   error LNK1120: 182 unresolved externals   C:\Users\genusis\Desktop\sfmlc\lib\Debug\csfml-graphics-d-2.dll   csfml-graphics
Error   304   error LNK1120: 44 unresolved externals   C:\Users\genusis\Desktop\sfmlc\lib\Debug\csfml-window-d-2.dll   csfml-window
Error   118   error LNK1120: 74 unresolved externals   C:\Users\genusis\Desktop\sfmlc\lib\Debug\csfml-audio-d-2.dll   csfml-audio
Error   103   error LNK2001: unresolved external symbol "private: virtual bool __thiscall sf::SoundBufferRecorder::OnProcessSamples(short const *,unsigned int)" (?OnProcessSamples@SoundBufferRecorder@sf@@EAE_NPBFI@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBufferRecorder.obj   csfml-audio
Error   102   error LNK2001: unresolved external symbol "private: virtual bool __thiscall sf::SoundBufferRecorder::OnStart(void)" (?OnStart@SoundBufferRecorder@sf@@EAE_NXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBufferRecorder.obj   csfml-audio
Error   180   error LNK2001: unresolved external symbol "private: virtual char const * __thiscall sf::Packet::OnSend(unsigned int &)" (?OnSend@Packet@sf@@EAEPBDAAI@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Packet.obj   csfml-network
Error   181   error LNK2001: unresolved external symbol "private: virtual void __thiscall sf::Packet::OnReceive(char const *,unsigned int)" (?OnReceive@Packet@sf@@EAEXPBDI@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Packet.obj   csfml-network
Error   104   error LNK2001: unresolved external symbol "private: virtual void __thiscall sf::SoundBufferRecorder::OnStop(void)" (?OnStop@SoundBufferRecorder@sf@@EAEXXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBufferRecorder.obj   csfml-audio
Error   101   error LNK2001: unresolved external symbol "protected: __thiscall sf::SoundRecorder::SoundRecorder(void)" (??0SoundRecorder@sf@@IAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundRecorder.obj   csfml-audio
Error   426   error LNK2001: unresolved external symbol "protected: virtual void __thiscall sf::Shape::Render(class sf::RenderTarget &,class sf::Renderer &)const " (?Render@Shape@sf@@MBEXAAVRenderTarget@2@AAVRenderer@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Shape.obj   csfml-graphics
Error   503   error LNK2001: unresolved external symbol "protected: virtual void __thiscall sf::Sprite::Render(class sf::RenderTarget &,class sf::Renderer &)const " (?Render@Sprite@sf@@MBEXAAVRenderTarget@2@AAVRenderer@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   513   error LNK2001: unresolved external symbol "protected: virtual void __thiscall sf::Text::Render(class sf::RenderTarget &,class sf::Renderer &)const " (?Render@Text@sf@@MBEXAAVRenderTarget@2@AAVRenderer@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   326   error LNK2001: unresolved external symbol "public: __thiscall sf::Color::Color(unsigned char,unsigned char,unsigned char,unsigned char)" (??0Color@sf@@QAE@EEEE@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   327   error LNK2001: unresolved external symbol "public: __thiscall sf::Color::Color(unsigned char,unsigned char,unsigned char,unsigned char)" (??0Color@sf@@QAE@EEEE@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Image.obj   csfml-graphics
Error   328   error LNK2001: unresolved external symbol "public: __thiscall sf::Color::Color(unsigned char,unsigned char,unsigned char,unsigned char)" (??0Color@sf@@QAE@EEEE@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderTexture.obj   csfml-graphics
Error   329   error LNK2001: unresolved external symbol "public: __thiscall sf::Color::Color(unsigned char,unsigned char,unsigned char,unsigned char)" (??0Color@sf@@QAE@EEEE@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   330   error LNK2001: unresolved external symbol "public: __thiscall sf::Color::Color(unsigned char,unsigned char,unsigned char,unsigned char)" (??0Color@sf@@QAE@EEEE@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Shape.obj   csfml-graphics
Error   332   error LNK2001: unresolved external symbol "public: __thiscall sf::Image::Image(void)" (??0Image@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   333   error LNK2001: unresolved external symbol "public: __thiscall sf::Image::Image(void)" (??0Image@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Texture.obj   csfml-graphics
Error   133   error LNK2001: unresolved external symbol "public: __thiscall sf::IpAddress::IpAddress(char const *)" (??0IpAddress@sf@@QAE@PBD@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\IpAddress.obj   csfml-network
Error   134   error LNK2001: unresolved external symbol "public: __thiscall sf::IpAddress::IpAddress(char const *)" (??0IpAddress@sf@@QAE@PBD@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpSocket.obj   csfml-network
Error   135   error LNK2001: unresolved external symbol "public: __thiscall sf::IpAddress::IpAddress(char const *)" (??0IpAddress@sf@@QAE@PBD@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\UdpSocket.obj   csfml-network
Error   87   error LNK2001: unresolved external symbol "public: __thiscall sf::SoundBuffer::~SoundBuffer(void)" (??1SoundBuffer@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBufferRecorder.obj   csfml-audio
Error   85   error LNK2001: unresolved external symbol "public: __thiscall sf::SoundBuffer::SoundBuffer(void)" (??0SoundBuffer@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBufferRecorder.obj   csfml-audio
Error   128   error LNK2001: unresolved external symbol "public: __thiscall sf::TcpSocket::TcpSocket(void)" (??0TcpSocket@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpListener.obj   csfml-network
Error   129   error LNK2001: unresolved external symbol "public: __thiscall sf::TcpSocket::TcpSocket(void)" (??0TcpSocket@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpSocket.obj   csfml-network
Error   320   error LNK2001: unresolved external symbol "public: __thiscall sf::Texture::~Texture(void)" (??1Texture@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderTexture.obj   csfml-graphics
Error   321   error LNK2001: unresolved external symbol "public: __thiscall sf::Texture::~Texture(void)" (??1Texture@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Texture.obj   csfml-graphics
Error   323   error LNK2001: unresolved external symbol "public: __thiscall sf::Texture::Texture(class sf::Texture const &)" (??0Texture@sf@@QAE@ABV01@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Texture.obj   csfml-graphics
Error   318   error LNK2001: unresolved external symbol "public: __thiscall sf::Texture::Texture(void)" (??0Texture@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Texture.obj   csfml-graphics
Error   278   error LNK2001: unresolved external symbol "public: __thiscall sf::VideoMode::VideoMode(unsigned int,unsigned int,unsigned int)" (??0VideoMode@sf@@QAE@III@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Window\Window.obj   csfml-window
Error   357   error LNK2001: unresolved external symbol "public: __thiscall sf::View::View(void)" (??0View@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   358   error LNK2001: unresolved external symbol "public: __thiscall sf::View::View(void)" (??0View@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\View.obj   csfml-graphics
Error   222   error LNK2001: unresolved external symbol "public: bool __thiscall sf::Socket::IsBlocking(void)const " (?IsBlocking@Socket@sf@@QBE_NXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpSocket.obj   csfml-network
Error   223   error LNK2001: unresolved external symbol "public: bool __thiscall sf::Socket::IsBlocking(void)const " (?IsBlocking@Socket@sf@@QBE_NXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\UdpSocket.obj   csfml-network
Error   63   error LNK2001: unresolved external symbol "public: bool __thiscall sf::SoundSource::IsRelativeToListener(void)const " (?IsRelativeToListener@SoundSource@sf@@QBE_NXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   64   error LNK2001: unresolved external symbol "public: bool __thiscall sf::SoundSource::IsRelativeToListener(void)const " (?IsRelativeToListener@SoundSource@sf@@QBE_NXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   18   error LNK2001: unresolved external symbol "public: bool __thiscall sf::SoundStream::GetLoop(void)const " (?GetLoop@SoundStream@sf@@QBE_NXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   470   error LNK2001: unresolved external symbol "public: class sf::Color const & __thiscall sf::Drawable::GetColor(void)const " (?GetColor@Drawable@sf@@QBEABVColor@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   471   error LNK2001: unresolved external symbol "public: class sf::Color const & __thiscall sf::Drawable::GetColor(void)const " (?GetColor@Drawable@sf@@QBEABVColor@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   374   error LNK2001: unresolved external symbol "public: class sf::Rect<int> __thiscall sf::RenderTarget::GetViewport(class sf::View const &)const " (?GetViewport@RenderTarget@sf@@QBE?AV?$Rect@H@2@ABVView@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   488   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> __thiscall sf::Drawable::TransformToGlobal(class sf::Vector2<float> const &)const " (?TransformToGlobal@Drawable@sf@@QBE?AV?$Vector2@M@2@ABV32@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   489   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> __thiscall sf::Drawable::TransformToGlobal(class sf::Vector2<float> const &)const " (?TransformToGlobal@Drawable@sf@@QBE?AV?$Vector2@M@2@ABV32@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   485   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> __thiscall sf::Drawable::TransformToLocal(class sf::Vector2<float> const &)const " (?TransformToLocal@Drawable@sf@@QBE?AV?$Vector2@M@2@ABV32@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   486   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> __thiscall sf::Drawable::TransformToLocal(class sf::Vector2<float> const &)const " (?TransformToLocal@Drawable@sf@@QBE?AV?$Vector2@M@2@ABV32@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   376   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> __thiscall sf::RenderTarget::ConvertCoords(unsigned int,unsigned int)const " (?ConvertCoords@RenderTarget@sf@@QBE?AV?$Vector2@M@2@II@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   378   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> __thiscall sf::RenderTarget::ConvertCoords(unsigned int,unsigned int,class sf::View const &)const " (?ConvertCoords@RenderTarget@sf@@QBE?AV?$Vector2@M@2@IIABVView@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   467   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> const & __thiscall sf::Drawable::GetOrigin(void)const " (?GetOrigin@Drawable@sf@@QBEABV?$Vector2@M@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   468   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> const & __thiscall sf::Drawable::GetOrigin(void)const " (?GetOrigin@Drawable@sf@@QBEABV?$Vector2@M@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   458   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> const & __thiscall sf::Drawable::GetPosition(void)const " (?GetPosition@Drawable@sf@@QBEABV?$Vector2@M@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   459   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> const & __thiscall sf::Drawable::GetPosition(void)const " (?GetPosition@Drawable@sf@@QBEABV?$Vector2@M@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   461   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> const & __thiscall sf::Drawable::GetScale(void)const " (?GetScale@Drawable@sf@@QBEABV?$Vector2@M@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   462   error LNK2001: unresolved external symbol "public: class sf::Vector2<float> const & __thiscall sf::Drawable::GetScale(void)const " (?GetScale@Drawable@sf@@QBEABV?$Vector2@M@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   60   error LNK2001: unresolved external symbol "public: class sf::Vector3<float> __thiscall sf::SoundSource::GetPosition(void)const " (?GetPosition@SoundSource@sf@@QBE?AV?$Vector3@M@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   61   error LNK2001: unresolved external symbol "public: class sf::Vector3<float> __thiscall sf::SoundSource::GetPosition(void)const " (?GetPosition@SoundSource@sf@@QBE?AV?$Vector3@M@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   351   error LNK2001: unresolved external symbol "public: class sf::View const & __thiscall sf::RenderTarget::GetDefaultView(void)const " (?GetDefaultView@RenderTarget@sf@@QBEABVView@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   349   error LNK2001: unresolved external symbol "public: class sf::View const & __thiscall sf::RenderTarget::GetView(void)const " (?GetView@RenderTarget@sf@@QBEABVView@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   170   error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall sf::IpAddress::ToString(void)const " (?ToString@IpAddress@sf@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpSocket.obj   csfml-network
Error   171   error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall sf::IpAddress::ToString(void)const " (?ToString@IpAddress@sf@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\UdpSocket.obj   csfml-network
Error   473   error LNK2001: unresolved external symbol "public: enum sf::Blend::Mode __thiscall sf::Drawable::GetBlendMode(void)const " (?GetBlendMode@Drawable@sf@@QBE?AW4Mode@Blend@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   474   error LNK2001: unresolved external symbol "public: enum sf::Blend::Mode __thiscall sf::Drawable::GetBlendMode(void)const " (?GetBlendMode@Drawable@sf@@QBE?AW4Mode@Blend@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   31   error LNK2001: unresolved external symbol "public: enum sf::SoundSource::Status __thiscall sf::SoundStream::GetStatus(void)const " (?GetStatus@SoundStream@sf@@QBE?AW4Status@SoundSource@2@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   464   error LNK2001: unresolved external symbol "public: float __thiscall sf::Drawable::GetRotation(void)const " (?GetRotation@Drawable@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   465   error LNK2001: unresolved external symbol "public: float __thiscall sf::Drawable::GetRotation(void)const " (?GetRotation@Drawable@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   69   error LNK2001: unresolved external symbol "public: float __thiscall sf::SoundSource::GetAttenuation(void)const " (?GetAttenuation@SoundSource@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   70   error LNK2001: unresolved external symbol "public: float __thiscall sf::SoundSource::GetAttenuation(void)const " (?GetAttenuation@SoundSource@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   66   error LNK2001: unresolved external symbol "public: float __thiscall sf::SoundSource::GetMinDistance(void)const " (?GetMinDistance@SoundSource@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   67   error LNK2001: unresolved external symbol "public: float __thiscall sf::SoundSource::GetMinDistance(void)const " (?GetMinDistance@SoundSource@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   54   error LNK2001: unresolved external symbol "public: float __thiscall sf::SoundSource::GetPitch(void)const " (?GetPitch@SoundSource@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   55   error LNK2001: unresolved external symbol "public: float __thiscall sf::SoundSource::GetPitch(void)const " (?GetPitch@SoundSource@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   57   error LNK2001: unresolved external symbol "public: float __thiscall sf::SoundSource::GetVolume(void)const " (?GetVolume@SoundSource@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   58   error LNK2001: unresolved external symbol "public: float __thiscall sf::SoundSource::GetVolume(void)const " (?GetVolume@SoundSource@sf@@QBEMXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   177   error LNK2001: unresolved external symbol "public: static class sf::IpAddress const sf::IpAddress::LocalHost" (?LocalHost@IpAddress@sf@@2V12@B)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\IpAddress.obj   csfml-network
Error   178   error LNK2001: unresolved external symbol "public: static class sf::IpAddress const sf::IpAddress::None" (?None@IpAddress@sf@@2V12@B)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\IpAddress.obj   csfml-network
Error   110   error LNK2001: unresolved external symbol "public: unsigned int __thiscall sf::SoundRecorder::GetSampleRate(void)const " (?GetSampleRate@SoundRecorder@sf@@QBEIXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundRecorder.obj   csfml-audio
Error   27   error LNK2001: unresolved external symbol "public: unsigned int __thiscall sf::SoundStream::GetChannelsCount(void)const " (?GetChannelsCount@SoundStream@sf@@QBEIXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   33   error LNK2001: unresolved external symbol "public: unsigned int __thiscall sf::SoundStream::GetPlayingOffset(void)const " (?GetPlayingOffset@SoundStream@sf@@QBEIXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   29   error LNK2001: unresolved external symbol "public: unsigned int __thiscall sf::SoundStream::GetSampleRate(void)const " (?GetSampleRate@SoundStream@sf@@QBEIXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   422   error LNK2001: unresolved external symbol "public: virtual __thiscall sf::Drawable::~Drawable(void)" (??1Drawable@sf@@UAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   423   error LNK2001: unresolved external symbol "public: virtual __thiscall sf::Drawable::~Drawable(void)" (??1Drawable@sf@@UAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   163   error LNK2001: unresolved external symbol "public: virtual __thiscall sf::Socket::~Socket(void)" (??1Socket@sf@@UAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpListener.obj   csfml-network
Error   164   error LNK2001: unresolved external symbol "public: virtual __thiscall sf::Socket::~Socket(void)" (??1Socket@sf@@UAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpSocket.obj   csfml-network
Error   165   error LNK2001: unresolved external symbol "public: virtual __thiscall sf::Socket::~Socket(void)" (??1Socket@sf@@UAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\UdpSocket.obj   csfml-network
Error   99   error LNK2001: unresolved external symbol "public: virtual __thiscall sf::SoundRecorder::~SoundRecorder(void)" (??1SoundRecorder@sf@@UAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundRecorder.obj   csfml-audio
Error   476   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::Move(class sf::Vector2<float> const &)" (?Move@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   477   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::Move(class sf::Vector2<float> const &)" (?Move@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   482   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::Rotate(float)" (?Rotate@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   483   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::Rotate(float)" (?Rotate@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   479   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::Scale(class sf::Vector2<float> const &)" (?Scale@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   480   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::Scale(class sf::Vector2<float> const &)" (?Scale@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   455   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetBlendMode(enum sf::Blend::Mode)" (?SetBlendMode@Drawable@sf@@QAEXW4Mode@Blend@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   456   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetBlendMode(enum sf::Blend::Mode)" (?SetBlendMode@Drawable@sf@@QAEXW4Mode@Blend@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   452   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetColor(class sf::Color const &)" (?SetColor@Drawable@sf@@QAEXABVColor@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   453   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetColor(class sf::Color const &)" (?SetColor@Drawable@sf@@QAEXABVColor@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   449   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetOrigin(class sf::Vector2<float> const &)" (?SetOrigin@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   450   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetOrigin(class sf::Vector2<float> const &)" (?SetOrigin@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   434   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetPosition(class sf::Vector2<float> const &)" (?SetPosition@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   435   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetPosition(class sf::Vector2<float> const &)" (?SetPosition@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   446   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetRotation(float)" (?SetRotation@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   447   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetRotation(float)" (?SetRotation@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   443   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetScale(class sf::Vector2<float> const &)" (?SetScale@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   444   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetScale(class sf::Vector2<float> const &)" (?SetScale@Drawable@sf@@QAEXABV?$Vector2@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   437   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetScaleX(float)" (?SetScaleX@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   438   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetScaleX(float)" (?SetScaleX@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   440   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetScaleY(float)" (?SetScaleY@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   441   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetScaleY(float)" (?SetScaleY@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   428   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetX(float)" (?SetX@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   429   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetX(float)" (?SetX@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   431   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetY(float)" (?SetY@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   432   error LNK2001: unresolved external symbol "public: void __thiscall sf::Drawable::SetY(float)" (?SetY@Drawable@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   370   error LNK2001: unresolved external symbol "public: void __thiscall sf::RenderTarget::Clear(class sf::Color const &)" (?Clear@RenderTarget@sf@@QAEXABVColor@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   366   error LNK2001: unresolved external symbol "public: void __thiscall sf::RenderTarget::Draw(class sf::Drawable const &)" (?Draw@RenderTarget@sf@@QAEXABVDrawable@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   368   error LNK2001: unresolved external symbol "public: void __thiscall sf::RenderTarget::Draw(class sf::Drawable const &,class sf::Shader const &)" (?Draw@RenderTarget@sf@@QAEXABVDrawable@2@ABVShader@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   363   error LNK2001: unresolved external symbol "public: void __thiscall sf::RenderTarget::RestoreGLStates(void)" (?RestoreGLStates@RenderTarget@sf@@QAEXXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   361   error LNK2001: unresolved external symbol "public: void __thiscall sf::RenderTarget::SaveGLStates(void)" (?SaveGLStates@RenderTarget@sf@@QAEXXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   372   error LNK2001: unresolved external symbol "public: void __thiscall sf::RenderTarget::SetView(class sf::View const &)" (?SetView@RenderTarget@sf@@QAEXABVView@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   219   error LNK2001: unresolved external symbol "public: void __thiscall sf::Socket::SetBlocking(bool)" (?SetBlocking@Socket@sf@@QAEX_N@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpSocket.obj   csfml-network
Error   220   error LNK2001: unresolved external symbol "public: void __thiscall sf::Socket::SetBlocking(bool)" (?SetBlocking@Socket@sf@@QAEX_N@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\UdpSocket.obj   csfml-network
Error   106   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundRecorder::Start(unsigned int)" (?Start@SoundRecorder@sf@@QAEXI@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundRecorder.obj   csfml-audio
Error   108   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundRecorder::Stop(void)" (?Stop@SoundRecorder@sf@@QAEXXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundRecorder.obj   csfml-audio
Error   49   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetAttenuation(float)" (?SetAttenuation@SoundSource@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   50   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetAttenuation(float)" (?SetAttenuation@SoundSource@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   46   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetMinDistance(float)" (?SetMinDistance@SoundSource@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   47   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetMinDistance(float)" (?SetMinDistance@SoundSource@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   35   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetPitch(float)" (?SetPitch@SoundSource@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   36   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetPitch(float)" (?SetPitch@SoundSource@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   41   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetPosition(class sf::Vector3<float> const &)" (?SetPosition@SoundSource@sf@@QAEXABV?$Vector3@M@2@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   43   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetRelativeToListener(bool)" (?SetRelativeToListener@SoundSource@sf@@QAEX_N@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   44   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetRelativeToListener(bool)" (?SetRelativeToListener@SoundSource@sf@@QAEX_N@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   38   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetVolume(float)" (?SetVolume@SoundSource@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   39   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundSource::SetVolume(float)" (?SetVolume@SoundSource@sf@@QAEXM@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   23   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundStream::Pause(void)" (?Pause@SoundStream@sf@@QAEXXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   21   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundStream::Play(void)" (?Play@SoundStream@sf@@QAEXXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   16   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundStream::SetLoop(bool)" (?SetLoop@SoundStream@sf@@QAEX_N@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   52   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundStream::SetPlayingOffset(unsigned int)" (?SetPlayingOffset@SoundStream@sf@@QAEXI@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   25   error LNK2001: unresolved external symbol "public: void __thiscall sf::SoundStream::Stop(void)" (?Stop@SoundStream@sf@@QAEXXZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   100   error LNK2019: unresolved external symbol "protected: __thiscall sf::SoundRecorder::SoundRecorder(void)" (??0SoundRecorder@sf@@IAE@XZ) referenced in function "public: __thiscall sf::SoundBufferRecorder::SoundBufferRecorder(void)" (??0SoundBufferRecorder@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBufferRecorder.obj   csfml-audio
Error   116   error LNK2019: unresolved external symbol "protected: __thiscall sf::SoundStream::SoundStream(void)" (??0SoundStream@sf@@IAE@XZ) referenced in function "public: __thiscall sfSoundStreamImpl::sfSoundStreamImpl(int (__cdecl*)(struct sfSoundStreamChunk *,void *),void (__cdecl*)(unsigned int,void *),unsigned int,unsigned int,void *)" (??0sfSoundStreamImpl@@QAE@P6AHPAUsfSoundStreamChunk@@PAX@ZP6AXI1@ZII1@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   115   error LNK2019: unresolved external symbol "protected: void __thiscall sf::SoundStream::Initialize(unsigned int,unsigned int)" (?Initialize@SoundStream@sf@@IAEXII@Z) referenced in function "public: __thiscall sfSoundStreamImpl::sfSoundStreamImpl(int (__cdecl*)(struct sfSoundStreamChunk *,void *),void (__cdecl*)(unsigned int,void *),unsigned int,unsigned int,void *)" (??0sfSoundStreamImpl@@QAE@P6AHPAUsfSoundStreamChunk@@PAX@ZP6AXI1@ZII1@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundStream.obj   csfml-audio
Error   246   error LNK2019: unresolved external symbol "public: __thiscall sf::Clock::Clock(void)" (??0Clock@sf@@QAE@XZ) referenced in function "public: __thiscall sfClock::sfClock(void)" (??0sfClock@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\System\Clock.obj   csfml-system
Error   325   error LNK2019: unresolved external symbol "public: __thiscall sf::Color::Color(unsigned char,unsigned char,unsigned char,unsigned char)" (??0Color@sf@@QAE@EEEE@Z) referenced in function _sfSprite_GetOriginY   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   260   error LNK2019: unresolved external symbol "public: __thiscall sf::Context::~Context(void)" (??1Context@sf@@QAE@XZ) referenced in function "public: __thiscall sfContext::~sfContext(void)" (??1sfContext@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Window\Context.obj   csfml-window
Error   259   error LNK2019: unresolved external symbol "public: __thiscall sf::Context::Context(void)" (??0Context@sf@@QAE@XZ) referenced in function "public: __thiscall sfContext::sfContext(void)" (??0sfContext@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Window\Context.obj   csfml-window
Error   306   error LNK2019: unresolved external symbol "public: __thiscall sf::Font::~Font(void)" (??1Font@sf@@QAE@XZ) referenced in function __unwindfunclet$??0sfFont@@QAE@XZ$0   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Font.obj   csfml-graphics
Error   310   error LNK2019: unresolved external symbol "public: __thiscall sf::Font::Font(class sf::Font const &)" (??0Font@sf@@QAE@ABV01@@Z) referenced in function _sfFont_GetDefaultFont   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Font.obj   csfml-graphics
Error   307   error LNK2019: unresolved external symbol "public: __thiscall sf::Font::Font(void)" (??0Font@sf@@QAE@XZ) referenced in function "public: __thiscall sfFont::sfFont(void)" (??0sfFont@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Font.obj   csfml-graphics
Error   130   error LNK2019: unresolved external symbol "public: __thiscall sf::Ftp::~Ftp(void)" (??1Ftp@sf@@QAE@XZ) referenced in function "public: __thiscall sfFtp::~sfFtp(void)" (??1sfFtp@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Ftp.obj   csfml-network
Error   161   error LNK2019: unresolved external symbol "public: __thiscall sf::Http::Http(void)" (??0Http@sf@@QAE@XZ) referenced in function "public: __thiscall sfHttp::sfHttp(void)" (??0sfHttp@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Http.obj   csfml-network
Error   150   error LNK2019: unresolved external symbol "public: __thiscall sf::Http::Request::Request(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum sf::Http::Request::Method,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Request@Http@sf@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4Method@012@0@Z) referenced in function "public: __thiscall sfHttpRequest::sfHttpRequest(void)" (??0sfHttpRequest@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Http.obj   csfml-network
Error   168   error LNK2019: unresolved external symbol "public: __thiscall sf::Http::Response::Response(void)" (??0Response@Http@sf@@QAE@XZ) referenced in function "public: __thiscall sfHttpResponse::sfHttpResponse(void)" (??0sfHttpResponse@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Http.obj   csfml-network
Error   331   error LNK2019: unresolved external symbol "public: __thiscall sf::Image::Image(void)" (??0Image@sf@@QAE@XZ) referenced in function "public: __thiscall sfImage::sfImage(void)" (??0sfImage@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Image.obj   csfml-graphics
Error   132   error LNK2019: unresolved external symbol "public: __thiscall sf::IpAddress::IpAddress(char const *)" (??0IpAddress@sf@@QAE@PBD@Z) referenced in function _sfFtp_Connect   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Ftp.obj   csfml-network
Error   172   error LNK2019: unresolved external symbol "public: __thiscall sf::IpAddress::IpAddress(unsigned char,unsigned char,unsigned char,unsigned char)" (??0IpAddress@sf@@QAE@EEEE@Z) referenced in function _sfIpAddress_FromBytes   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\IpAddress.obj   csfml-network
Error   173   error LNK2019: unresolved external symbol "public: __thiscall sf::IpAddress::IpAddress(unsigned int)" (??0IpAddress@sf@@QAE@I@Z) referenced in function _sfIpAddress_FromInteger   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\IpAddress.obj   csfml-network
Error   242   error LNK2019: unresolved external symbol "public: __thiscall sf::IpAddress::IpAddress(void)" (??0IpAddress@sf@@QAE@XZ) referenced in function _sfUdpSocket_Receive   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\UdpSocket.obj   csfml-network
Error   12   error LNK2019: unresolved external symbol "public: __thiscall sf::Music::Music(void)" (??0Music@sf@@QAE@XZ) referenced in function "public: __thiscall sfMusic::sfMusic(void)" (??0sfMusic@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Music.obj   csfml-audio
Error   250   error LNK2019: unresolved external symbol "public: __thiscall sf::Mutex::~Mutex(void)" (??1Mutex@sf@@QAE@XZ) referenced in function "public: __thiscall sfMutex::~sfMutex(void)" (??1sfMutex@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\System\Mutex.obj   csfml-system
Error   249   error LNK2019: unresolved external symbol "public: __thiscall sf::Mutex::Mutex(void)" (??0Mutex@sf@@QAE@XZ) referenced in function "public: __thiscall sfMutex::sfMutex(void)" (??0sfMutex@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\System\Mutex.obj   csfml-system
Error   188   error LNK2019: unresolved external symbol "public: __thiscall sf::Packet::operator bool (__thiscall sf::Packet::*)(unsigned int)(void)const " (??BPacket@sf@@QBEP801@AE_NI@ZXZ) referenced in function _sfPacket_CanRead   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Packet.obj   csfml-network
Error   179   error LNK2019: unresolved external symbol "public: __thiscall sf::Packet::Packet(void)" (??0Packet@sf@@QAE@XZ) referenced in function "public: __thiscall sfPacket::sfPacket(void)" (??0sfPacket@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Packet.obj   csfml-network
Error   355   error LNK2019: unresolved external symbol "public: __thiscall sf::RenderTexture::RenderTexture(void)" (??0RenderTexture@sf@@QAE@XZ) referenced in function "public: __thiscall sfRenderTexture::sfRenderTexture(void)" (??0sfRenderTexture@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderTexture.obj   csfml-graphics
Error   382   error LNK2019: unresolved external symbol "public: __thiscall sf::RenderWindow::RenderWindow(void)" (??0RenderWindow@sf@@QAE@XZ) referenced in function "public: __thiscall sfRenderWindow::sfRenderWindow(void)" (??0sfRenderWindow@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   406   error LNK2019: unresolved external symbol "public: __thiscall sf::Shader::~Shader(void)" (??1Shader@sf@@QAE@XZ) referenced in function "public: __thiscall sfShader::~sfShader(void)" (??1sfShader@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Shader.obj   csfml-graphics
Error   409   error LNK2019: unresolved external symbol "public: __thiscall sf::Shader::Shader(class sf::Shader const &)" (??0Shader@sf@@QAE@ABV01@@Z) referenced in function "public: __thiscall sfShader::sfShader(struct sfShader const &)" (??0sfShader@@QAE@ABU0@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Shader.obj   csfml-graphics
Error   405   error LNK2019: unresolved external symbol "public: __thiscall sf::Shader::Shader(void)" (??0Shader@sf@@QAE@XZ) referenced in function "public: __thiscall sfShader::sfShader(void)" (??0sfShader@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Shader.obj   csfml-graphics
Error   419   error LNK2019: unresolved external symbol "public: __thiscall sf::Shape::Shape(void)" (??0Shape@sf@@QAE@XZ) referenced in function "public: __thiscall sfShape::sfShape(void)" (??0sfShape@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Shape.obj   csfml-graphics
Error   211   error LNK2019: unresolved external symbol "public: __thiscall sf::SocketSelector::~SocketSelector(void)" (??1SocketSelector@sf@@QAE@XZ) referenced in function "public: __thiscall sfSocketSelector::~sfSocketSelector(void)" (??1sfSocketSelector@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\SocketSelector.obj   csfml-network
Error   210   error LNK2019: unresolved external symbol "public: __thiscall sf::SocketSelector::SocketSelector(class sf::SocketSelector const &)" (??0SocketSelector@sf@@QAE@ABV01@@Z) referenced in function "public: __thiscall sfSocketSelector::sfSocketSelector(struct sfSocketSelector const &)" (??0sfSocketSelector@@QAE@ABU0@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\SocketSelector.obj   csfml-network
Error   209   error LNK2019: unresolved external symbol "public: __thiscall sf::SocketSelector::SocketSelector(void)" (??0SocketSelector@sf@@QAE@XZ) referenced in function "public: __thiscall sfSocketSelector::sfSocketSelector(void)" (??0sfSocketSelector@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\SocketSelector.obj   csfml-network
Error   72   error LNK2019: unresolved external symbol "public: __thiscall sf::Sound::Sound(class sf::Sound const &)" (??0Sound@sf@@QAE@ABV01@@Z) referenced in function "public: __thiscall sfSound::sfSound(struct sfSound const &)" (??0sfSound@@QAE@ABU0@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   71   error LNK2019: unresolved external symbol "public: __thiscall sf::Sound::Sound(void)" (??0Sound@sf@@QAE@XZ) referenced in function "public: __thiscall sfSound::sfSound(void)" (??0sfSound@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\Sound.obj   csfml-audio
Error   86   error LNK2019: unresolved external symbol "public: __thiscall sf::SoundBuffer::~SoundBuffer(void)" (??1SoundBuffer@sf@@QAE@XZ) referenced in function "public: __thiscall sfSoundBuffer::~sfSoundBuffer(void)" (??1sfSoundBuffer@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBuffer.obj   csfml-audio
Error   91   error LNK2019: unresolved external symbol "public: __thiscall sf::SoundBuffer::SoundBuffer(class sf::SoundBuffer const &)" (??0SoundBuffer@sf@@QAE@ABV01@@Z) referenced in function "public: __thiscall sfSoundBuffer::sfSoundBuffer(struct sfSoundBuffer const &)" (??0sfSoundBuffer@@QAE@ABU0@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBuffer.obj   csfml-audio
Error   84   error LNK2019: unresolved external symbol "public: __thiscall sf::SoundBuffer::SoundBuffer(void)" (??0SoundBuffer@sf@@QAE@XZ) referenced in function "public: __thiscall sfSoundBuffer::sfSoundBuffer(void)" (??0sfSoundBuffer@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Audio\SoundBuffer.obj   csfml-audio
Error   502   error LNK2019: unresolved external symbol "public: __thiscall sf::Sprite::Sprite(void)" (??0Sprite@sf@@QAE@XZ) referenced in function "public: __thiscall sfSprite::sfSprite(void)" (??0sfSprite@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Sprite.obj   csfml-graphics
Error   515   error LNK2019: unresolved external symbol "public: __thiscall sf::String::String(char const *,class std::locale const &)" (??0String@sf@@QAE@PBDABVlocale@std@@@Z) referenced in function _sfText_SetString   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   512   error LNK2019: unresolved external symbol "public: __thiscall sf::String::String(class sf::String const &)" (??0String@sf@@QAE@ABV01@@Z) referenced in function "public: __thiscall sf::Text::Text(class sf::Text const &)" (??0Text@sf@@QAE@ABV01@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   516   error LNK2019: unresolved external symbol "public: __thiscall sf::String::String(unsigned int const *)" (??0String@sf@@QAE@PBI@Z) referenced in function _sfText_SetUnicodeString   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   217   error LNK2019: unresolved external symbol "public: __thiscall sf::TcpListener::TcpListener(void)" (??0TcpListener@sf@@QAE@XZ) referenced in function "public: __thiscall sfTcpListener::sfTcpListener(void)" (??0sfTcpListener@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\TcpListener.obj   csfml-network
Error   127   error LNK2019: unresolved external symbol "public: __thiscall sf::TcpSocket::TcpSocket(void)" (??0TcpSocket@sf@@QAE@XZ) referenced in function "public: __thiscall sf::Ftp::Ftp(void)" (??0Ftp@sf@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\Ftp.obj   csfml-network
Error   511   error LNK2019: unresolved external symbol "public: __thiscall sf::Text::Text(void)" (??0Text@sf@@QAE@XZ) referenced in function "public: __thiscall sfText::sfText(void)" (??0sfText@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Text.obj   csfml-graphics
Error   319   error LNK2019: unresolved external symbol "public: __thiscall sf::Texture::~Texture(void)" (??1Texture@sf@@QAE@XZ) referenced in function "public: void * __thiscall sf::Texture::`scalar deleting destructor'(unsigned int)" (??_GTexture@sf@@QAEPAXI@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Font.obj   csfml-graphics
Error   322   error LNK2019: unresolved external symbol "public: __thiscall sf::Texture::Texture(class sf::Texture const &)" (??0Texture@sf@@QAE@ABV01@@Z) referenced in function "public: __thiscall sfTexture::sfTexture(struct sfTexture const &)" (??0sfTexture@@QAE@ABU0@@Z)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Font.obj   csfml-graphics
Error   317   error LNK2019: unresolved external symbol "public: __thiscall sf::Texture::Texture(void)" (??0Texture@sf@@QAE@XZ) referenced in function "public: __thiscall sfTexture::sfTexture(void)" (??0sfTexture@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\Font.obj   csfml-graphics
Error   254   error LNK2019: unresolved external symbol "public: __thiscall sf::Thread::~Thread(void)" (??1Thread@sf@@QAE@XZ) referenced in function "public: __thiscall sfThread::~sfThread(void)" (??1sfThread@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\System\Thread.obj   csfml-system
Error   236   error LNK2019: unresolved external symbol "public: __thiscall sf::UdpSocket::UdpSocket(void)" (??0UdpSocket@sf@@QAE@XZ) referenced in function "public: __thiscall sfUdpSocket::sfUdpSocket(void)" (??0sfUdpSocket@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Network\UdpSocket.obj   csfml-network
Error   380   error LNK2019: unresolved external symbol "public: __thiscall sf::VideoMode::VideoMode(unsigned int,unsigned int,unsigned int)" (??0VideoMode@sf@@QAE@III@Z) referenced in function _sfRenderWindow_Create   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderWindow.obj   csfml-graphics
Error   277   error LNK2019: unresolved external symbol "public: __thiscall sf::VideoMode::VideoMode(unsigned int,unsigned int,unsigned int)" (??0VideoMode@sf@@QAE@III@Z) referenced in function _sfVideoMode_IsValid   C:\Users\genusis\Desktop\sfmlc\src\SFML\Window\VideoMode.obj   csfml-window
Error   356   error LNK2019: unresolved external symbol "public: __thiscall sf::View::View(void)" (??0View@sf@@QAE@XZ) referenced in function "public: __thiscall sfView::sfView(void)" (??0sfView@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Graphics\RenderTexture.obj   csfml-graphics
Error   280   error LNK2019: unresolved external symbol "public: __thiscall sf::Window::Window(void)" (??0Window@sf@@QAE@XZ) referenced in function "public: __thiscall sfWindow::sfWindow(void)" (??0sfWindow@@QAE@XZ)   C:\Users\genusis\Desktop\sfmlc\src\SFML\Window\Window.obj   csfml-window
Error   261   error LNK2019: unresolved external symbol "public: bool __thiscall sf::Context::SetActive(bool)" (?SetActive@Context@sf@@QAE_N_N@Z) referenced in function _sfContext_SetActive   C:\Users\genusis\Desktop\sfmlc\src\SFML\Window\Context.obj   csfml-window
Error   305   error LNK2019: unresolved external symbol "public: bool __thiscall sf::Font::LoadFromFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?LoadFromFile@Font@sf@@QAE_NA

RedIrony

  • Newbie
  • *
  • Posts: 23
    • View Profile
what should i do to compile csfml 2.0
« Reply #3 on: January 26, 2012, 02:42:00 am »
This is kind of a long shot, but are you running this with Admin rights? Program Files is supposed to be just for programs, and I think the default security settings might interfere.

genusis

  • Newbie
  • *
  • Posts: 3
    • View Profile
what should i do to compile csfml 2.0
« Reply #4 on: January 26, 2012, 03:00:06 am »
i have full admin rights and the stupid Win7 bullcrap is turned off so neither of that should be effecting it... other than that i have no idea ><. but i can try run as admin just to make sure.

Nope

Also i tried to add the bin folder which is the SFML/Bin int he programs folder after installign SFML 2.0

still not working
???????? i am lost



NVM figured it out i didnlt have the .libs linked had to link those in the vsC++ 2010 linker configuration for each one.

 

anything