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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 627 - 656 of 3345   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
627
... Via the registry value at HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\gimp.exe\Path , which contains the string "C:\Program Files\Common...
Tor Lillqvist
tml@...
Send Email
Jan 1, 2000
10:08 am
628
Hi Mumit, mumit khan <kha-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=367 ... However, ... this ... difficulty)? ...
Colin Peters
colinpeters@...
Send Email
Jan 3, 2000
2:40 am
629
... Laura, When you mentioned 'LoadLibrary', suddenly everythng clicked for me. It reminded me of a small Tutorial I saw at the AKRIP site. I put that together...
Stephen McCarthy
scmccarthy@...
Send Email
Jan 3, 2000
1:30 pm
630
Hi! I am trying to compile an extension for Tcl with gcc-2.95.2 (mingw32), version with msvcrt on Win95. I need some help. I get the following errors: ... ...
Robert
meolic@...
Send Email
Jan 3, 2000
1:31 pm
631
... Hopefully, in about a week I will have DX 7.0 *.a and headers available for mingw32 and cygwin. I need to do some testing. John Fortin...
John Fortin
fortinj@...
Send Email
Jan 3, 2000
2:15 pm
632
... First off, your command was asking gcc to create an executable, not a DLL... I've had much success compiling Tcl extensions with mingw32, but it's not ...
Dan Maas
dmaas@...
Send Email
Jan 3, 2000
2:16 pm
633
... Or follow this link to a precompiled win32 binary: ftp://agnes.dida.physik.uni-essen.de/home/janjaap/mingw32/newnew/sed-3.02.zip...
Greg Chicares
chicares@...
Send Email
Jan 3, 2000
2:42 pm
634
"stephen mccarthy" <scmccarth-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=629 ... site. ... Maybe I should put something...
Michaels
afn49349@...
Send Email
Jan 3, 2000
3:22 pm
635
the declaration seem have a typo error, missing WINAPI token, should be BOOL WINAPI AbortPrinter(HANDLE); BTW, in winspool.h missing MONITOR_INFO_2 ... Happy...
Mephisto Liang
mephisto@...
Send Email
Jan 3, 2000
4:24 pm
636
Dan, ... Well that is beautiful, I finally see an example of how to convert a library file to a format that mingw32 can use. How come I don't feel to sanguine ...
scmccarthy
scmccarthy@...
Send Email
Jan 3, 2000
5:02 pm
637
Hmmm, isn't there a version of sed for djgpp?? How about the equivalent in perl... John FOrtin...
John Fortin
fortinj@...
Send Email
Jan 3, 2000
5:09 pm
638
... No, I compile on Linux =). On both OS's I use Emacs to edit... I just wanted to offfer an alternative for those unfortunate users without a *nix box... ......
Dan Maas
dmaas@...
Send Email
Jan 3, 2000
5:15 pm
639
A link to non-cygwin set of GNU tools: http://www.edv.agrar.tu-muenchen.de/~syring/win32/UnxUtils.html (Including sed among other stuff) // Fraxinus ...
Fraxinus
fraxinus@...
Send Email
Jan 3, 2000
5:31 pm
640
... -8<- ... -8<- I did _NOT_ know whether edit.com would handle UNIX style files; but, it wasn't hard to find out. Edit.com does handle UNIX style files when...
Earnie Boyd
earnie_boyd@...
Send Email
Jan 3, 2000
5:44 pm
641
Substituting edit for sed doesn't work because edit does not recognize the -n shitch that sed uses. This is the contencts of my file ddraw.def: "EXPORTS" ...
scmccarthy
scmccarthy@...
Send Email
Jan 3, 2000
6:07 pm
642
... John, Here's some trivial changes to your 6.1 headers that are needed. Let me know if you have any objections to these. BTW, would it be possible for you...
Mumit Khan
khan@...
Send Email
Jan 3, 2000
7:03 pm
643
... I have trivial examples of how to use LoadLibrary at: ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/misc/ Here's a quick list of what I have...
Mumit Khan
khan@...
Send Email
Jan 3, 2000
7:06 pm
644
... Looks ok to me (there are various different ways to do the same thing); however, remember that if the code for DLL has the appropriate ...
Mumit Khan
khan@...
Send Email
Jan 3, 2000
7:14 pm
645
... Thanks. This has been fixed in my dev sources. In fact, it should also be moved to winspool.h from wingdi.h. ... I'll add those this week. Still working on...
Mumit Khan
khan@...
Send Email
Jan 3, 2000
7:18 pm
646
... Sounds good... I'll redo the package and re-upload... For the DX 7.0, I'm hoping to supply only the *.a files or a script to create them. Rereading the...
John Fortin
fortinj@...
Send Email
Jan 3, 2000
7:34 pm
647
... Thanks. ... Now you know why I've never distributed these! I don't which is worse -- an audit by IRS or a visit from the lawyers from a certain large ...
Mumit Khan
khan@...
Send Email
Jan 3, 2000
7:39 pm
648
... A clean room implementation might be VERY difficult... MS has everything but the kitchen sink in the headers... Keyboard mapping, COM interfaces (for all...
John Fortin
fortinj@...
Send Email
Jan 3, 2000
7:57 pm
649
... I started on it using an existing book, and found how messy it was. Gave up after a few hours ... ... I agree. BTW, I should now have correct *.a files in...
Mumit Khan
khan@...
Send Email
Jan 3, 2000
8:34 pm
650
Does anybody know where can I get the binaries for Wx package for using with MINGW32 in Windows 95?, because when I try compling with mingw32 last version it...
Jesús Ayo
jayo1.geo@...
Send Email
Jan 3, 2000
8:43 pm
651
"scmccarthy" <scmccarth-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=641 ... You can substitute edit or any other editor...
Michaels
afn49349@...
Send Email
Jan 3, 2000
8:48 pm
652
... Which version of DX; 6.1 or 7.0? I'm waiting for the DX 7.0 CD to arrive so I can test the demo programs. John...
John Fortin
fortinj@...
Send Email
Jan 3, 2000
8:56 pm
653
... $ objdump -p mydll.dll look for the section that starts with: [Ordinal/Name Pointer] Table Note that creating export definition files from a DLL is risky...
Mumit Khan
khan@...
Send Email
Jan 3, 2000
8:58 pm
654
... I believe my current set is 6.0, so I'll wait and coordinate with you when you get your 7.0 CD. For now, it seems that the right thing to do is to ...
Mumit Khan
khan@...
Send Email
Jan 3, 2000
9:01 pm
655
... That is only 100% true for C-style-interface DLLs. If you export entire classes, or C++ functions you're hooked to the Compiler used for the DLL. i.e. You...
Franco Bez
franco.bez@...
Send Email
Jan 3, 2000
9:25 pm
656
franco bez <franco.be-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=655 ... entire ... DLL. ... Functions/Data must be ... ...
Michaels
afn49349@...
Send Email
Jan 3, 2000
9:39 pm
Messages 627 - 656 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