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

Pages: 1 [2]
16
General / libgcc_s_dw2.dll is missing
« on: February 13, 2021, 07:15:20 am »
Hello everyone!

I use SFML on MacOS and I want to compile it for Windows. I installed MinGW via HomeBrew and compile my program, but when I try to start it on Windows there is an error "libgcc_s_dw2.dll is missing".

I have already used -static, -static-libgcc and -static-libstd++ options. What is wrong? How can I fix it?
Maybe I should just download this dll manually and put in my execution's dir, but I think it is not the best way.

17
General discussions / SFML for Android[MacOS]
« on: December 13, 2020, 05:41:57 pm »
Hi guys. I was thinking about creating an application on android, and since I only know sfml I decided to make an application on it.  So, could you help me with building sfml for android, how to work with it, and how to update when a new version is released?

18
General / Detection part of object
« on: November 26, 2020, 04:44:18 pm »
How can I detect the side of an object, for example when I use raycasting? Just check every single line of it?

19
General / Using sf::Events
« on: November 19, 2020, 03:27:25 pm »

I am wondering what is the best way to implement the use of sf :: Event in a class and how this is handled.
For example: what is the best way to make a button class that should handle mouse pressed and release.

Pages: 1 [2]
anything