mingw
Is there fmemopen() in MinGW
I\'m trying to compile some code that uses the 开发者_开发百科fmemopen function in MinGW. I found out that this function is not available MinGW. I need a function equivalent to fmemopen().[详细]
2023-04-02 18:58 分类:问答MySQL C API compilation error, crtdbg.h not found
I\'m creating a basic C program that uses the mysql api. I\'m on windows, using mingw as my compiler and eclipse cdt as my IDE. I have added the include path to the mysql include files and the lib pat[详细]
2023-04-02 16:40 分类:问答Mingw windowsXP application corefile (.dmp) debugging tool
For an application written on C++ and compiled/built on mingw, I am facing issues in core file analysis. I have my application built/run on XP machine.[详细]
2023-04-02 16:34 分类:问答How to use varargs in conjunction with function pointers in C on Win64?
Consider the following C program: #include <stdio.h> #include <stdarg.h> typedef void callptr();[详细]
2023-04-02 06:52 分类:问答Improve Ruby on Rails Performance Windows 7
I\'m pursuing Ruby on Rails development but using windows to perform rake and rails tasks is PAINFULLY slow, but I heard it\'s quite the opposite on Linux.[详细]
2023-04-02 01:50 分类:问答gmpxx.h: no such file or directory
I just installed a brand new copy of mingw (32 bit) downloading it from the official project page from Sourceforge. I installed everything in the package, all compilers and so on. Then I downloaded fr[详细]
2023-04-01 21:44 分类:问答Does anyone have a working GMP + MINGW installation?
I\'ve spent days and days trying to install GMP library on my MINGW windows installation. I completed the installation process of both dozens of times, followed any single guide on the internet but I[详细]
2023-04-01 21:36 分类:问答Linking *.lib files with MinGW
Is it possible to Link *.lib files with MinGW (I use it with Eclipse)? I\'m fighting with libcurl+OpenSSL and I don\'t understand if my errors are because I try to use .lib-files in MinGW or something[详细]
2023-04-01 12:07 分类:问答Safe maximum number of records read by fread
I am using fread to read a large chunk of image data (> 1 MB) from a file. I recently encountered a bug on MinGW with Windows network shares where a single call to fread like[详细]
2023-04-01 12:01 分类:问答fmemopen in MinGW
I\'m trying to compile a code that uses the fmemopen function in MinGW. I found out the there is no equivalent function in MinGW. Are the any alternative functions that I can use. In case if you have[详细]
2023-04-01 06:34 分类:问答