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

Pages: [1]
1
General / Re: Undefined reference to blahblahblah in CodeBlocks
« on: September 17, 2019, 05:57:58 pm »
Update: I had the "follow C++14 language standard" compiler option not ticked, so I ticked it, and now I'm getting other "undefined reference to", but this time the referenced in question are mostly _Unwind_Resume and __gxx_personality_v0

2
General / Re: Undefined reference to blahblahblah in CodeBlocks
« on: September 17, 2019, 05:49:47 pm »
Thank you, however, now I am still getting the initial problem. (Undefined reference to _imp___(something)).
I am working in Code::Blocks 17.12, on Windows 10. I am linking 3 screenshots, to verify, that I've set everything up the way it should be.

I've got the appropriate folder path given in all three sections under Search Directories -> Compiler and Linker.

In Program FIles (x86)\CodeBlocks\MinGW\bin I've got both libgcc_s_dw2-1.dll as well as libgcc_s_sjlj-1.dll, so the version shouldn't be a problem. Just in case I'll share that I've installed the GCC 7.3.0 MinGW (DW2) - 32-bit version from the downloads page.

3
General / Undefined reference to blahblahblah in CodeBlocks
« on: September 16, 2019, 11:37:12 pm »
Split from topic: https://en.sfml-dev.org/forums/index.php?topic=17956.0

It gives me "cannot find -ljpeg" ad well as "cannot find -lglew"
What in the world have I done wrong?

Pages: [1]