mingw
Programming for Android in a 100% C++ Environment?
I\'ve been working on a game engine runtime environment in C++ for my future games, and have started to consider android as a platform. I noticed that it was tightly bound to Java and uses Java VMs he[详细]
2023-04-09 15:54 分类:问答JNI build with MinGW
I have a problem with building a dll with gcc (mingw). From this site I read how to do it : http://www.mingw.org/node/41[详细]
2023-04-09 08:06 分类:问答No output when running C++ applications via Eclipse CDT IDE
Eclipse can build my applications for me so far, and I can execute them directly (via Windows 7 Explorer), but I get no results when I use the run command via the CDT perspective. The console tab only[详细]
2023-04-08 16:57 分类:问答Borland vs. MingW/GCC compilation speeds..
I\'m a long time Borland users ( since Turbo C ) ( until BC5.2 ).开发者_如何学C I\'ve been using MingW/GCC with CodeBlocks for about a year now, mainly[详细]
2023-04-08 12:59 分类:问答OpenGL + GLEW + MinGW application linking issue
I\'m getting some undefined references when building my project. Here\'s the build log: **** Build of configuration Debug for project test ****[详细]
2023-04-08 03:58 分类:问答Porting C++ socket code to Windows
I am trying to make a C++ library used by one of my classes work on both Windows and Linux (it was designed for Linux). The code for it is here (it\'s not large). I am compiling with MinGW on Windows[详细]
2023-04-08 00:16 分类:问答Trying to link SDL in MinGW's G++ is failing miserably.. :/
Late last night I got bored.. so I began writing a small \'Noughts and Crosses\' type game in C++ and SDL. I wrote a fair majority of the basic part of the game, but when I compiled it to check for er[详细]
2023-04-07 08:41 分类:问答Cannot run C program compiled with MinGW Dev-C++ on 64bit Vista
A few days ago I started programming with C after programming with C++, however, my Windows Vista 64bit machine was unable to create a C project. I recompiled the code with the MinGW Dev-C++ compiler[详细]
2023-04-07 01:57 分类:问答How to get rid of the console window
I have tried to make a simple MessageBox using this code: #include <windows.h> int main() { MessageBox(NULL, \"Hello\", \"Message Box\", MB_OKCANCEL);[详细]
2023-04-06 21:53 分类:问答Compiling a Win32 GUI app (without a console) using MinGW and Eclipse
I\'m us开发者_开发百科ing the eclipse IDE with MinGW as my compiler, to make a Win32 GUI app.[详细]
2023-04-06 10:55 分类:问答