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

Pages: 1 [2]
16
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 10:05:59 pm »
sfml-graphics.lib is release, and sfml-graphics-d.lib is debug? If so, yes. And also, when using the release debug, thing,  it does error with
Code: [Select]
Error 1 error LNK1181: cannot open input file 'sfml-graphics.lib' C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLTestA\SFMLTestA\LINK SFMLTestA

17
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 09:44:03 pm »
No, it doesnt say what it ends on. I have no idea why. And I am running it with the debugger, and that's all that shows. Please do tell me if you mean something else

Also, the console loads (it is a console app), but it will just pop up an error box saying "The program '[4428] SFMLTestA.exe' has exited with code -1073741701 (0xc000007b)."

Cheers!

18
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 09:00:40 pm »
This is the only output I can find, otherwise the other error code I posted

Code: [Select]
'SFMLTestA.exe' (Win32): Loaded 'C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLTestA\Debug\SFMLTestA.exe'. Symbols loaded.
'SFMLTestA.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'SFMLTestA.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'SFMLTestA.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'SFMLTestA.exe' (Win32): Loaded 'C:\ProgramData\Norton\{0C55C096-0F1D-4F28-AAA2-85EF591126E7}\N360_20.3.0.36\Definitions\BASHDefs\20130903.002\UMEngx86.dll'. Cannot find or open the PDB file.
The program '[9460] SFMLTestA.exe' has exited with code -1073741701 (0xc000007b).

That is the only output I can find

19
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 08:44:19 pm »
Sorry, I thought it was assumed when I said that. I was making the program in the tutorial here - http://www.sfml-dev.org/tutorials/2.0/start-vc.php -. Now, I followed the tutorial step by step multiple times. Now, the program starts but that error code appears

