<?xml version="1.0"  encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>Mingw-users Mailing List Threads</title>
<link>http://readlist.com</link>
<description>Mingw-users Mailing List - New Threads feed</description>
<language>en</language>
<image>
  <url>http://readlist.com/readlist-logo-tiny.gif</url>
  <title>ReadList.com</title>
  <link>http://readlist.com/</link>
  <width>156</width>
  <height>30</height>
</image>
<item>
  <title>advice needed</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7596.html</link>
  <pubDate>Thu, 15 May 2008 22:32:23 GMT</pubDate>
  <description>Hi, Was trying to build some Open Source applications that were purported to work on Windows and am having all kinds of trouble. Was hoping some other developers who have done this kind of thing or are doing it might share some tips and help. Both mingw and msys are working great. However, to get some of my programs to compile, I need to get their dependent libraries to compile. Have been downloading libraries from all ...</description>
</item>
<item>
  <title>Mingw64</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7581.html</link>
  <pubDate>Thu, 15 May 2008 05:34:24 GMT</pubDate>
  <description>I have seen some discussions in the archives about gw32 and 64. I am completing a port of one of our drivers from solaris to windows. (We've used mingw32 for building application code and libraries for some time). When that port is completed, I am expected to also provide a port that will run in 64 bit XP. What I have not been able to find is any documentation on what is needed (ie what tool chains, etc) would be needed. ...</description>
</item>
<item>
  <title>windows ddk</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7580.html</link>
  <pubDate>Thu, 15 May 2008 05:29:43 GMT</pubDate>
  <description>I see that the 3.10 w32api is mostly win2000 based (AFICT). Has anyone attempted to update the ddk portion of this to a 2003 model (ie headers for GATE, GUARDED-MUTEX), etc? If not, would others find it useful - and maybe I will give it a shot. -- Brian ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio ...</description>
</item>
<item>
  <title>How to use -break-insert command ?</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7578.html</link>
  <pubDate>Thu, 15 May 2008 00:59:17 GMT</pubDate>
  <description>Hi All: I'm using gdb/mi(MinGW) to debug my program.In my program,.There is a file named "a b.c"(there is a space between character 'a' and 'b').I want to insert a breakpoint in line 5 of this file. But when I enter command: -break-insert a b.c:5 the output is: &amp;"mi_cmd_break_insert: Garbage following &lt;location&gt;\n" ^error,msg="mi_cmd_break_insert: Garbage following &lt;location&gt;" enter command: ...</description>
</item>
<item>
  <title>64 bit pointers in 32 bit kernels</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7577.html</link>
  <pubDate>Thu, 15 May 2008 00:28:12 GMT</pubDate>
  <description>Perhaps someone has run across this before. I'm porting a support library from unix to windows (i'm somewhat new to windows driver development). I'm needing to substitute KeQuerySystemTime (since I'm using MinGW, and KeQuerySystemTime is defined in a header). I was able to determine from the header file the mechanism for accessing the data. However, I believe the pointer dereferencing is a problem. The system ...</description>
</item>
<item>
  <title>Double post</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7572.html</link>
  <pubDate>Wed, 14 May 2008 20:14:05 GMT</pubDate>
  <description>Sorry for the double post, I'm having problems with my SMTP server. Joe ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ MinGW-users mailing list MinGW-users You may change ...</description>
</item>
<item>
  <title>Including GDI+ in MinGW</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7570.html</link>
  <pubDate>Wed, 14 May 2008 20:11:46 GMT</pubDate>
  <description>Hi everyone, I'm using GDI+ for several projects and would really like to switch to using MinGW and gcc rather than using the MSVC compiler. I've searched the list archives for GDI+ information, but have only found either vague references or implementations that aren't usable due to copyright issues. Does anyone have gcc compatible headers for GDI+ that can be used legally in commercial software projects? If no one has such a ...</description>
</item>
<item>
  <title>Problem with string object on mingw.</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7569.html</link>
  <pubDate>Wed, 14 May 2008 19:58:59 GMT</pubDate>
  <description>This code compiles with borland 5.5.1, but fails with g++ .The message I get is: `string' does not name a type #include&lt;iostream.h&gt; #include&lt;string.h&gt; #include&lt;strings.h&gt; #include&lt;string&gt; class Animal { string t; }; int main(void) { return 0; } And here is the actual compiling: ...</description>
</item>
<item>
  <title>__cpu__feauters_init</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7559.html</link>
  <pubDate>Wed, 14 May 2008 12:24:38 GMT</pubDate>
  <description>Compiling a project with MinGW (gcc version 3.4.5 (mingw special)) causes in an error. The linker find a undefined reference "__cpu_feauters_init". Which lib do I need to link against my project? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. ...</description>
</item>
<item>
  <title>Mingw 4.3.0-20080502 &amp; Qt 4.4.0</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7557.html</link>
  <pubDate>Tue, 13 May 2008 16:21:30 GMT</pubDate>
  <description>Hi, EXCELLENT work !!! I want to congratulate you for this. I try to compile qt (4.4.0) with mingw 4.3, everything compile fine except webkit (he says something about my mama). Here is the error: mingw32-make[2]: Entering directory `C:/qt/mingw/4.4.0/src/3rdparty/webkit/WebCore' g++ -c -include tmp\obj\debug_shared\WebKit_pch.h -Wreturn-type -fno-strict-aliasing -g -frtti -fexceptions -mthreads -DQT_SHARED ...</description>
