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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1583 - 1612 of 3345   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1583
Hello, To clarify, I'm using 2.95.2. Thanks for the input - I'll try the switches and see if that sorts it. Dan Osborne Specialist Business Solutions Ltd....
Dan Osborne
dano@...
Send Email
Mar 1, 2000
8:47 am
1584
MS only supports "long double" for compatibility with their 16 bit compiler, vc6 uses 8 bytes, for both double and long double, so just use double. 8 byte long...
Mikey
jrson@...
Send Email
Mar 1, 2000
8:55 am
1585
... It may or may not be a bug, and it's impossible to tell until I see the full code. If you can send me the code and instructions on how to build it, I'll ...
Mumit Khan
khan@...
Send Email
Mar 1, 2000
5:56 pm
1586
Using the mingw32 gdb version 4.18, can I specify a directory to search (the dir command in gdb) that is on a different drive? It doesn't seem to understand...
David Lane
dlane@...
Send Email
Mar 1, 2000
6:10 pm
1587
... Using the mingw32 gdb version 4.18, can I specify a directory to search (the dir command in gdb) that is on a different drive? It doesn't seem to ...
Earnie Boyd
earnie_boyd@...
Send Email
Mar 1, 2000
6:35 pm
1588
... Earnie points out the usual workaround, but the real problem is that gdb hasn't been "taught" to grok Windows-style pathnames properly, and it can be real...
Mumit Khan
khan@...
Send Email
Mar 1, 2000
7:33 pm
1589
Hi folks, ... Lest we forget...gdb, afaik, is incapable of dealing with VC binary code...so, if someone wants to take on gdb, this is something else to bear in...
Paul Garceau
pgarceau@...
Send Email
Mar 1, 2000
11:17 pm
1590
... From: Mumit Khan <khan@...> To: <mingw32@egroups.com> Sent: Wednesday, March 01, 2000 8:33 PM Subject: [mingw32] Re: gdb file and directory...
Michael Rickmann
mrickma@...
Send Email
Mar 2, 2000
2:40 am
1591
... From: Paul Garceau <pgarceau@...> To: <mingw32@egroups.com> Sent: Thursday, March 02, 2000 12:17 AM Subject: [mingw32] Re: gdb file and directory...
Michael Rickmann
mrickma@...
Send Email
Mar 2, 2000
3:00 am
1592
Thanks to Dale Henderson for the wxWindows reference, but I could not find the example. Howver, I now have a working example, and would like to offer it to the...
Clark Dorman
clark@...
Send Email
Mar 2, 2000
1:03 pm
1593
... Another work-around is //e/src/blah....
Phil Blecker
tmwg-mw@...
Send Email
Mar 2, 2000
1:03 pm
1594
phil blecker <tmwg-m-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=1593 ... seem to ... No. Not with the MinGW...
Earnie Boyd
earnie_boyd@...
Send Email
Mar 2, 2000
1:08 pm
1595
"michael rickmann" <mrickm-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=1590 -8<- ... 1092 ... -8<- I would prefer this to be...
Earnie Boyd
earnie_boyd@...
Send Email
Mar 2, 2000
1:12 pm
1596
... In the wxWindows package, samples/ directory, look for samples/oleauto (demonstrates OLE automation) samples/dnd (demonstrates Clipboard, OLE & Drag...
Guillermo Rodriguez G...
guille@...
Send Email
Mar 2, 2000
2:00 pm
1597
I wonder if I have the right version of gdb, then, because none of the `usual workarounds' work for me. I have the 4.18 from the gcc-2.25.2-msvcrt bundle....
David Lane
dlane@...
Send Email
Mar 2, 2000
3:16 pm
1598
david lane <dlan-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=1597 ... You have the correct version. As Mumit...
Earnie Boyd
earnie_boyd@...
Send Email
Mar 2, 2000
5:10 pm
1599
"clark dorman" <clar-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=1592 ... they ... Samples are always good to have, the...
Earnie Boyd
earnie_boyd@...
Send Email
Mar 2, 2000
5:13 pm
1600
In my make files, I generate dependency files as follows: %.dep: %.cc $(SHELL) -ec '$(CXX) -MM $(INCS) $< \ ... DEP_FILES =$(OBJECTS:.o=.dep) include...
Clark Dorman
clark@...
Send Email
Mar 2, 2000
5:37 pm
1601
I've discovered that no commands are hashed and that the `setopt hashcmds' and `setopt hashdirs' have been disabled by forcing them off. Earnie....
Earnie Boyd
earnie_boyd@...
Send Email
Mar 2, 2000
6:46 pm
1602
"clark dorman" <clar-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=1600 ... Are you using Cygwin for your shell and utilities?...
Earnie Boyd
earnie_boyd@...
Send Email
Mar 2, 2000
7:28 pm
1603
"earnie boyd" <earnie_boy-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=1602 ... error ... ^M's ... matter ... Upon further...
Clark Dorman
clark@...
Send Email
Mar 2, 2000
10:15 pm
1604
I've uploaded to my page (http://www.fe.up.pt/~em96115/gnu-win32) the standalone version of msjexchnd that I've promised. I've named it as 'DrMingw' ;-) For...
Jose Fonseca
em96115@...
Send Email
Mar 2, 2000
10:56 pm
1605
Interesting.... I've had a problem using long double under Mingw. I had to manually set the FPU precision to long double, but after a while, it would reset...
x3j11@...
x3j11@...
Send Email
Mar 3, 2000
2:29 am
1606
see the msdn for more info on this. http://msdn.microsoft.com/library/default.htm search for fp10.obj or go directly to ...
Mikey
jrson@...
Send Email
Mar 3, 2000
6:37 am
1607
Hi ! I was just wondering if a DLL that encapsulate GDB was existing somewhere ? i'm willing to create a windows gui for gdb. Thanks! Colin...
colin.laplace@...
Send Email
Mar 3, 2000
9:18 am
1608
Hello mingw32, PW32 the Posix-over-Win32 layer 0.3.0 released PW32 is implementation of (subset of) POSIX/Unix API for Win32 systems. Its main concerns are...
Paul Sokolovsky
paul-ml@...
Send Email
Mar 3, 2000
1:08 pm
1609
Hello mingw32, I would like ask mingw list audience and owners about their attitudes concerning PW32-related announcements and possible posts. I guess there's...
Paul Sokolovsky
paul-ml@...
Send Email
Mar 3, 2000
1:45 pm
1610
... http://msdn.microsoft.com/isapi/msdnlib.idc?theURL=/library/devprods/ \ vs6/visualc/vccore/_crt_floating.2d.point_support.htm ... That URL didn't work for...
Greg Chicares
chicares@...
Send Email
Mar 3, 2000
3:22 pm
1611
I've created a set of macros to be used when checking for absolute paths. These macros ease the portability coding for checking UNIX vs DOS/WIN32 paths. I've...
Earnie Boyd
earnie_boyd@...
Send Email
Mar 3, 2000
4:49 pm
1612
"jose fonseca" <em9611-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=1604 ... Don't know if it's a difference in operating...
Michaels
afn49349@...
Send Email
Mar 3, 2000
6:31 pm
Messages 1583 - 1612 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