mingw
C++: mktime bug under MinGW on Windows Vista?
So I\'m trying to convert dates in the format \"2000-01-01\" into integers representing the number of days since some arbitrary origin (e.g. 1900/01/01) so I can treat them as integer indices. To do t[详细]
2023-03-25 22:53 分类:问答Compiling Cairo with Qt support for MinGW
I have been trying to build cairo as a static library with support for cairo\'s experimental Qt features (I cannot use the official GTK binary releases). My Qt installation has no pkg-config within Mi[详细]
2023-03-25 18:59 分类:问答Problem with code::blocks;Qt4;MingW;The procedure entry point.. could not be located in the dynamic link library QtCore.dll:
I am running Code::Blocks 10.05 with the MingW compiler package on a Win7-32 box. I downloaded and installed the Qt libs for Windows/MingW (qt-win-opensource-4.7.3-mingw.exe) - installation went smo[详细]
2023-03-25 17:25 分类:问答Calling Windows API with libffi on MinGW
I\'m trying to have FFI support for my new programming language, which is written in C++ with QT Creator using the MinGW toolchain.[详细]
2023-03-24 16:32 分类:问答Using gcc libraries with mingw for cross-compiling?
While I am sure that gcc libraries (.a) are incompatible with mingw lubraries (also .a), I want to know. Can I cross-compile a windows executable with mingw using the gcc .a library generated for unix[详细]
2023-03-24 15:15 分类:问答Linking problem when trying to cross-compile a qt application using cmake
I\'m currently switching the build system of my Qt application from qmake to cmake. While trying to cross-compile for Windows with MinGW (static Qt build), I came across a strange problem I cannot exp[详细]
2023-03-24 07:27 分类:问答Compiling Allegro 4.2 For MinGW/CodeBlocks
I\'m having trouble getting Allegro to Compile. When I begin the fix.bat mingw, it gives me an output which says:[详细]
2023-03-24 02:53 分类:问答"cc1plus.exe has stopped working" while compiling Boost Spirit code
I\'m having a bit of an odd problem while trying to compile some code using the latest version of MinGW (GCC 4.5.2) under Windows Vista Home Premium 64-bit. While compiling this file, I get a message[详细]
2023-03-22 20:06 分类:问答Automated C unit testing
I have a C library compiled with MinGW, Eclipse C project. Library consists of many modules, each module can be tested.[详细]
2023-03-22 13:30 分类:问答Misunderstanding concerning g++, dynamic and static linking on linux vs windows
I\'m a little confused by what I\'ve learned today. I hope somebody can help me out. I understand the concept of dynamic and static linking, but the problem is as follows. On windows, or at least the[详细]
2023-03-22 11:20 分类:问答