Oh no! Some styles failed to load. 😵 Please try reloading this page

Activity for MinGW-w64 - for 32 and 64 bit Windows

  • DOUG NULL DOUG NULL posted a comment on discussion Open Discussion

    I need to have my Windows MinGW-w64 client do full duplex communication with my iOS app (on iPhone).

  • Jose Fonseca Jose Fonseca posted a comment on ticket #892

    https://github.com/Microsoft/DirectXTK/wiki/ComPtr#constructing-assigning-and-copying-comptr also makes this explicit. It says: If you want to give a raw pointer to a ComPtr without changing the reference count, you need to use Attach.

  • Jose Fonseca Jose Fonseca created ticket #892

    Microsoft::WRL::ComPtr::Attach leaks references

  • Ozkan Sezer Ozkan Sezer committed [f1c6e1]

    Updated imported headers to current Wine version.

  • Ozkan Sezer Ozkan Sezer committed [200e01]

    dwmapi.def: Regenegerate from Windows 10

  • Ozkan Sezer Ozkan Sezer committed [a911a4]

    Implement IAMAsyncReaderTimestampScaling and IAMPluginControl using IDL.

  • Martin Storsjö Martin Storsjö committed [1c7738]

    headers: Hide _IO* flags in UCRT mode.

  • LH_Mouse LH_Mouse committed [75d2db]

    include/crt: Use GCC predefined macros instead of MSVC-ish ones

  • LH_Mouse LH_Mouse committed [20d87c]

    include/stralign: Canonicalize macros for x86-64

  • lazka lazka created ticket #891

    [UCRT] Issues with HUGE and _HUGE macros

  • LH_Mouse LH_Mouse committed [c6e13e]

    include/float: Only hide non-reserved identifiers in strict conformance mode

  • LH_Mouse LH_Mouse committed [42aa33]

    crt: Add symbols for POSIX time functions and find{first,next} functions

  • LH_Mouse LH_Mouse committed [e37b31]

    include/_mingw.h.in,crt: Extend `time_t` to 64 bits for UCRT for 32-bit targets

  • Lev Stipakov Lev Stipakov posted a comment on ticket #890

    Hi Jonathan, I use mingw 6.0.0 and gcc 8.3.0, which, according to http://mingw-w64.org/doku.php/download should be the latest releases: ubuntu@ip-172-31-38-110:~$ dpkg -l | grep mingw ii binutils-mingw-w64-i686 2.32-7ubuntu4+8.3ubuntu2 amd64 Cross-binutils for Win32 (x86) using MinGW-w64 ii binutils-mingw-w64-x86-64 2.32-7ubuntu4+8.3ubuntu2 amd64 Cross-binutils for Win64 (x64) using MinGW-w64 ii g++-mingw-w64 8.3.0-6ubuntu1+21.1build2 all GNU C++ compiler for MinGW-w64 ii g++-mingw-w64-i686 8.3.0-6ubuntu1+21.1build2...

  • Jonathan Yong Jonathan Yong posted a comment on ticket #890

    Looks like you have an older version, the latest version already has it: $ x86_64-w64-mingw32-nm ../../../mingw/lib32/libkernel32.a | grep GetOverlappedResultEx 00000000 T _GetOverlappedResultEx@20 00000000 I __imp__GetOverlappedResultEx@20

  • Lev Stipakov Lev Stipakov created ticket #890

    Broken support for GetOverlappedResultEx in i686

  • Martin Storsjö Martin Storsjö committed [c18048]

    Enable __MINGW_FORCE_SYS_INTRINS for Clang

  • Bostjan Vilfan Bostjan Vilfan posted a comment on discussion Help

    Hello, I installed MinGW on Windows 10 with the help of the document, https://stackoverflow.com/questions/30069830/how-to-install-mingw-w64-and-msys2 and I do periodic updates on the basis of instructions at the end of that document. According to the instructions the update procedure is, 1. Open MSYS2 shell from start menu 2. Run pacman -Sy pacman to update the package database 3. Re-open the shell, run pacman -Syu to update the package database and core system packages etc. I have performed the...

  • LH_Mouse LH_Mouse committed [00e096]

    crt: Update feclient.def.

  • LH_Mouse LH_Mouse committed [7faa2f]

    crt: Generate libfeclient.a for x86.

  • LH_Mouse LH_Mouse committed [35db61]

    headers,crt: Upgrade to autoconf 2.71 and automake 1.16.3

  • LH_Mouse LH_Mouse committed [2afb89]

    crt: Regenerate configure and Makefile accordingly

  • Alex Matt Alex Matt posted a comment on discussion Open Discussion

    I'm struggling with debugging on VSCode . Therez no errors, but gdb wont start, just fade away their toolbar after 5 sec of compiler finished. These are logs: https://stackoverflow.com/questions/66857154/problem-with-start-gdb-mingw-w64-in-visual-studio-code Did exactly as here: https://code.visualstudio.com/docs/cpp/config-mingw, with the same example. PS: I found a temp soltion, the Native GDB plugin (webfreak.debug) now it seems start working, so I as sure problem is GDB-VSCode connection, PLEASE...

  • Jonathan Yong Jonathan Yong modified ticket #889

    make 4.3 changes double quote to backslash

  • Carlos Carlos posted a comment on ticket #889

    Sorry, this is not the place for this bug report. Please ignore or delete.

  • Carlos Carlos created ticket #889

    make 4.3 changes double quote to backslash

  • LH_Mouse LH_Mouse committed [e4d49d]

    headers: Move some structure from ws2tcpip.h to ws2ipdef.h

  • LH_Mouse LH_Mouse committed [c17efd]

    headers: Add missing function declarations in stdlib_s.h.

  • Martin Storsjö Martin Storsjö committed [fe226d]

    headers: Hide the contents of struct _iobuf in UCRT mode

  • LH_Mouse LH_Mouse modified a comment on discussion Help

    Try declaring the function like this: char recv () __asm__ ("recv@16"); If that doesn't work for you, try prepending an underscore: char recv () __asm__ ("_recv@16");

  • LH_Mouse LH_Mouse posted a comment on discussion Help

    Try declaring the function like this: char recv () __asm__ ("recv@16");

  • Jacek Caban Jacek Caban committed [45def5]

    headers: Updarte dxva2api.idl to current Wine version.

  • jeroen jeroen posted a comment on ticket #473

    This was fixed in mingw-w64 v6. The fix was also back-ported to v5 but this branch was never re-released: https://github.com/mingw-w64/mingw-w64/commit/3b43430a378c357fcf67564d0dfd34aa1db68b48 On Mon, Mar 22, 2021 at 12:12 AM Jay Satiro raysatiro@users.sourceforge.net wrote: I also had this problem using the packaged version in Ubuntu 16 LTS. mkgmtime is missing from libmsvcrt.a. I think it is fixed in later versions because I tried in Windows in msys2 using mingw-w64 i686 and it worked fine. ~~~...

  • Jay Satiro Jay Satiro posted a comment on ticket #473

    I also had this problem using the packaged version in Ubuntu 16 LTS. mkgmtime is missing from libmsvcrt.a. I think it is fixed in later versions because I tried in Windows in msys2 using mingw-w64 i686 and it worked fine. owner@ubuntu1604-x64-vm:/usr/x86_64-w64-mingw32/lib$ grep mkgmtime * grep: ldscripts: Is a directory Binary file libcrtdll.a matches Binary file libmsvcr100.a matches Binary file libmsvcr110.a matches Binary file libmsvcr80.a matches Binary file libmsvcr90.a matches Binary file...

  • Jacek Caban Jacek Caban committed [063fb9]

    widl: Update to current Wine version.

  • Jacek Caban Jacek Caban committed [79951e]

    headers: Import more winrt headers from Wine.

  • LH_Mouse LH_Mouse committed [e6626f]

    headers: Revert import of dinput.h in previous commit.

  • LH_Mouse LH_Mouse committed [872a8b]

    headers: Add missing idl files in automake.

  • LH_Mouse LH_Mouse committed [57108d]

    headers: Regenerate Makefile

  • LH_Mouse LH_Mouse committed [d738f3]

    include: Rebuild headers from IDLs

  • LH_Mouse LH_Mouse committed [eb87e5]

    headers: Add IMFGetService in mfidl.idl.

  • LH_Mouse LH_Mouse committed [902b16]

    headers: Import headers from wine master

  • Francis Almazan Francis Almazan posted a comment on discussion Help

    Why is it that the MinGW I wanted to run for my Windows Vista 32-bit OS won't install?! It's driving me nuts - I NEED HELP FOR THIS! Sent from Yahoo Mail. Get the app

  • LH_Mouse LH_Mouse committed [674b67]

    headers: Regenerate headers from IDLs accordingly

  • LH_Mouse LH_Mouse committed [55162b]

    headers: Replace BOOL with WINBOOL in dinput.h.

  • LH_Mouse LH_Mouse committed [2d5eaa]

    headers: Import wmprealestate.idl and wmpservices.idl from Wine.

  • LH_Mouse LH_Mouse committed [8d3d95]

    headers: Regenerate configure

  • LH_Mouse LH_Mouse committed [a296be]

    headers: Update to wine-6.4

  • Rafał Brzegowy Rafał Brzegowy posted a comment on ticket #886

    I have the same error for such a simple example (example.c): #include <stdio.h> #include <windows.h> int main() { // printf() displays the string inside quotation printf("Hello, World!"); return 0; } error:$ gcc -o example example.c -DLONGLONG no error:$ gcc -o example example.c

  • Jean-Marc Paratte Jean-Marc Paratte posted a comment on ticket #888

    The actual workaround is to set the working directory as in this Python example: result = subprocess.run(gcc_arguments, cwd=mingw_bin_dirname, capture_output=True) where cwd is set.

  • Jean-Marc Paratte Jean-Marc Paratte created ticket #888

    compilation fails with unset PATH

  • Jakub Korbel Jakub Korbel created ticket #887

    When a file is opened as w+ using fopen, fwrite, fseek, fread, fwrite sequence fails.

  • LH_Mouse LH_Mouse committed [b47b16]

    Add C++ secure functions for wcstombs_s and _wcstombs_s_l

  • Rafał Brzegowy Rafał Brzegowy created ticket #886

    unknown type name 'USN'

  • Jonathan Yong Jonathan Yong committed [256313]

    Fix SymLoadModule64 signature inconsistency with Microsoft official one (PSTR will now be PCSTR)

  • Scr3amer Scr3amer created merge request #17

    Fix MinGW - Microsoft SymLoadModule64 signature difference

  • FFS_User FFS_User posted a comment on discussion Help

    Thanks, the x86 premise of bit width went right over my head here. But after reading your extended explanation it really cleared up my confusion on ARM, risc and cisc. I am definitely going to try the install at https://www.msys2.org/ and put it in a separate base folder. As far as my current Installed Gcc, I sense I've hobbled it by choosing x86/64 which I know now is 64 bit only. I have some old apps that use exception handling which is why I chose the win32 (thread) option over Posix. But I'm...

  • rubenvb rubenvb posted a comment on discussion Help

    Yes, the 32-bit toolchain is as complete as the 64-bit one, and includes all the compiler support libraries. Note that if you use a system like MSYS2, you can easily install both, along with a huge list of 3rd party libraries that are prebuilt for you. You can find it here: https://www.msys2.org/ The x86_64 is a synonym for amd64 and x64. amd64 is the "original" name for the architecture, as AMD "invented" the 64-bit extensions for x86. x86_64 was introduced by Intel when their processors started...

  • FFS_User FFS_User posted a comment on discussion Help

    THANKS, (sorry my ISP was down yesterday) So if on install I had chosen i686 instead of x86/64 it would have put the 32 bit libs (?). The x86/64 seemed to indicate both target options to me. I'm looking around for 32bit libs to match my gcc version but so far not really sure where or which. My gcc installed version is gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0 But in any case I am going to install a 32bit target version of MingW to a separate base folder.

  • Einar Flaathe Einar Flaathe posted a comment on ticket #168

    I'm pretty sure I didn't use, mingw-w64-v7.0.0.zip, when installing! gcc /g++ --version both show Built by MinGW-W64 project) 8.1.0 Do I already have whats in - mingw-w64-v8.0.0.zip? Best regards, Einar

  • Sören Andersen Sören Andersen posted a comment on discussion Open Discussion

    I got a lot of gcc built, but now the build commands cannot find zlib for mingw64-x86_64 even though I have it installed, any ideas?

  • rubenvb rubenvb posted a comment on discussion Help

    The problem is that your toolchain isn't set up for multilib compilation. There's no 32-bit libraries present. Your simplest option is to use a separate 32-bit toolchain to build for 32-bit.

  • LH_Mouse LH_Mouse committed [079228]

    headers: Add missing names in sspi.h.

  • LH_Mouse LH_Mouse committed [62924d]

    headers/crt: Remove builtin crc32 function declaration.

  • FFS_User FFS_User modified a comment on discussion Help

    WHAT I'M WORKING WITH * I mostly write small work apps for windows, but future might be different. My recent Gcc install was from, https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/... The file downloaded was "mingw-w64-install.exe" Install Version, gcc --version gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0 Copyright (C) 2018 Free Software Foundation, Inc. Install choices chosen, Architecture chose x86/64 (over the i686) Threads I chose the, win32 (over...

  • FFS_User FFS_User posted a comment on discussion Help

    WHAT I'M WORKING WITH * I mostly write small work apps for windows, but future might be different. My recent Gcc install was from, https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/... The file downloaded was "mingw-w64-install.exe" Install Version, gcc --version gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0 Copyright (C) 2018 Free Software Foundation, Inc. Install choices chosen, Architecture chose x86/64 (over the i686) Threads I chose the, win32 (over...

  • Martin Storsjö Martin Storsjö committed [95b7fb]

    headers: Expose SCN*8 defines when using UCRT

  • Martin Storsjö Martin Storsjö committed [9b207d]

    crt: Silence warnings when building _*wc_nolock

  • Martin Storsjö Martin Storsjö committed [7a2c47]

    headers: Fix the signature of wcstok() for UCRT

  • Kantor Zsolt Kantor Zsolt modified a comment on ticket #885

    P.S. SIGINT was ignored because I started cmd.exe with command: start /B cmd.exe Option /B disables SIGINT So it is not a mingw issue. Sorry!!

  • Kantor Zsolt Kantor Zsolt modified a comment on discussion Help

    P.S. SIGINT was ignored because I started cmd.exe with command: start /B cmd.exe Option /B disables SIGINT So it is not a mingw issue. Sorry!!

  • Kantor Zsolt Kantor Zsolt posted a comment on discussion Help

    P.S. This is a "cmd.exe has no parent process issue", not a mingw one - as I figured out. Sorry!!

  • Kantor Zsolt Kantor Zsolt posted a comment on ticket #885

    P.S. Please close the ticket, this is a "cmd.exe has no parent process issue", not a mingw one - as I figured out. Sorry!!

  • Kantor Zsolt Kantor Zsolt created ticket #885

    32-bit code does not receives CTRL+C SIGINT signal by default

  • Kantor Zsolt Kantor Zsolt modified a comment on discussion Help

    Hello! I'm using mingw-w64 8.0.0 with gcc 10.2.0, working from cmd.exe on Windows 7. Compiled executable with the 32-bit gcc disables Ctrl+C SIGINT signal, which should be enabled by default as the Windows documentation states: https://docs.microsoft.com/en-us/windows/console/ctrl-c-and-ctrl-break-signals This should be a mingw issue because compiling with 64-bit gcc the Ctrl+C SIGINT is enabled by default (as the Microsoft documentation describes). To re-enable SIGINT for a 32-bit application, you...

  • Kantor Zsolt Kantor Zsolt modified a comment on discussion Help

    Hello! I'm using mingw-w64 8.0.0 with gcc 10.2.0, working from cmd.exe on Windows 7. Compiled executable with the 32-bit gcc disables Ctrl+C SIGINT signal, which should be enabled by default as the Windows documentation states: https://docs.microsoft.com/en-us/windows/console/ctrl-c-and-ctrl-break-signals This should be a mingw issue because compiling with 64-bit gcc the Ctrl+C SIGINT is enabled by default (as the Microsoft documentation describes). To re-enable SIGINT for a 32-bit application, you...

  • Kantor Zsolt Kantor Zsolt posted a comment on discussion Help

    Hello! I'm using mingw-w64 8.0.0 with gcc 10.2.0, working from cmd.exe on Windows 7. Compiled executable with the 32-bit gcc disables SIGINT, which should be enabled by default as the Windows documentation states: https://docs.microsoft.com/en-us/windows/console/ctrl-c-and-ctrl-break-signals This should be a mingw issue because compiling with 64-bit gcc the SIGINT is enabled by default (as the Microsoft documentation describes). To re-enable SIGINT for a 32-bit application, you must to call SetConsoleCtrlHandler...

  • Jacek Caban Jacek Caban committed [94cc7f]

    widl: Update to Wine 6.3.

  • Jacek Caban Jacek Caban committed [c0fa4d]

    headers: Import windows.foundation.collections.idl from Wine.

  • LH_Mouse LH_Mouse committed [763b87]

    headers: Add missing names in winbase.h.

  • Developer AGCO Developer AGCO posted a comment on discussion Open Discussion

    Is there support for ConPTY (aka pseudo-console) or is there any plan of adding it ?

  • Sören Andersen Sören Andersen posted a comment on discussion Open Discussion

    I've been struggling with building on Cygwin (That is, using the Cygwin shell, gcc + binutils). I've been having trouble with missing headers but by descending into subdirectories and makeing there, and I've successfully built the crt lib/w32api etc. But now so I have to build a native compiler using this? Also, binutils and gcc were not built and installed. This is a very complex project! I've been away from computing for several years and I am overwhelmed.

  • Max Max posted a comment on discussion Help

    How should i do it?

  • NightStrike NightStrike posted a comment on discussion Help

    That's because that toolchain was not built with dwarf2. Use SEH instead. On Tue, Feb 23, 2021 at 5:49 AM Max tonedeaf@users.sourceforge.net wrote: I downloaded MinGW via HomeBrew and there is no libgcc_s_dw2.dll file in folder. I really need it and can you tell me what to do to get it MinGW is not full Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/mingw-w64/discussion/723798/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/...

  • Rus Rus created ticket #884

    Can't link with MSVC compiled C++ dll despite latest gendef used

  • Max Max modified a comment on discussion Help

    I downloaded MinGW via HomeBrew and there is no libgcc_s_dw2.dll file in folder. I really need it and can you tell me what to do to get it. Also there is no make file.

  • Max Max posted a comment on discussion Help

    I downloaded MinGW via HomeBrew and there is no libgcc_s_dw2.dll file in folder. I really need it and can you tell me what to do to get it

  • Soma Ueda Soma Ueda created ticket #883

    winpthread: possibly fail to lock rwlock in parallel with PTHREAD_RWLOCK_INITIALIZER

  • lazka lazka posted a comment on ticket #870

    Fixed in https://sourceforge.net/p/mingw-w64/mingw-w64/ci/8a77639cdabe8370e225a4022e9391b9fc20bd12/

  • Jacek Caban Jacek Caban committed [725310]

    headers: Import relogger.idl and windowscontracts.idl from Wine.

  • Jacek Caban Jacek Caban committed [9281ce]

    widl: Updated to current Wine version.

  • a.s19 a.s19 posted a comment on ticket #882

    Update: The dot in the path does not have to be the first character in a folder for the moc to fail moc test/tes.t/moctest will also be missing the include.

  • a.s19 a.s19 posted a comment on ticket #882

    Forgot $moc --version moc 5.15.2 $uname MINGW64_NT-10.0-19041

  • a.s19 a.s19 created ticket #882

    Qt moc fails to output include statement

  • Einar Flaathe Einar Flaathe created ticket #168

    Update Available: MinGW-w64 - for 32 and 64 bit Windows

  • Jacek Caban Jacek Caban committed [ea40a8]

    widl: Update to current Wine version.

  • Sam G Sam G created ticket #881

    internal compiler error in gt_pch_note_object, at ggc-common.c:276

  • Evan Grove Evan Grove created ticket #880

    internal compiler error: in based_loc_descr, at dwarf2out.c:14264

  • Vincent Vincent created ticket #879

    if statement with to variables ( k == n ) and (k==n)

  • Vincent Vincent created ticket #878

    if statement with to variables ( k == n ) and (k==n)

1 >

Get latest updates about Open Source Projects, Conferences and News.

Sign Up No, Thank you