20
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 04:10:11 pm »
Okay, so, I followed the main tutorial many times. Now, it decides to throw me a "Your program cannot start becasue sfml-graphics-d-2.dll is missing from your computer. Try reinstalling the program and try again". After I tried to drag all the .dll to my executible (I didn't link SFML staticly), it now says "The app wasn't able to start correctly. (0xc0000007b). Click ok to close the app"

21
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 07:02:00 am »
Ah, it's ok. It did seem to work without that file being open. Anyway, when compiling the folders it didn't decide to make a lib file in the root of SFML. Would this be Cmake or me being stupid?

22
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 06:47:22 am »
Thank you, I did not know that. Now, is the file "All Build" needed? Because all I see in it is the cmakelists text file

Cheers!

23
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 05:36:52 am »
I am sad to say, but the download (32 AND 64 bit versions) do NOT include CmakeLists. I would appreciate it it someone could upload it to a file hosting site for me to download. Please

Cheers!

24
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 05:29:42 am »
I do not believe so, but I did download it from the respiratory because that's the only place I can find the download with Cmakelists. Then I proceeded to download 2.1 and merge the folders. I assume that wasn't correct

25
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 05:14:45 am »
Code: [Select]
Error 24 error C2039: 'getInfo' : is not a member of 'sf::Font' C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 252 1 sfml-graphics
Error 21 error C2039: 'Info' : is not a member of 'sf::Font' C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 252 1 sfml-graphics
Error 13 error C2039: 'm_info' : is not a member of 'sf::Font' C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 83 1 sfml-graphics
Error 5 error C2039: 'setProcessingInterval' : is not a member of 'sf::SoundRecorder' C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Audio\SoundRecorder.cpp 133 1 sfml-audio
Error 15 error C2065: 'm_info' : undeclared identifier C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 139 1 sfml-graphics
Error 17 error C2065: 'm_info' : undeclared identifier C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 182 1 sfml-graphics
Error 19 error C2065: 'm_info' : undeclared identifier C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 245 1 sfml-graphics
Error 27 error C2065: 'm_info' : undeclared identifier C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 254 1 sfml-graphics
Error 6 error C2065: 'm_processingInterval' : undeclared identifier C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Audio\SoundRecorder.cpp 135 1 sfml-audio
Error 7 error C2065: 'm_processingInterval' : undeclared identifier C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Audio\SoundRecorder.cpp 163 1 sfml-audio
Error 23 error C2143: syntax error : missing ';' before '&' C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 252 1 sfml-graphics
Error 16 error C2228: left of '.family' must have class/struct/union C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 139 1 sfml-graphics
Error 18 error C2228: left of '.family' must have class/struct/union C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 182 1 sfml-graphics
Error 20 error C2228: left of '.family' must have class/struct/union C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 245 1 sfml-graphics
Error 25 error C2270: 'getInfo' : modifiers not allowed on nonmember functions C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 253 1 sfml-graphics
Error 12 error C2614: 'sf::Font' : illegal member initialization: 'm_info' is not a base or member C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 72 1 sfml-graphics
Error 14 error C2614: 'sf::Font' : illegal member initialization: 'm_info' is not a base or member C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 86 1 sfml-graphics
Error 4 error C2614: 'sf::SoundRecorder' : illegal member initialization: 'm_processingInterval' is not a base or member C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Audio\SoundRecorder.cpp 52 1 sfml-audio
Error 22 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 252 1 sfml-graphics
Error 26 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Font.cpp 253 1 sfml-graphics
Warning 28 warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\stb_image\stb_image.h 760 1 sfml-graphics
Warning 29 warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\stb_image\stb_image.h 773 1 sfml-graphics
Warning 30 warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\stb_image\stb_image_write.h 321 1 sfml-graphics
Warning 31 warning C4244: 'initializing' : conversion from 'unsigned int' to 'float', possible loss of data C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Graphics\Text.cpp 254 1 sfml-graphics
Warning 1 warning C4267: 'argument' : conversion from 'size_t' to 'sf::Int32', possible loss of data C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Audio\SoundBuffer.cpp 256 1 sfml-audio
Warning 2 warning C4267: 'initializing' : conversion from 'size_t' to 'sf::Uint32', possible loss of data C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Network\Packet.cpp 408 1 sfml-network
Warning 3 warning C4267: 'initializing' : conversion from 'size_t' to 'sf::Uint32', possible loss of data C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\src\SFML\Network\Packet.cpp 437 1 sfml-network
Warning 8 warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in opengl32.lib(OPENGL32.dll); second definition ignored C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\builds\src\SFML\Window\winmm.lib(WINMM.dll) sfml-window
Warning 10 warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in opengl32.lib(OPENGL32.dll); second definition ignored C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\builds\src\SFML\Window\gdi32.lib(GDI32.dll) sfml-window
Warning 9 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\builds\src\SFML\Window\winmm.lib(WINMM.dll) sfml-window
Warning 11 warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFML-master\builds\src\SFML\Window\gdi32.lib(GDI32.dll) sfml-window

There you go

Cheers!

26
General / Re: When setting up SFML, produces alot of errors
« on: September 13, 2013, 05:02:06 am »
Ok, now I went by this tutorial - http://www.sfml-dev.org/tutorials/2.1/compile-with-cmake.php - and it still comes up with the same errors. Please do help, and if you need any more info do ask

27
General / When setting up SFML, produces alot of errors
« on: September 13, 2013, 04:35:58 am »
Hello again, I have tried to re-install SFML and when debugging in Visual Studio 2012 it will produce alot of errors. Now, I have tried again and again but it will still produce these errors. Essentially, the errors are saying that in the actual project files (sfml-audio, sfml-graphics etc), there are missing semi-colons and that. There is another error though, it says "m_info is not a member of s_font", and there are many more like that. Now, I am going to say it is probably me missing a step with CMake. I have used this tutorial http://www.cplusplus.com/forum/beginner/95295/#msg511542.

Cheers!

28
General / Re: [Help] Errors when Compiling
« on: September 09, 2013, 06:00:25 pm »
Thank you Frex, now, with the "Compiled Executible" where exactly is that located? Is that where I made the project? Or somewhere in the VS file?

Cheers!

29
General / Re: [Help] Errors when Compiling
« on: September 09, 2013, 05:31:28 pm »
I am sorry, I was very tired when I typed that originally. I am using VC++ 2012. And with the linking errors, what libraries exactly do I have to link? I have yet to find a proper VC++ 2012 SFML Install guide. Then again, I am probablly looking in the wrong places

Cheers!

30
General / [Help] Errors when Compiling
« on: September 09, 2013, 06:25:19 am »
Hello all, today I present a error. I do not know what it is, it is gibberish for me

Code: [Select]
Error 5 error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::Sound::setBuffer(class sf::SoundBuffer const &)   (__imp_setBuffer@Sound@sf@@QAEXABVSoundBuffer@2@@Z) referenced in function _main C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLAudio\SFMLAudio\SFMLAudio.obj

SFMLAudiov Error 4 error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall sf::Sound::play(void)" (__imp_?play@Sound@sf@@QAEXXZ) referenced in function _main C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLAudio\SFMLAudio\SFMLAudio.obj SFMLAudio

Error 3 error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall sf::Sound::~Sound(void)" (__imp_??1Sound@sf@@UAE@XZ) referenced in function _main C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLAudio\SFMLAudio\SFMLAudio.obj SFMLAudio

Error 8 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall sf::SoundBuffer::loadFromFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?loadFromFile@SoundBuffer@sf@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _main C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLAudio\SFMLAudio\SFMLAudio.obj SFMLAudio

Error 6 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::SoundBuffer::SoundBuffer(void)" (__imp_??0SoundBuffer@sf@@QAE@XZ) referenced in function _main C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLAudio\SFMLAudio\SFMLAudio.obj SFMLAudio

Error 7error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::SoundBuffer::~SoundBuffer(void)" (__imp_??1SoundBuffer@sf@@QAE@XZ) referenced in function _main C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLAudio\SFMLAudio\SFMLAudio.obj SFMLAudio

Error 2error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall sf::Sound::Sound(void)" (__imp_??0Sound@sf@@QAE@XZ) referenced in function _main C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLAudio\SFMLAudio\SFMLAudio.obj SFMLAudio

Error 9 error LNK1120: 7 unresolved externals C:\Users\Brandon Danyluk\Desktop\C++ Game Making (SFML)\SFMLAudio\Debug\SFMLAudio.exe SFMLAudio


and a bit more. Please do help. Also, I did search google but what came up didn't seem to help. Thanks!

Pages: 1 [2]
anything