wxWindows is a very good alternative that works with ming32. The latest beta WXWIN2.1b9 is compatable with the new Win32 API library in mingw32 GCC2.95. See...
Danny Smith
dannysmith@...
Oct 4, 1999 6:49 am
59
From the amount of times wxWindows seems to come up whenever someone asks a question about a GUI, we seem to have several wxWindows fans on the list. Please...
LM
afn49349@...
Oct 4, 1999 10:57 pm
60
Hello, I am trying to build the FLTK framework (written in c++, http://www.fltk.org) as a dll. In building the dll I am experiencing a number of problems and I...
bughz@...
Oct 5, 1999 11:06 am
61
Hi everybody, I would like to ask whether Mingw32 supports structured exception handling through __try, __except, __finally as MS Visual C++ does or in any...
dragan@...
Oct 11, 1999 7:05 pm
62
Scintilla project (www.scintilla.org). To implement full inter-application drag and drop on Windows several COM interfaces must be implemented. The most common...
neilh@...
Oct 15, 1999 2:39 pm
63
x.html...
dalekh@...
Oct 15, 1999 3:05 pm
64
... The C++ language has built in support for exception handling using try, throw and catch. I've used them in mingw32 (g++) with no problem. I'd recommend...
LM
afn49349@...
Oct 17, 1999 12:58 pm
65
Just wondering if anyone's had any luck getting the telnet program at http://www.musc.edu/%7Ebrannanp/telnet working. It was working fine with egcs 1.1.2....
LM
afn49349@...
Oct 17, 1999 1:04 pm
66
Dear Laura Michaels, ... Many thanks for sharing your experience and answering my question. Will follow your advice (prior to this moment I was using...
Daniil Dragan
dragan@...
Oct 17, 1999 8:19 pm
67
stl_bids.h: In method `void TArrayAsVector<TKeyDef>::Flush()': keytrans.cpp:435: instantiated from here stl_bids.h:259: `start' undeclared (first use this...
dalekh@...
Oct 17, 1999 11:14 pm
68
You should submit this as a bug then to the site listed in this group's links....
dalekh@...
Oct 17, 1999 11:14 pm
70
Thanks very much for the patches. I made those changes, plus the following and telnet is compiling and linking on mingw32 2.95 now. Line 129 stl_bids.h had ...
LM
afn49349@...
Oct 20, 1999 9:38 pm
71
Was searching for something on DejaNews and ran across a post that listed some alternative IDEs for mingw32. Haven't tried them out, but if anyone's ...
LM
afn49349@...
Oct 20, 1999 9:40 pm
72
Just wondering if anyone else on the list has tried the DirectX or OpenGL libraries/includes with mingw32. I ran across 3 sites that have files to download for...
LM
afn49349@...
Oct 20, 1999 9:57 pm
73
I used the ones from http://www.cim.pe.u-tokyo.ac.jp/~kawachi/software/cygwin_glut.html for OpenGL, which have worked perfectly. It also seems to be the most ...
John Waugh
johnw@...
Oct 21, 1999 8:04 am
74
cygnus.com/cygwin recently posted an IDE supporting gcc 2.95. The new v ersion of Octopud supports GNU. It has a visual wizard so I guess that makes it a...
dalekh@...
Oct 21, 1999 9:32 pm
75
I've recently embarked on this journey again, but (as the last time) it's kind of hard to get going. My strategy for doing this is: 1. Installing mingw32 and...
kjeldahl@...
Oct 22, 1999 11:59 am
76
After commenting out some DnD stuff, I got all of the Qt .cpp files in kernel to compile. Now I'm working my way through the tools directory, and qdir.cpp...
kjeldahl@...
Oct 22, 1999 1:27 pm
77
... That'll work. I already have these in my local sources. Please let me know what else is missing and I'll make sure these appear in the next runtime update....
Mumit Khan
khan@...
Oct 22, 1999 3:54 pm
78
... Given Troll's position on win32 Qt license, you're not going to get much help from others. ... This looks like Qt is using non-standard C++ that perhaps...
Mumit Khan
khan@...
Oct 22, 1999 3:56 pm
79
... Thanks for the list (and to dalekh@... for the other pointer). I'll add these to my list of IDEs. Regards, Mumit...
Mumit Khan
khan@...
Oct 22, 1999 3:57 pm
80
... Is stl_bids.h part of the application you're trying to port? I don't know of a stl_bids.h in the STL headers distribution with gcc-2.95. ... Thanks, added...
Mumit Khan
khan@...
Oct 22, 1999 3:59 pm
81
... Can you possibly put together a testcase for me? I've only tested trivial COM applications with GCC, so I'm sure there are lots of bugs lurking in there....
Mumit Khan
khan@...
Oct 22, 1999 4:01 pm
82
... It's a file that was included in the telnet source. According to the documentation, it was used for compatibility with some Borland classes. It was using...
LM
afn49349@...
Oct 22, 1999 10:17 pm
83
[XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX Looks like eGroups is putting the first bit of text into a header so I'll put some...
neilh@...
Oct 23, 1999 2:39 am
84
... trivial ... in ... OK. I have put some programs that demonstrate the problem in: http://www.scintilla.org/COMABI.zip BTW, its not completely clear where to...
neilh@...
Oct 25, 1999 2:29 am
85
That could be true. Whenever I have posted bug related problems to Cygwin discussion group, Mumit Khan has replied promptly. Sending to him directly would...
dalekh@...
Oct 25, 1999 8:06 pm
86
The GUI www.wxwindows.org has headers for OpenGL and examples for windowed apps....
dalekh@...
Oct 25, 1999 8:12 pm
87
... Close. It allowed me to build the entire Qt library. When I try to build one of the sample applications (hello), it fails in the linking stage with the ...