Hi ! I must be stupid because i wasn't able to find mingw sources on Mumit's site. Can somebody please tell me the url ? Thanks, Colin...
colin.laplace@...
Jul 1, 2000 10:17 am
2772
Hi Try this: ftp://ftp.nanotech.wisc.edu/pub/khan/gnu-win32/mingw32/snapshots/gcc-2.95.2- 1/mingw-19991107-src.zip Here is the gcc-2.95.2-1 ftp site: ...
Shlok Smari Datye
shlok@...
Jul 1, 2000 10:25 am
2773
... Thank you. I will try this later and want to apologize for asking outdated questions. I found regex and readline on the MinGW servers... Stefan....
stefan
st.jahn@...
Jul 1, 2000 3:44 pm
2774
Check the links for this discussion group...
dale henderson
dalekh@...
Jul 1, 2000 3:51 pm
2775
In the FAQ at www.mingw.org, listing #13 has docs on how to build the cross-compiler. In other words, you can build the tools and the cross-compiler (if...
dale henderson
dalekh@...
Jul 1, 2000 3:56 pm
2776
Greetings, Does anyone have a working example of OLE Automation that they would be willing to share? My goal is to pass data from a Ming32 C or C++ program to...
rwfolkers@...
Jul 1, 2000 5:23 pm
2777
Where can I get a C++ compiler and how much am I looking at to pay for the thing? I hope not much. Thanks...
Allan slitherjef
slitherjef@...
Jul 2, 2000 6:18 am
2778
Hi, After reading through the back messages It seems my problem is a common one. ie - I`m using Glut, everything compiles and runs fine until I want to use the...
paul@...
Jul 2, 2000 9:46 am
2779
... Sorry, that is a bit of an overstatement. The gettext etc functions don't care what encoding or character set set the strings are, and thus work as well...
Tor Lillqvist
tml@...
Jul 2, 2000 7:50 pm
2780
Hi folks, ... Glaux is simply unsupported by either MS or the Gnu development folks. Primarily, glaux was provided by MS for their very early version of OpenGL...
Paul Garceau
pgarceau@...
Jul 2, 2000 9:06 pm
2781
I have a directX game engine written in C++ which compiles under VC++ 4.1 for Win32/DirectX and g++ for Linux/X. I'm trying to put together a mingw32 based...
David Jeske
jeske@...
Jul 2, 2000 11:45 pm
2782
Thanks for the info on glaux. Although it may not be used anymore the reason I want to use it is the NEHE tutorials - infact most of the tutorials rely on it. ...
paul@...
Jul 3, 2000 12:25 am
2783
... See http://pws.prserv.net/thefortins/cyg-directx.html Norman Vine...
Norman Vine
nhv@...
Jul 3, 2000 2:24 am
2784
Hi all, Possible bug in mingw headers, although note that I cannot verify it right now and thus it could happen that: a) This is not actually a bug, or b) This...
Guillermo Rodriguez G...
guille@...
Jul 3, 2000 8:46 am
2785
Hello! I'd like to use mingw to develop/compile a DCOM-based application. While getting familiar with DCOM using the Tutorial Samples from the Platform SDK I...
jmbreuer@...
Jul 3, 2000 10:34 am
2786
... Translation: no The vtable discrepancies still exist unless someone developed a patch without announcing it on the list or correcting the FAQ. If you want...
Chris Telting
telting@...
Jul 3, 2000 2:59 pm
2787
Since the birth of mingw.org it seems that it's quite likely that there will cvs source tree maybe by next fall. And hopefully that will give mingw it's...
Chris Telting
telting@...
Jul 3, 2000 3:58 pm
2788
... Not sure about the Mesa3D libraries...I know that there are some precompiled versions of them. Most of these, however, are either MSVC versions or *nix...
Paul Garceau
pgarceau@...
Jul 3, 2000 8:59 pm
2789
... Was able to get a Dx3 version to build and compile under mingw. Also have managed to get a Dx6.1 version to build and compile (Win98). These are both...
Paul Garceau
pgarceau@...
Jul 3, 2000 9:12 pm
2790
... You can access Win32 specific documentation from various places, including the msdn library references (online) or you can download some free Win32...
Paul Garceau
pgarceau@...
Jul 3, 2000 9:23 pm
2791
... "A GNU program should not recommend use of any non-free program. We can't stop some people from writing proprietary programs, or stop other people from...
John Hall
jdh28@...
Jul 3, 2000 9:48 pm
2792
According to www.gnu.org/software/gcc/bugs.html <snip> C++ Library not compliant In Standard C++, the programmer can use a considerable run-time library,...
swami
swami_sn@...
Jul 4, 2000 3:28 am
2793
The Kernel of the glaux-lib can be found at ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Fusz_Georg/ It is a static library. There are also...
Georg Fusz
fusz@...
Jul 4, 2000 1:07 pm
2794
On 4 Jul, swami wrote: [snip] ... No, there are still some things unimplemented, such as the [io]stringstream; locale support is not fully in either....
bge@...
Jul 5, 2000 1:00 am
2795
I am trying to cross compile a package using mingw under Linux. I can compile this code using gcc in native mode but when I switch over to mingw, I get an...
Mo DeJong
mdejong@...
Jul 5, 2000 7:07 am
2796
... I suppose something with '__attribute__(( dllimport ))' is not a constant, so it cannot be used in initializers of structures at compile time....
Norbert Irmer
norbert.irmer@...
Jul 5, 2000 10:04 am
2797
Hi, Does anyone know a good c documentation generator for windows which can output html ? Something like javadoc. Thanks....
Try Doxygen Sources and binaries for Linux and Windows are available from http://www.stack.nl/~dimitri/doxygen/download.html To see what has changed since...
Waugh John
JWaugh@...
Jul 5, 2000 10:28 am
2799
Thank you. I'll try it....
Frédéric Lopez
frederic.lopez@...
Jul 5, 2000 10:35 am
2800
... Here is another good one. http://www.imaginator.com/doc++/ Norman...