Hello all. I've been working for awhile now on a text editor/ide. My idea for this project is to create a simple syntax highlighting editor that might work as...
Patrick & Shaleigh
panicoosha@...
Sep 6, 1999 10:02 am
37
... I'm probably not the best person to reply on this subject, because I prefer command lines and a good editor over a GUI front end any day. A nice front end...
LM
afn49349@...
Sep 6, 1999 3:41 pm
38
I don't think you can go wrong, considering its usage is continually growing and it is supported with GUI toolkits such as wxWindows. If you can make the UI...
dalekh@...
Sep 6, 1999 6:53 pm
39
... Just wondering if anyone's managed to get MFC working with mingw32. I think they supply the source for the framework with my old compiler. Am wondering ...
LM
afn49349@...
Sep 6, 1999 8:08 pm
40
I am learning as I go about makefiles, but if you do manage to do so, remember to post the mingw32 makefiles....
dalekh@...
Sep 6, 1999 8:59 pm
41
www.wxWindows.org is a native look and feel GUI toolkit for linux and Win32....
dalekh@...
Sep 6, 1999 9:10 pm
42
When i try to compile an glut+opengl program with ming32(gcc 2.95) i get this errors:stroke.o(.text+0xad):stroke.c: undefined reference to `_imp__glClear' ...
serph69@...
Sep 16, 1999 9:16 pm
43
patrick & shaleigh <panicoosh-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=36 ... this ... work ... djgpp ... The...
davidopp@...
Sep 17, 1999 10:55 pm
44
Post your make file. It could be the order that you include the libraries....
dalekh@...
Sep 20, 1999 2:03 am
45
Hi, I was trying to compile the latest wxWindows release with gcc2.95 mingw32. And I had some problems compiling the OLE part. I compiled almost all of the OLE...
shyamg@...
Sep 20, 1999 7:01 am
46
... Well, first of all, you'll need to *compile* MFC with GCC to enable to be used with GCC. It's written in C++ and the usual ABI related issues appear ...
Mumit Khan
khan@...
Sep 21, 1999 1:44 pm
47
... It should be defined when you include ole2.h (which indirectly includes wtypes.h, which is where the actual definition is). Regards, Mumit...
Mumit Khan
khan@...
Sep 21, 1999 1:47 pm
48
... Thanks to David, the Bloodshed developers are now aware of the continuing development of Mingw32, and ready to make the next release compatible with ...
Mumit Khan
khan@...
Sep 21, 1999 1:51 pm
49
I have just recently installed mingw32 on an NT machine. When I try to compile a simple hello.c file its says it can't find -lkernel32. I have tried adding...
Taylor C. Carpenter
taylorcc@...
Sep 22, 1999 5:22 pm
50
... What version of Mingw32? How did you install it? Do you have GNAT (GNU Ada compiler) installed? Do you have GCC_EXEC_PREFIX, LIBRARY_PATH and/or ...
Mumit Khan
khan@...
Sep 22, 1999 5:36 pm
51
... I downloaded everything from http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32/download.html do you mean gcc version? The gcc version is: Reading...
Taylor Carpenter
taylorcc@...
Sep 22, 1999 6:08 pm
52
... There have been 4 releases since then! The 2.8.1 is extremely buggy, expecially in the C++ front-end (and quite a few generic bugs). The Mingw runtime is...
Mumit Khan
khan@...
Sep 22, 1999 7:18 pm
53
... I am not using c++, but... ... I looked a many mingw32 sites... I was confused on which I should download I guess. ... OK, I grabbed some stuff from there...
Taylor C. Carpenter
taylorcc@...
Sep 22, 1999 7:37 pm
54
Works perfect now. Thanks....
Taylor C. Carpenter
taylorcc@...
Sep 22, 1999 8:25 pm
55
... I The wxWindows developers like to think that theirs is a good alternative....
dalekh@...
Sep 22, 1999 11:37 pm
56
I'm trying to get a program going for work that requires access to Oracle databases. The final version is going to be in Unix, but since we don't have the...
LM
afn49349@...
Sep 23, 1999 9:42 pm
57
Can I use MFC with g++ ? How ? Vikas...
vikasd@...
Oct 4, 1999 4:28 am
58
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....