</item>
<item>
  <title>Wide Streams</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7555.html</link>
  <pubDate>Tue, 13 May 2008 13:02:17 GMT</pubDate>
  <description>Hi all, I'm trying to get a definitive answer to the question of why MinGW (gcc v3.4.2) does not have the wide streams enabled, elthough it does have wstring. I have searched the list archives and found vague comments referring to a problem with locales, but this seems a strange reason to disable the whole subsystem - surely you can at least implement the C locale? Or even better, a UTF-8 locale? And say "for any other ...</description>
</item>
<item>
  <title>MINGW I/O support for file sizes &gt; 2GB (LFS support)</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7552.html</link>
  <pubDate>Tue, 13 May 2008 10:54:33 GMT</pubDate>
  <description>Hello, I would like to build MINGW compiled applications with support for file sizes &gt; 2GB. How do I do this using the mingw compiler on a WinXP system.? I have attempted to compile my program with the following definitions for the compile: -DLARGEFILES -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 But I get the error message (under MSYS): gcc -O2 -DCPU_LITTLE_END -mms-bitfields -malign-double -DG_OS_WIN32 ...</description>
</item>
<item>
  <title>#define WINVER 0x0400</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7548.html</link>
  <pubDate>Tue, 13 May 2008 05:59:01 GMT</pubDate>
  <description>I was looking for the file windef.h and I found that WINVER was defined with the value 0x0400 and in borland and visual studio WINVER is defined with the value 0x0500. When I tried to use the function EnumDisplaySettingsEx which is defined in winuser.h, I received an error because the function EnumDisplaySettingsExA was not defined and that is because before the definition of the function there is the following line: #if ...</description>
</item>
<item>
  <title>Why does g++ not link with libstdc++?</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7547.html</link>
  <pubDate>Tue, 13 May 2008 05:06:14 GMT</pubDate>
  <description>Hi All: I compile "test.cpp" with: gcc -c test.cpp -o test.o and then link with: g++ test.o -o test.exe It works well. But in my firm's project there are too many object files, so I put these object files path in a response file, for example "proj.rsp". Then I link with: g++ -o proj.exe -Wl,@"proj.rsp" This command does not link with libstdc++. If I link with: g++ -o proj.exe -Wl,@"proj.rsp" -lstdc++ ...</description>
</item>
<item>
  <title>how to compile and link a library</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7540.html</link>
  <pubDate>Sun, 11 May 2008 19:55:13 GMT</pubDate>
  <description>Hi, can anyone tell me how to compile and link a library in order to use it in other programs later? By the way, I am programming in C. Regards,Ivan Milkoviæivan.milkovic.im _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx& amp;mkt=en-us ...</description>
</item>
<item>
  <title>Hey Guys</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7539.html</link>
  <pubDate>Sun, 11 May 2008 19:03:23 GMT</pubDate>
  <description>I am back now. I am getting Vista Ultimate today and a new hard drive. I will be using Interix and Mingw. Hoping to combine the two somehow. I am also build gcc-4.3.0 for mysef under mingw. So I don't have to depend on the alpha, which is what replaced gcc-3.4.5 Bobby ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's ...</description>
</item>
<item>
  <title>Compile error using mingw</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7536.html</link>
  <pubDate>Sun, 11 May 2008 14:33:19 GMT</pubDate>
  <description>Hi, Ive just installed MingW on my system using MinGW-5.1.4.exe, and added c:\mingw32\bin to my path, but when I try to compile a simple C 'helloworld' program, I get the following error: type helloworld.c #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; int main(void) { puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */ return 0; } gcc helloworld.c -o helloworld gcc: ...</description>
</item>
<item>
  <title>'include/c++/ext' missing fromgcc-part-c++-4.3.0-20080502-2... tarball?</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7517.html</link>
  <pubDate>Fri, 9 May 2008 02:42:00 GMT</pubDate>
  <description>I think this archive: gcc-part-c++-4.3.0-20080502-2-mingw32-alpha-bin.tar.gz should include a directory like: lib/gcc/mingw32/4.3.0/include/c++/ext but does not. This seems to prevent a C++ hello-world program from compiling. I can send a documented testcase, but thought I'd save bandwidth by holding it back for now. The md5sum is 869751a0ace9bf47b8a0627fdd91e0a9 for the tarball I downloaded. ...</description>
</item>
<item>
  <title>FMTID_SummaryInformation andFMTID_UserDefinedProperties</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7494.html</link>
  <pubDate>Wed, 7 May 2008 21:26:25 GMT</pubDate>
  <description>Hi Chris, I'm refering to an old thread on the missing FMTID's of FMTID_SummaryInformation and FMTID_UserDefinedProperties. I've tracked down clisp as "publicly available source" for these FMTID to be added to libuuid.a http://clisp.cvs.sourceforge.net/clisp/clisp/modules/syscalls/calls.c?annotate=1 .197 Added with r1.174 ---------- Forwarded message ---------- From: Reini Urban &lt;rurban&gt; Date: ...</description>
</item>
<item>
  <title>how to realize mouse programming</title>
  <link>http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7490.html</link>
  <pubDate>Wed, 7 May 2008 11:16:59 GMT</pubDate>
  <description>Hi, I am programming with GTK+ in windows in the MINGW+MSYS environment. How can I realize some mouse programming, such as controlling the mouse position on the screen, double-clicked, etc? My confusion is that whether I should refer to mouse programming in linux or windows in this case? If Mingw provides interface from linux to windows, so i should refer the mouse programming in linux, right? cheers, ...</description>
</item>
</channel>
</rss>
