Tagged Questions

3
votes
2answers
92 views

Conversion specifier of long double in C

The long double data type can have these conversion specifiers in C: %Le,%LE,%Lf,%Lg,%LG (reference). I wrote a small program to test : #include <stdio.h> int main(void) { …
0
votes
1answer
18 views

mingw + python eagerly translating path

I am using: Windows XP Python 2.6.2 (standard install from python.org) git version 1.6.5.1-preview20091022 (installed from http://code.google.com/p/msysgit/) I have an environm …
0
votes
1answer
27 views

Linking GUI app against a static lib in QtCreator

Hi, What is the right way to build a library from source using MinGW and then reference it in the GUI application's project? I'm not familiar with gcc and makefiles, but I think t …
2
votes
6answers
166 views

GCC - shouldn’t a warning be issued?

I've recently set up a MinGW + MSYS environment on my laptop to check how things are with Netbeans C/C++ support. Everything seems to work fine, however, during my testing I have n …
1
vote
7answers
105 views

Linux Development C/C++/bash/python on windows-7.

Before resorting to stackoverflow, i have spend a lot of times looking for the solutions. I have been a linux-user/developer for few years, now shifting to windows-7. I am looking …
0
votes
1answer
15 views

Compiling QT-Creator with mingw

How does one recompile QT-Creator using mingw in XP
0
votes
1answer
24 views

Gvim, MinGW and Powershell making them work the CLI way.

Just shifted to windows7. Liking it :). Is there a way to install MinGW in windows, such that, i can cd to my code directory (which is different from MinGW install directory) and c …
1
vote
2answers
70 views

Which version of gcc to install with MinGW?

If compiling and linking with MinGW gcc v3 is painfully slow, and gcc v4 is not the default install option: What, for a beginner are the advantages/disadvantages of installing one …
0
votes
1answer
27 views

How to link Qt to and already existing MinGW installation?

When installing Qt, I unchecked the MinGW installation option as I have it already installed. Now after installing I am not able to build an example program I found in a book. All …
0
votes
0answers
24 views

Implemeting new facets in DLL under GCC/MingW

Hello I have problem with using std::locale::facets from DLL. It seems that locale "id" is not shared between DLL and the source. has_facet reports that "facet exists" on differe …
2
votes
3answers
109 views

Why isn’t the gcc 4.x.x series compilers installed by MinGW by default?

Currently, MinGW's only installs the 3.x.x series of the gcc compiler by default. However, it looks like the 4.x.x series of compilers have been out for some time, and as others h …
1
vote
1answer
85 views

Building ffmpeg for Windows with MSYS and MinGW

Hello All, I am trying to build ffmpeg for windows (Xp - SP2) as given here. ./configure -–extra-cflags=”-mno-cygwin -mms-bitfields” -–extra-ldflags=”-Wl, -add-stdcall-alias” -– …
0
votes
1answer
14 views

Right mouse click is disabled in MinGW bash shell, how to restore

When I run the MinGW bash shell, I can no longer open the right-mouse menu. when I exit the shell, and return to the cmd.exe shell, the right mouse button works again. Is the MinG …
2
votes
8answers
223 views

Best way to setup a Windows build environment for C/C++

Basically I want to compile C/C++ using the GCC on Windows. The two competing platforms, as i see it, are MinGW and Cygwin. Each have their own benifits and limitations. MinGW comp …
0
votes
2answers
43 views

Installing Qt4 on Windows - do I need to fully install MingW or just have local copies

That is, can I get away with DLLs in the install directory or does the installer need to ensure that MingW is fully installed?

1 2 3 4 5 9 next
15 30 50 per page