Arneha is an IT recruitments firm operating out of Bangalore, and providing services to IT corporates across India. We at Arneha believe that to keep moving...
Arneha is an IT recruitments firm operating out of Bangalore, and providing services to IT corporates across India. We at Arneha believe that to keep moving...
Arneha is an IT recruitments firm operating out of Bangalore, and providing services to IT corporates across India. We at Arneha believe that to keep moving...
Arneha is an IT recruitments firm operating out of Bangalore, and providing services to IT corporates across India. We at Arneha believe that to keep moving...
Hi All, I am pleased to announce that MinGW Studio 2.06 for Linux has been released. What's new? =========== * Configurable GNU toolchain. * Configurable...
Hey I just wanted to tell you about a great company I found! I applyed for a lower mortgage rate and i only had to fill in a simple form. This month alone I...
Bored? Want to meet someone new? Chat with Real Women in YOUR AREA Just Call 1-800-335-9396 Only $0.99 a min with a major credit card. NO CONNECT FEES! No...
Hi, You can simply do this: RP = (LPSTR) GlobalAlloc(GPTR, dwFileSize + 1); to avoid the error. Try it! :) Kevin ... __________________________________ Do you...
Hi all I use Fedora Core 3 on a Dell laptop (i686). I uninstalled the tarball in a directory and saw the MinGWDevStudio and executer executables. I tried to...
I've got the same error. I think this is a problem not solved.... In the forum the people are looking for the guy that updates the MinGWDevStudio, but he does...
I am a first time MinGW Developer Studio, and am using WxWidgets. I am moving my stuff over from VC 2005 Express. In my program I am using the MySQL++ MySQL ...
... Compiling source file(s)... coldata.cpp In file included from sqlplus\\coldata1.hh:9, from sqlplus\\coldata2.hh:5, from sqlplus\\coldata3.hh:8, from...
since you are switching to MinGW Dev which uses GCC, have you made sure that (a) you have explicitly mentioned the namespaces you are using? Eg: if you don't...
Hi, I have updated MinGW Studio for Linux to solve this problem. This time I have built it against Fedora Core 2. Could you please try the new update? Thank...
hi Parinya I'm able to execute MinGWStudio from the directory in which I've installed it but not from any other directory. I get the "check your installation...
Hi All, I was wondering how the Linux WxWidgets support works. For example I am using Mandrake 10.1 & there is a GTK+ 2.0 WxWidgets RPM installed. Should I be...
Hi, Try typing "wx-config" at your shell prompt and see if you don't see something like "command not found" or something semilar, then you should be able to...
Dear NG, actually I have 3 (related) questions: 1.) Is it possible to compile a library in MinGW-DS? I am using a CDF (file format) library that compiles as...
... ==== been a while since i used mingwds but i think in the new project wizard there is an option for creating static libraries. have you tried that?...
I am compiling a simple WxWidgets dialog application, that is going to be using MySQL++ support to communicate information to a MySQL database. However I am...
I am compiling WxWidgets applications... Is there anyway to speed up the debug compiling process... This occurs due to the fact that the exe is ~30MB. Any...
Is there an easy way to define Preprocessor directives, since I would like to add a directive similar to __WXDEBUG__ to the definitions so that I can determine...
in the project settings dialogs (Alt+F7) you can set the compiler flag to be -D__WXDEBUG__ if you want the effect of __WXDEBUG__ defined in all the project...
I am using the following Compile options: Exception Handling; Runtime type information Enabled; Extra Compiler Options: `wx-config --cxxflags`-D__WXDEBUG__ And...
... No, don't do that. These are steps how to define compiler preprocessor(s). 1. Remove -D__WXDEBUG__ first. 2. Goto the menu "Project"/"Settings...", you...
And just to let you know I got that setting from someone else who posted a response. And was posting back that it did not work. Thanks for your response and...