Tagged Questions

5
votes
2answers
175 views

Is There Support for std::thread in Mingw32? [closed]

Possible Duplicate: How to enable experimental C++0x concurrency features in MinGW? my version of mingw32 (gcc version is 4.5.2) does not come with the class std::thread. Is there a ...
5
votes
2answers
895 views

Memory leak checking on Windows with QT and MinGW32

Lately I have been developing in C++ with QT Creator. All is well and I'm nearly at the point of packaging and distributing my application. But obviously before any release you better make sure you ...
3
votes
1answer
115 views

Including other files in c++ for File I/O

Is there a way to add files to the final .exe in a c++ program ? For example, suppose I want to play a sound file. Instead of including the sound file separately with the release .exe, the file should ...
2
votes
2answers
189 views

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 ...
2
votes
2answers
134 views

Files reading differently in linux? C++

I'm a fairly new programmer, but I consider my google-fu quite competent and I've spent several hours searching. I've got a simple SDL application that reads from a binary file (2 bytes as a magic ...
2
votes
1answer
314 views

Cross-compiling python extensions under Linux using distutils

Is there any way to compile both Windows and Linux versions of Python/distutils/SWIG/C++ extensions under Linux? As far as I understand the problem is at least in obtaining windows version of ...
1
vote
1answer
80 views

MinGW C++: expected primary-expression before '/' token

This is my first question here, and the first time I haven't been able to find a solution to a C++ problem online by just looking around. I'm relatively inexperienced in this area, and am not sure ...
1
vote
2answers
145 views

strange problems with C++ exceptions with mingw

I have encountered a strange problems with exceptions using mingw and managed to cut it down to the following example: #include <iostream> #include <fstream> #include <cstdlib> ...
1
vote
2answers
91 views

Mingw32 cross compiled console application doesn't do anything on Windows XP

I've compiled a small app in Linux (Ubuntu 11.04) with Mingw32 and it runs ok in Wine, but does nothing on Wuindows (although it runs). Configure: ./configure --host=i586-mingw32msvc ...
1
vote
1answer
96 views

Add application manifest to a win32 application in eclipse

How do I add an application manifest to a Win32 application being developed in Eclipse ? T want to add a manifest in order to use version 6 of Comctl32.dll which, according to this article is ...
1
vote
1answer
658 views

compiling qt 4.7.3 on mingw with gcc 4.6

I decided to start working on a new C++ project and wanted to use the latest version of the Qt framework, which is 4.7.3. I also decided to use gcc 4.6 found [here] ...
1
vote
2answers
136 views

How to compile and build a very simple Gnu linux application to Windows using Mingw or Cygwin?

I would like to port an existing Linux application from its plain C/c++ source code to Windows XP/Vista/7 exactly same functionality to have, without losing few modules here and there etc. Basic codes ...
1
vote
1answer
1k views

How would I build Box2D to work in Code::Blocks/Mingw32(Windows)

hey the title pretty much says it all. i have been trying different methods from internet sources, but whenever i try something goes wrong..this is where i got Box2D in cMake, i get a bunch of errors ...
1
vote
3answers
79 views

How would i be able to use GLU_RGBA or other GLU_ parameters?

hey i have yet another question. There isnt much information involved but i noticed that even though i have libglu32.a linked, and the glu.h included, im still not ablt to use GLU_ parameters Im ...
1
vote
2answers
396 views

A question about GLM

im having a serious problem and im not even gonna bother posting pictures... OK thanks for the answers so far, but im still having some problems. my next question(or problem) in line is that when i ...
1
vote
2answers
1k views

Problem installing QCA-OSSL (part of the Qt Cryptographic Architecture) plugin on Windows 7

I have been trying to use QCA (Link) on my Windows PC for a couple of days now, works fine on my linux box, just can't get it working with Windows. So i followed all the instructions for installing ...
1
vote
0answers
178 views

tbb::concurrent_hash_map throws SIGSEGV

I'm running a small program built using TBB on Windows with mingw32. It does a parallel_for. Inside the parallel_for my object makes changes to a concurrent_hash_map object. It starts running but ...
1
vote
3answers
733 views

Cross compiling Direct3D on Linux with mingw

How to configure mingw32 to cross-compile Direct3D Apps for Windows? Is there any possibility? I have actually succeeded compiling code from this tutorial: ...
1
vote
1answer
468 views

Undefined references when compiling a static Qt build on Windows

I'd like to compile a static version of the Qt toolkit on the Windows platform (Windows XP SP3). I downloaded the latest release for Windows and successfully installed it. Then I opened the Qt 4.6.3 ...
0
votes
1answer
49 views

Trying to static compile a Qt Application using mingw32-make command but getting errors with #include statements

I wrote a text editor application which I want to compile statically. I followed the instructions outlined on this page. I went to the directory where all the source files were. Ran: 1. ...
0
votes
0answers
65 views

embed .glade file with binary or executable (undefined reference to `_binary_FILENAME_EXTENSION_start')

I m using GTK+ 2.0 with MinGW on NetBeans IDE on Windows Platform. I m trying to embed .glade file of my project with the executable and hence i found a tutorial which demonstrated how to do it... ...
0
votes
1answer
294 views

gmpxx.h: no such file or directory

here I am again. I just installed a brand new copy of mingw (32 bit) downloading it from the official project page from sourceforge: http://sourceforge.net/projects/mingw/. I installed everything in ...
0
votes
3answers
61 views

Undefined refrence to Foo::a?

I am getting this error and I have no idea what it means: $ mingw32-g++ Test.cpp -o Test.exe C:\Documents and Settings\BDL\ccksiYhI.o:Test.cpp:(.text+0x11): undefined reference to 'Foo::a' collect2: ...
0
votes
1answer
531 views

Quite strange MinGW ld problem - “collect2: ld returned 1 exit status”

I'm building an application for data visualization and the framework I'm using is beautiful OpenFrameworks. On Linux, it compiles and works perfectly, but now it's time to port it to Windows and I'm ...
0
votes
2answers
283 views

A question about stdafx.h

hey i just have a quick question. ive noticed that i dont have stdafx.h in my compiler(mingw32 on windows) am i supposed to have it? or maybe is there a way to get around it? thanks for reading ...
0
votes
5answers
362 views

Create symbol libraries from DLLs for use with MINGW32

I'm developing an application at work using C++, Qt, Mingw32 and Netbeans. I need to use an in house API that has been developed by the software group in the company. I have the symbol libraries .lib ...
0
votes
2answers
545 views

Using MinGW built dll in a Visual Studio 2010 C++ project

I have build a dll and now I want to use this dll in a Microsoft Visual Studio project. g++ -O0 -Wall -c -fmessage-length=0 -osrc\MyLib.o ..\src\MyLib.cpp g++ -shared -Wl,--out-implib=MyLib.lib ...
0
votes
1answer
140 views

MinGW Compilation Problem

I just installed MinGW using the automatic installer MinGW-get-inst that I found on their website. I am using eclipse to write my C++ programs. My code compiles fine, and I get a .exe file. However, ...
0
votes
3answers
301 views

How to create a new data structure in C++ with object orientation?

This semester in university I have a class called Data Structures, and the professor allowed the students to choose their favourite language. As I want to be a game programmer, and I can't take Java ...
-1
votes
1answer
109 views

GLM Partial transparency

ok in my opengl/SFML program, i am using GLM(fron nate robins at devernay.free.fr) and im having a couple of dilemmas the main problem thats persistant is when i load a wavefront model (.obj) into my ...