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

Pages: [1]
1
General / Re: Does anyone know what's the problem here?
« on: September 01, 2015, 07:13:48 pm »
Thanks, will try.

2
General / Does anyone know what's the problem here?
« on: August 30, 2015, 12:32:33 pm »
I have been following the tutorial on setting up SFML with code blocks on the SFML website:
http://www.sfml-dev.org/tutorials/2.3/start-cb.php
and this thread:
http://en.sfml-dev.org/forums/index.php?topic=17956.msg128987#msg128987
on the forum.

The problem I have is that when I run the program only the console pops up with this:
Process returned 12 (0xC)   execution time : 0.001 s
Press any key to continue
.
And the page with the green circle doesn't.

If I set the application to a GUI application in the projects properties like the tutorial says I get this in the build log:
-------------- Run: Debug in SFML_Setup_Test (compiler: GNU GCC Compiler)---------------

Checking for existence: D:\SFML Projects\SFML_Setup_Test\bin\Debug\SFML_Setup_Test.exe
Executing: "D:\SFML Projects\SFML_Setup_Test\bin\Debug\SFML_Setup_Test.exe"  (in D:\SFML Projects\SFML_Setup_Test\bin\Debug)
Execution of '"D:\SFML Projects\SFML_Setup_Test\bin\Debug\SFML_Setup_Test.exe" ' in 'D:\SFML Projects\SFML_Setup_Test\bin\Debug' failed.


Just "Failed" no errors or anything more specific.
Does anyone know what's the problem here?

I am using SFML 2.3.1 with Code::Blocks 13.12 (GCC 4.7.1) on a 64bit Windows 10



3
General / Problems setting up SFML with Code Blocks
« on: August 03, 2015, 04:50:47 pm »
Hello! I have been having trouble setting up SFML with Code Blocks. I initially followed the tutorial on their web page, but that didn't work, so I found this thread:
http://en.sfml-dev.org/forums/index.php?topic=17956.msg128987#msg128987
So I set everything exactly as the solution in that thread said (minus the glew).

It helped with the previous errors, but now I'm getting a " undefined reference to '__chkstk_ms'" one.
(click to show/hide)

I have tried to find a solution to this, but the only thing I was able to find was this:
http://en.sfml-dev.org/forums/index.php?topic=11306.0
Where the guy downloaded a different version of GCC and Codeblocks.

I have tried downloading a different version of MinGW, like the user in the previous thread, but it solved nothing. I am using SFML 2.3.1 with GCC 4.8.1, Code Blocks 13.12 on a 64bit Windows 7.
Any help is appreciated, thank you.

Pages: [1]