Search the web
Sign In
New User? Sign Up
mingw32 · Mingw - GNU Compiler for Win9x/NT/2K
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1859 - 1888 of 3345   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1859
x3j1 wrote: ... I am also not a professional lawyer but I do have a little bit legal background so I feel that I have to throw in my own comment. I would also...
Rüdiger Werner
ruediger.werner@...
Send Email
Apr 1, 2000
3:34 pm
1860
Sorry no April 1st fool ... ;-)) Micro$oft just put up the M$ Windows PSDK April-2000 on their ftp-server. just cd to a spacey directory of yours and do a: ...
Alfred Reibenschuh
alfred.reibenschu@...
Send Email
Apr 1, 2000
3:47 pm
1861
... Date sent: Sat, 1 Apr 2000 14:05:02 -0700 (MST) From: The SANS Institute <sans@...> Subject: Virus Alert: FBI Finds 911 Virus...
Paul Garceau
pgarceau@...
Send Email
Apr 2, 2000
12:54 am
1862
i have ported/build some libraries with mingw-gcc-2.95.2 most notable: libxml-1.8.7 zlib-1.1.3 bzip2-0.9.5 pcre-2.08 you can fetch them from: ...
Alfred Reibenschuh
alfred.reibenschu@...
Send Email
Apr 2, 2000
3:03 am
1863
Hi, I wrote a small Perl script, that converts icons from XPM to ICO. This version supports only black and white icons, but the program can be extended, if you...
Sascha Ziemann
szi@...
Send Email
Apr 2, 2000
9:52 am
1864
Here's the "current" URL, although M$ is notorious for changing around their web site all the time, causing broken links: ...
Bruce Dodson
bruce_dodson@...
Send Email
Apr 4, 2000
2:19 am
1865
Hi folks, Check out the mingw.org site for links to Win32 API support docs as well as a few other documentation references. Mumit has spent a good deal of...
Paul Garceau
pgarceau@...
Send Email
Apr 4, 2000
3:12 am
1866
Hi folks, Check out the mingw.org site for links to Win32 API support docs as well as a few other documentation references. Mumit has spent a good deal of...
Paul Garceau
pgarceau@...
Send Email
Apr 4, 2000
3:13 am
1867
... That's the technique I use for UWIN port of gcc, where each file *must* include a "predef" file that adds some magic. I'm not too fond of this technique...
Mumit Khan
khan@...
Send Email
Apr 4, 2000
6:06 am
1868 Bob Powers
r.t.powers@...
Send Email
Apr 4, 2000
7:01 am
1869
I am looking for a disassembler. Maybe some knows where such a tool is avaiable in the gnu-world or how it is name in Microsoft Visuall C++ installation? -- ...
Georg Fusz
fusz@...
Send Email
Apr 4, 2000
8:10 am
1870
... objdump -d dumpbin /disasm -- SONE Takeshi $B$=$M(B $B$?$1$7(B mailto:ts1@... Office...
SONE Takeshi
ts1@...
Send Email
Apr 4, 2000
8:16 am
1871
Hi, I get the following error: Program received signal SIGSEGV, Segmentation fault. 0x780102ba in _size_of_stack_reserve__ () Does anybody know what can cause...
Sascha Ziemann
szi@...
Send Email
Apr 4, 2000
8:55 am
1872
Hi All: Using 2.95.2-1(msvcrt) with gdb 4.18(i-386 version).. & vide IDE trying to debug sample programs from wxWindows 21_15 pkg.... sample compiled with...
Bob Powers
r.t.powers@...
Send Email
Apr 4, 2000
10:29 am
1873
... SIGSEGV Illegal storage access. The default action terminates the calling program. It'd probably help if (1) we code see the offending code; (2) know on ...
A. C. Yardley
yardley@...
Send Email
Apr 4, 2000
3:10 pm
1874
... This often results from a simple problem in your code, like freeing a pointer twice, or calling fread() with a NULL file handle. Don't bother trying to...
Dan Maas
dmaas@...
Send Email
Apr 4, 2000
3:57 pm
1875
this refers to the gdb NOT your program AFAIK gdb is compiled using crtdll.dll and not msvcrt.dll ... -- Alfred Reibenschuh ...
Alfred Reibenschuh
alfred.reibenschu@...
Send Email
Apr 4, 2000
6:31 pm
1876
... Yup. I plan to spend some time this weekend after I get back from my current trip looking at gdb and see if we can fix some of these bugs. It's very...
Mumit Khan
khan@...
Send Email
Apr 4, 2000
7:33 pm
1877
Hi, is it possible to use the -fcheck-memory-usage option of gcc with Mingw in any kind? bis später... Sascha -- Freie Software ist der Ausgang des Menschen...
Sascha Ziemann
szi@...
Send Email
Apr 4, 2000
8:40 pm
1878
Hello, I'm trying to rebuild my solaris/sparc cross compiler for mingw32 with more up-to-date packages: - binutils-2.9.5.0.29 - gcc-2.95.2 -...
Laurent CHARLES
laurent.charles@...
Send Email
Apr 5, 2000
2:07 pm
1879
... ^^^^^^^^^^^^^^^^^^^^^ Can't use this, sorry. It's buggy for x86-pe. ... Just get the gcc-2.95.2-1 and binutils-19990818-1 from ...
Mumit Khan
khan@...
Send Email
Apr 5, 2000
3:25 pm
1880
... As GCC documentation states, you need a separate tool such as Checker to make this work. I haven't Checker in years, and as far as I know, it has not been...
Mumit Khan
khan@...
Send Email
Apr 5, 2000
4:05 pm
1881
... debugging ... Just wondering if anyone's tried the library at http://www.hpl.hp.com/personal/Hans_Boehm/gc/ for detecting memory leaks and if it worked...
Michaels
afn49349@...
Send Email
Apr 5, 2000
5:41 pm
1882
... Boehm's GC does compile under mingw32 with some (very minor) patches. If I ever get around to it I'll submit the patches for mingw32 support (it has had...
Jeff Sturm
jsturm@...
Send Email
Apr 5, 2000
5:56 pm
1883
... Excellent! Thanks for sharing the good news. ... I may know why, but I need to take a closer look. Feel free to mail me your changes, but I can't get to it...
Mumit Khan
khan@...
Send Email
Apr 5, 2000
8:25 pm
1884
Hi, I'm trying to use OpenGL with mingw32 2-95-2. Although all the Dlls are in \windows\system, gcc wants .a libraries. Where can I find them ? Can I build...
DAANEN Vincent
vdaanen@...
Send Email
Apr 6, 2000
11:38 am
1885
... The interface libraries "libopengl32.a" and "libglu32.a" are already in the Mingw distribution, you don't have to build them. The problem are the header...
Norbert Irmer
norbert.irmer@...
Send Email
Apr 6, 2000
12:59 pm
1886
... I can provoke that in gdb4.18 compiled with gcc2.95.2. I had thought it might indicate out of stack space. I guess not huh? TTFN -- Roger Fear is finding...
Roger Gammans
roger@...
Send Email
Apr 6, 2000
1:08 pm
1887
URL of Silicon Graphic http://www.meer.net/~gold/OpenGL/sgi-download.html You can also use the header files comming with Visual C++. If you need the the (old)...
Georg Fusz
fusz@...
Send Email
Apr 6, 2000
1:50 pm
1888
... You can make a DLL from the glaux library (using the Microsoft Visual Studio) and use a import library of it with mingw32. I've done this myself. If anyone...
Jose Fonseca
em96115@...
Send Email
Apr 6, 2000
2:18 pm
Messages 1859 - 1888 of 3345   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help