User Activity

  • Posted a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    Never mind, I'm a numpty, didn't realise I had the wrong name for the function, was supposed to be using SetFilePointer, guessing the same happened with FlushFile On Fri, 20 Jan 2023 at 12:10, Lee Shallis gb2985@gmail.com wrote: In fileapi.h line 29 there's this line: if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= _WIN32_WINNT_WIN10 The problem with this is that it prevents compiling when using FileSetPointer, FileSetPointerEx &/or FlushFile. The 1st condition is fine but...

  • Posted a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    In fileapi.h line 29 there's this line: if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= _WIN32_WINNT_WIN10 The problem with this is that it prevents compiling when using FileSetPointer, FileSetPointerEx &/or FlushFile. The 1st condition is fine but those functions are definitely available in earlier versions of windows so there's no reason they should be hidden behind that. I even tried setting WINAPI_FAMILY directly to WINAPI_PARTITION_DESKTOP only to find that nothing is...

  • Modified a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    Resolved it by adding the mingw prefix, for other people who had the same problem and came across this thread, here's a little more clarity with the makefile macros I'm using: CC?=cc CC32?=i686-w64-mingw32- CC64?=x86_64-w64-mingw32- Edit: Here's the usage too ~~~ build_ext_app=$(CC) -fPIC build_ext_elf=$(CC) -fPIC build_ext_AppImage=$(CC) -fPIC build_ext_dylib=$(CC) -fPIC -shared build_ext_so=$(CC) -fPIC -shared build_ext_a=$(AR) -rcs build_ext_o=$(CC) -fPIC build_ext_exe:= build_ext_dll:=-fPIC -shared...

  • Modified a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    Resolved it by adding the mingw prefix, for other people who had the same problem and came across this thread, here's a little more clarity with the makefile macros I'm using: CC?=cc CC32?=i686-w64-mingw32- CC64?=x86_64-w64-mingw32-

  • Modified a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    Resolved it by adding the mingw prefix, for other people who had the same problem and came across this thread, here's a little more clarity with the makefile macros I'm using: CC?=cc CC32?=i686-w64-mingw32- CC64?=x86_64-w64-mingw32-

  • Modified a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    Resolved it by adding the mingw prefix, for other people who had the same problem and came across this thread, here's a little more clarity with the makefile macros I'm using: CC?=cc CC32?=i686-w64-mingw32- CC64?=x86_64-w64-mingw32-

  • Posted a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    Resolved it by adding the mingw prefix, for other people who had the same problem and came across this thread, here's a little more clarity with the makefile macros I'm using: CC?=cc CC32?=i686-w64-mingw32- CC64?=x86_64-w64-mingw32-

  • Posted a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    Here's one of the many errors that popped up when I tried to compile a project with mingw /usr/i686-w64-mingw32/include/_mingw.h:586:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__debugbreak’ Since I'm sure the is an option related thing given how many errors popped up, I'm also gonna provide line it was launched with (with a minor edit to irrelevant paths): cc -fPIC -D _WIN32 -mabi=ms -m32 -I "/usr/i686-w64-mingw32/include" -L "/usr/i686-w64-mingw32/lib" -D build_shared_libpaw_min...

View All

Personal Data

Username:
awsdert
Joined:
2008-07-02 11:26:21
Location:
Britain (UK) / BST
Gender:
Male

Projects

This is a list of open source software projects that awsdert is associated with:

  • DQM-Joker-SynthTree   Last Updated:
  • HackerEX Free tool designed to make client side hacking easy Last Updated:
  • PrimeG   Last Updated:
  • WSE   Last Updated:

Personal Tools