I've bundled up my current tree for Mingw headers/libraries and also slightly modified Anders Norlander's w32api (based on Anders' 1999-06-14 snapshot). No...
Mumit Khan
khan@...
Jul 16, 1999 9:10 pm
22
The only example I can give you is from the GUI source that I use. From ver. 2 source at www.wxwindows.org. In /wxwindows/include/wx/msw/app.h wxApp is...
dalekh@...
Jul 25, 1999 1:02 pm
23
Are there Mingw32 make files to compile this source available? ... 1999-06-14...
dalekh@...
Jul 26, 1999 3:49 pm
24
GCC-2.95 for Mingw (i386-mingw32) -- Release information =================================================================== Release date: July 31, 1999. I'm...
Mumit Khan
khan@...
Jul 31, 1999 11:57 pm
25
Those of you using gcc-2.95 mingw msvcrt runtime, please redownload. It was botched -- the drivers were looking in the wrong directory and also I had the...
Mumit Khan
khan@...
Aug 2, 1999 3:18 pm
26
... I'm getting ready to make a B21 release. I don't want to include gcc, gas, ld, etc. in this, though, because experience has shown that it just causes...
Chris Faylor
cgf@...
Aug 2, 1999 3:55 pm
27
... Personally I would prefer the Shell script to install Cygwin. It gives more control to user, in comparision to InstallShield. Suhaib...
Suhaib M. Siddiqi
ssiddiqi@...
Aug 2, 1999 4:07 pm
28
... What about user's that don't have a shell installed? -Anders...
Anders Norlander
anorland@...
Aug 2, 1999 5:57 pm
29
... All of the necessary binaries will be part of the install package. cgf...
Chris Faylor
cgf@...
Aug 2, 1999 6:04 pm
30
... That is why I said "Personally, I prefer..." :-) However, Chris, if you need help with InstalledShield. I can volunteer it for you. I have InstallShield...
Suhaib M. Siddiqi
ssiddiqi@...
Aug 2, 1999 6:08 pm
31
... I think this is inline with the objectives of the project. Mirroring Mumit's site would be a great service to the project. Do you plan to have two...
Earnie Boyd
earnie_boyd@...
Aug 3, 1999 11:58 am
32
Since folks keep on asking for a recent port of Make, I built my local copy of 3.77 (tiny config changes, and no source changes at all) for Mingw. Completely...
Mumit Khan
khan@...
Aug 9, 1999 1:34 am
33
... I'm a bit concerned about how bug free MAKE-3.77 is. The mainters of Enoch (Pentium optimized linux distribution. http://enoch.masslinux.com/) claim that...
Brendan Simon
brendan@...
Aug 9, 1999 4:55 am
34
... Seemingly more so than earlier versions, as far as cygwin is concerned. I've used it mostly to build the egcs/gnu compilers, so there may well be some ...
N8TM@...
Aug 9, 1999 5:24 am
35
... I had previously mentioned a problem with make 3.77 on this list, repeated below in case you missed it I am currently trying to isolate a test case (on Sun...
Don Sharp
Don.Sharp@...
Aug 9, 1999 11:40 pm
36
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 ...