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 - ApacheOmega

Pages: [1]
1
Ixrec Thanks
now that I followed the official I dont get that error anymore but the new error I get now is this ---
Quote
Error   1   error LNK1104: cannot open file 'sfml-opengl32-s-d.lib'   C:\Users\ApacheOmega\documents\visual studio 2013\Projects\1stCppGame\1stCppGame\LINK   1stCppGame

now when I look in the sfml folder I installed I don't see any opengl lib or dll.
do I need to download openGL?

Thanks
AO!

2
Thanks for the reply fellas
the tutorial I'm using is from the udemy tutorial site and the tutorial is called [ learn C++ Game Development by Luka Horvat] i later tried another example code and then I got this message

Error   1   error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'   C:\Users\ApacheOmega\documents\visual studio 2013\Projects\1stCppGame\1stCppGame\sfml-graphics-d.lib(sfml-graphics-d-2.dll)   1stCppGame

not sure whats going on but I'm turning my attention to the official site like you both have recomended.


Thanks Again
AO!


3
High I'm confused with the initial setup because there is no sfml sources folder its just sfml. I've already gotten to lesson 6 and when I ran the code I got this error message ----
Quote
Error1error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::String::String(char const *,class std::locale const &)" (__imp_??0String@sf@@QAE@PBDABVlocale@std@@@Z) referenced in function _mainc:\Users\apacheomega\documents\visual studio 2013\Projects\1stCppGame\1stCppGame\Main.obj1stCppGame

Error2error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::String::~String(void)" (__imp_??1String@sf@@QAE@XZ) referenced in function _mainc:\Users\apacheomega\documents\visual studio 2013\Projects\1stCppGame\1stCppGame\Main.obj1stCppGame

Error3error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::VideoMode::VideoMode(unsigned int,unsigned int,unsigned int)" (__imp_??0VideoMode@sf@@QAE@III@Z) referenced in function _mainc:\Users\apacheomega\documents\visual studio 2013\Projects\1stCppGame\1stCppGame\Main.obj1stCppGame

Error4error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::RenderWindow::RenderWindow(class sf::VideoMode,class sf::String const &,unsigned int,struct sf::ContextSettings const &)" (__imp_??0RenderWindow@sf@@QAE@VVideoMode@1@ABVString@1@IABUContextSettings@1@@Z) referenced in function _mainc:\Users\apacheomega\documents\visual studio 2013\Projects\1stCppGame\1stCppGame\Main.obj1stCppGame

Error5error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall sf::RenderWindow::~RenderWindow(void)" (__imp_??1RenderWindow@sf@@UAE@XZ) referenced in function _mainc:\Users\apacheomega\documents\visual studio 2013\Projects\1stCppGame\1stCppGame\Main.obj1stCppGame

Error6error LNK1120: 5 unresolved externalsc:\users\apacheomega\documents\visual studio 2013\Projects\1stCppGame\Debug\1stCppGame.exe1stCppGame
What am I possibly doing wrong? How Can I fix this error?

Pages: [1]
anything