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

Pages: [1]
1
General / Re: Error when starting SFML program
« on: August 20, 2022, 08:42:20 am »
I used mingw which comes with codeblocks.

2
General / Re: Error when starting SFML program
« on: August 17, 2022, 09:06:04 am »
I installed SFML GCC 5.1.0 TDM (SJLJ) - Code::Blocks - 32-bit. And I used the codeblocks-17.12mingw-setup.exe installer. I have 32 bit OS

3
General / Re: Error when starting SFML program
« on: August 16, 2022, 10:49:08 am »
At first, the error "The program cannot be started because libgcc_s_sjlj-1.dll is missing" and "The program cannot be started because libstdc++-6.dll is missing" then I threw these dlls from the Codeblocks\MinGw\bin folder into the project folder. After that an error appeared. When I closed the program, the console displayed "
Process returned -1073741819 (0xC0000005) execution time : 2.720 s
Press any key to continue."

4
General / Error when starting SFML program
« on: August 06, 2022, 04:10:39 pm »
I am new to SFML. I connected SFML in Code::block and did everything as mentioned in https://www.sfml-dev.org/tutorials/2.5/start-cb.php. But when I start the application, the error "Main.exe program has stopped working". How to fix it?

Pages: [1]