mingw
Using both mingw and msvc under QtCreator
I want to make QtCreator able to compile with mingw and msvc but i don\'t know how. I found some information over the internet but didn\'t work for me.[详细]
2023-03-30 03:46 分类:问答Windows API: Undefined reference to DisconnectEx
I\'m developing an application that uses windows sockets. My socket class has a method named Disconnect that uses DisconnectEx, but i get the following error at linking time:[详细]
2023-03-30 03:42 分类:问答getlogin_r and getutxent equivalent in mingw for windows
I am porting my old code from *ix to Windows (on mingw). A part of the old code contains functionality which gets information about users who logged in from the terminal - using getlogin_r and getutxe[详细]
2023-03-30 00:12 分类:问答Modules with Libtool and LoadLibrary() on Windows
I\'m trying to write a cross-platform program in c++ that will load certain modules (shared libraries) at runtime. To do this I\'m using the ClassLoader from Poco C++ Libraries. I\'ve written a compil[详细]
2023-03-29 12:56 分类:问答Problem with libraries and Mingw-gcc to cross-compile Win32 code on Linux
I am attempting to cross-compile some C/C++ programs I\'ve written on Linux for Windows. I\'ve had a lot of experience using both GCC and MSVC.[详细]
2023-03-29 10:51 分类:问答Eclipse CDT plugin problems
im trying to run a c program on my windows 7 computer using eclipse and im running into a little snag. I currently have Eclipse downloaded on my computer with the CDT plugin and i have also downloaded[详细]
2023-03-29 07:02 分类:问答Using vc++ libraries in a MinGW QT project
So have a user interface that I wrote using MinGW QT. In the UI I\'m trying to reference objects from my Visual Studio project. Some objects I can reference and use just fine, but the one I\'m having[详细]
2023-03-28 22:22 分类:问答abc.a file not recognized: File format not recognized. error in makefile
I am using mingw compiler. When I execute the makefile I am able to compile and generate object files properly, but I have a problem with linking开发者_C百科 part. I have 3 library files to include; I[详细]
2023-03-28 20:43 分类:问答MinGW/libssl Linking Errors
I am porting an application that I developed in Linux to Windows and am having some issues when building the application.After making the necessary code changes, everything compiles fine 开发者_如何转[详细]
2023-03-28 01:13 分类:问答Cannot find -lftd2xx when attempting to build a 32-bit JD2XX DLL
I\'m trying to build a 32-bit DLL of the JD2XX project found at http://sourceforge.net/projects/d2xx/. I\'m using MinGW to compile the开发者_StackOverflow中文版 code but am receiving an error from ld.[详细]
2023-03-28 01:07 分类:问答