Hello ! i'm facing a small (rather annoying :) problem when creating console app with mingw32. Is there any way to keep the window open after execution ? i...
colin.laplace@...
Nov 1, 1999 4:00 pm
100
... Pretty much what you think I mean. ... No problem. Cygwin is a commercial library aside for the GNU exception which is smart since it makes it one of the...
Chris Telting
telting@...
Nov 1, 1999 5:51 pm
101
A pure windows gcc port is wonderful and I plan maintain my projects on both but surely someone could think up a better name. BlueCoder ...
Chris Telting
telting@...
Nov 1, 1999 6:07 pm
102
... Whew! ... That's probably because Qt is using functions from MSVCRT runtime which are not in CRTDLL, the default for Mingw32 distribution. _wchdir is one ...
Mumit Khan
khan@...
Nov 1, 1999 7:18 pm
103
... This is the first time I've seen a request for name change. Colin Peters named in Mingw (for ``Minimalist GNU on Windows'' or something like that), and I...
Mumit Khan
khan@...
Nov 1, 1999 7:20 pm
104
I am using the Quincy 99 IDE. Is there a better one?? First of all, are bool,h and math.h built in or do I need to user-define them? What directory do/should I...
nickjm@...
Nov 2, 1999 1:05 am
105
Hi Nick, I tried to get Qunicy running under NT 4.0 SP6 about two days ago, but it just crashes... what platform are you running it on? ... + Justin...
Justin Clift
vapour@...
Nov 2, 1999 2:50 am
106
Hi all, After getting Mingw32 2.95 to work and compile and stuff (yeah... so it was a matter of following the instructions exactly ;->), I'm trying to get a...
Justin Clift
vapour@...
Nov 2, 1999 5:08 am
107
Firstly, I actually really like the name Mingw! Second, to the person that has the problem of the MSDos box closing after a program's execution... one solution...
Patrick & Shaleigh
panicoosha@...
Nov 2, 1999 8:07 am
108
Someone on the PDCurses list was having trouble building the PDCurses libraries after he switched from egcs 1.1.2 to gcc 2.95. I managed to get the libraries...
LM
afn49349@...
Nov 2, 1999 11:47 am
109
I'm trying to build a canadian gcc cross compiler in mingw32 to m68k on linux. The binutils went fine, but the gcc fails due to the use of fork and pipe on...
Jose Fonseca
em96115@...
Nov 2, 1999 1:32 pm
110
... Thanks. These are already in my dev sources (yes, I know I sound like a broken record ;-), and will be available in the next snapshot. Regards, Mumit...
Mumit Khan
khan@...
Nov 2, 1999 3:54 pm
111
... This is certainly the wrong group for this! You'll have much better luck in gcc or crossgcc mailing lists. Anyway, to answer your question, you'll need to...
Mumit Khan
khan@...
Nov 2, 1999 3:57 pm
112
I have a big Problem with the C++ Exception Handling in mingw32: I have an exported function in a dll that throws an exception, and I want the caller (the...
Franco Bez
franco.bez@...
Nov 2, 1999 8:27 pm
113
... I tried doing this today, but it did not solve any problems. I've tried various workarounds to get the _wchdir (and friends) work, but have failed so far....
Marius Kjeldahl
kjeldahl@...
Nov 3, 1999 2:19 pm
114
I just doublechecked with some Windows documentation, and it says: "The WSAAsyncSelect function is used to request that WS2_32.DLL should send a message to the...
Marius Kjeldahl
kjeldahl@...
Nov 3, 1999 2:32 pm
115
... Async Select works for winsock2, which is not yet part of w32api used by Mingw32/Cygwin. I know Anders was looking at this issue, but don't know what the...
Mumit Khan
khan@...
Nov 3, 1999 4:38 pm
116
"marius kjeldahl" <kjeldah-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=113 ... -luuid ... Windows SDK ... for ... looks ...
afn49349@...
Nov 3, 1999 7:11 pm
117
Here is the URL of current CVS snapshots including wxMSW. I have compiled successfully using latest version of Mingw32: ...
dalekh@...
Nov 4, 1999 12:20 am
118
nickj-@... wrote: original article:http://www.egroups.com/group/mingw32/?start=104 ... are ... Check prior postings about other IDE's. I understand Quincy...
dalekh@...
Nov 4, 1999 12:37 am
119
... Thanks Laura. I was confusing issues here -- WSAAsyncSelect is in winsock.h, and the bug is the one you mention. The new mingw32 runtime snapshot will be...
Mumit Khan
khan@...
Nov 4, 1999 6:22 am
120
Are there any docs describing the design and structure of gcc? I am trying to write my own startup code and libs. I keep running into problems. For example I...
Chris Telting
telting@...
Nov 4, 1999 10:01 am
121
... Lots, if you're interested in developing GCC (front-end, back-end etc). However, from what you say below, you're talking about something different. For GCC...
Mumit Khan
khan@...
Nov 4, 1999 11:16 pm
122
Besides the html pages that come with the package, I don't believe there is any. But there is the mailing lists, including the developers ;P...
dalekh@...
Nov 4, 1999 11:29 pm
123
... If you're interested in other cross-platform libraries, I have a list of many of them, that I put together for an article, available at ...
LM
afn49349@...
Nov 5, 1999 12:08 am
124
... I didn't see a bool.h, but a dir /s/p turns up math.h. I have used bool declarations in my programs with no problems. Didn't need to include a bool.h file...
LM
afn49349@...
Nov 5, 1999 12:08 am
125
... I'll second that. ... Looking forward to seeing this. I have a list of editors I use and some editors and IDEs others have recommended up at my web site,...
LM
afn49349@...
Nov 5, 1999 12:37 am
126
I am waiting in anticipation for the free IDE with App wizard called wxStudio. Its first release is expected sometime in December. Its source is from...
dalekh@...
Nov 5, 1999 11:43 am
127
... Yes yes yes... and i link in libgcc.a but __main is still unresolved. I'm going to have to go through the gcc code now and waste a week more of my time...
Chris Telting
telting@...
Nov 5, 1999 12:30 pm
128
... Like they have nothing better to do than answer my user questions. Lets get real, you know they will just say read the code... Which in the case of gcc...