Questions tagged [tdm-mingw]

51 questions
0
votes
1 answer

SFML - Rendering a character when the key is pressed?

So I've got this program that is supposed to imitate a console (with a little coding help from this user): #include #include #include sf::Color fontColor; sf::Font mainFont; sf::Clock…
hCon
  • 207
  • 1
  • 7
  • 19
0
votes
1 answer

SFML - Creating a cursor and printing input?

So I've downloaded SFML and so far love it. I've run into a roadblock and am trying to figure out how to implement a blinking cursor into the code below. I also need to figure out how to print a single char (when the user presses a key on the…
hCon
  • 207
  • 1
  • 7
  • 19
0
votes
2 answers

is it possible to run TDM64-GCC compiler to run with code::blocks

I am trying to build 64 bit applications using 64bit TDM-GCC and Code::Blocks IDE. What I am unable to configure is the combination of the compiler and IDE. I have looked at the IDE wiki and TDM wiki; but haven't got details I need. Is there a…
Ayusman
  • 8,509
  • 21
  • 79
  • 132
-1
votes
1 answer

problem with compiling 64 bt dll on a 32 bit windows via TDM-GCC

I use 32 bit windows and my assistant has 64 bit. We both use gcc (I specifically use tdm-gcc. My assistant uses qt which also uses gcc as far as I'm aware). I wanted to write a very simple plugin in a form of simple .dll for my assistant to use…
J. Stone
  • 77
  • 10
-2
votes
2 answers

How do I execute a standard GCC "configure" script with the TDM64-GCC toolchain?

Which of the executables in the TDM bin directory will actually recognize ./configure as a valid command?
BenGrasset91
  • 75
  • 1
  • 4
-4
votes
1 answer

Compile time Restricted Templates without use of boost

this is related to these two questions: standard c++11 way to remove all pointers of a type Compile Time Template restriction C++ the second one is mine the issue is when i moved to TDM-GCC 64 the following code (previously working) does not…
Wissam Y. Khalil
  • 133
  • 1
  • 5
  • 13
1 2 3
4