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.


Topics - Brikinhos

Pages: [1]
1
DotNet / C#, How to code an entity Drawable and Transformable?
« on: June 18, 2020, 03:26:02 pm »
Hi all, I'm porting my project from C++ to C# and I encountered a problem, I have a class Entity that inherits from Drawable and Transformable, but C# doesn't allow multiple inheritance. How can I do that? Thanks in advance.

2
General / Count events pending
« on: July 24, 2019, 09:07:26 pm »
Hi all. I need to know how many events of a specific type are pending before processing all of them because when I process the last event I need to call to a function. Is there a way to iterate all events pending? Thanks in advance.

3
General / Problems with CodeBlocks and SFML
« on: January 19, 2019, 10:26:11 pm »
Hi all, I tried to configure CodeBlocks with SFML. I followed the guide and I got an error when I execute a SFML program (sorry, it's in Spanish but I think you can understand it):



The program is compiled without problem.

I configured CodeBlocks with SFML before and it worked, but I don't know what can be the problem now, I used GCC 5.1.0 TDM (SJLJ) - Code::Blocks - 32-bit and TDM 5.1.0 (32-bit).

Thanks in advance.

4
General / SFML and QT IDE
« on: March 28, 2018, 06:08:58 pm »
Hi all, I'm new here. I'm working in a proyect since 3 months ago and I have a problem, I hate Visual Studio IDE and I would like to work in QT IDE. Before configuring QT I would like to know if it's possible to use SFML libraries with QT IDE without problem, I'm not going to use QT libraries, only IDE. Thanks a lot in advance and sorry if my English is bad.

Pages: [1]