ge.net due to potential relevance
and felixonm...@archlinux.org due to maintaining wine and mingw-gcc on
Arch. You may need to subscribe in order to reply all. I look forward to
hearing your thoughts.
Regards,
Alex.
[0]
https://github.com/gcc-mirror/gcc/commit/4f48f31bbfc106972
ndows 8
and later:
https://github.com/reactos/reactos/commit/35f303487986752b717112c69227f8075b0174a3
-Alex
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
Signed-off-by: Alex Henrie
---
This field is the current number of processors in the system plus the
number of processors that could be added without rebooting.
https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/processor.htm
---
mingw-w64-headers/include/winternl.h | 2
Signed-off-by: Alex Henrie
---
Needed by
https://hg.mozilla.org/mozilla-central/file/88834ed9b3fc6e6879b1a7f1d4b987ff11ea4b99/mozglue/misc/WindowsProcessMitigations.cpp#l18
---
mingw-w64-headers/include/winnt.h | 60 +++
1 file changed, 60 insertions(+)
diff --git a
Thanks.
> why unnamed union in other header file does not show that error?
Presumably because other unnamed unions only introduce unnamed structs.
I.e. the other way to fix it could be removing _LBA and _MSF type names and
marking the corresponding structs as anonymous.
--
Best regards,
A
^~~~
--
Best regards,
Alex
On Tue, 16 Jun 2020 at 08:40, Biswapriyo Nath wrote:
>
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourcef
/9b69fd26ac0c7d0b83d378dba01080e93349c2ed/Include/10.0.16299.0/shared/scsi.h#L1247
As a result it is currently impossible to set it to 10b to request only one
feature header.
--
Best regards,
Alex
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https
The certificate is past its expiration date by several months. Please update it!
Downloading a toolchain from a non-https site is not a good idea...
--
Sincerely,
Alex Parrill
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
On Sat, Feb 1, 2020 at 2:52 AM Jacek Caban wrote:
>
> I changed the patch to share .def files between all non-x86 archs and
> pushed.
Thank you!
-Alex
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.
Signed-off-by: Alex Henrie
---
The name of the library was already correct inside the def files
themselves and also in the rstrtmgr.def file for libarm32.
---
mingw-w64-crt/Makefile.in | 4 ++--
mingw-w64-crt/lib32/Makefile.am | 2 +-
mingw-w64-crt/lib32
Hi Martell,
I have changed the license as per your request. You can checkout the
latest version of the lib with the copyright note. In case you intend to
update the contributors list, my data is:
Alexander Vassilev, Mega Limited
If any other questions let me know.
Cheers
Alex
Hi Martell,
Ihave changed the license as per your request. You can checkout the
latest version of the lib with the copyright note. In case you intend to
update the contributors list, my data is:
Alexander Vassilev, Mega Limited
If any other questions let me know.
Cheers
Alex
Hello guys,
I am the author of the win32 std::thread library for MinGW. I will be
glad to contribute it to the gcc/mingw project. Please let me know what
license do you need it under, and if you require any other changes.
Best regards
Alex
Hello guys,
I am the author of the win32 std::thread library for MinGW. I will be
glad to contribute it to the gcc/mingw project. Please let me know what
license do you need it under, and if you require any other changes.
Best regards
Alex
Hi,
I am getting two errors when trying to update/install items with
pacman. 1 is a checksum error on
msys2-runtime-2.0.15774.341f1f2-1-x86_64.pkg.tar.xz and the other is a
404 on the same file.
$ pacman -Syu
:: Synchronizing package databases...
mingw32 is up to date
mingw64 is up to dat
Hey!
I'm trying to figure out what libs to link with to get the Interlocked*-API
working. Google points me in the direction of wkernel32 but I cannot find
that lib in the newer sources and it doesn't exist in my Fedora 19
installation. kernel32, mingwex doesn't define the API. What libs am I
suppo
#x27;t have a choice but to build it
with gcc (e.g. ffmpeg) then I wouldn't recommend trying it. Either make
an attempt to stay on the mingw toolchain or use msvc before attempting
the hackary that is using mingw in msvc.
On Sat, Aug 25, 2012 at 2:57 AM, Ruben Van Boxem
wrote:
> 2012/8/24 Al
On Fri, Aug 24, 2012 at 9:43 AM, Ray Donnelly wrote:
> Switch to Qt Creator instead!
>
This won't be very useful since I do want to switch to MSVC++. Thanks for
the tip though.
>
> /ducks.
>
> On Fri, Aug 24, 2012 at 5:29 PM, Alex Loukissas
> wrote:
> > Hello,
er
of libraries, which I link my application against). I would like to move to
MSVC++ for my application development but would like to reuse the toolchain
built using mingw.
Any help is much appreciated!
Thanks,
Alex Louk
Hi folks,
It appears that with addr2line I got quite far. Unfortunately, I haven't
been able to try out the libbfd option, since it appears that this library
isn't included in the standard ubuntu mingw package.
Cheers
Alex
On Sun, Aug 12, 2012 at 8:43 AM, Alex Loukissas wrote:
&g
Thanks for the tips. I'll give a shot of trying what was suggested before
and see how this turns out. I'll report any progress in this thread.
On Sun, Aug 12, 2012 at 12:03 AM, Vincent Torri wrote:
> Hey
>
> On Sat, Aug 11, 2012 at 6:59 PM, Alex Loukissas
> wrote:
>
e (however, I do get meaningful info
for the first couple frames, which are from Windows).
I would greatly appreciate any help in this manner!
Thanks
Alex
--
Live Security Virtual Conference
Exclusive live event will cover
Hello list.
I use MinGW by MinGW-builds project[1].
When I compiled this little code: int main() {return 0;}
with this command line: gcc main.c -omain -s -O2
I get the .exe file with size ~33 Kb. I think that this size is too big.
I know that MinGW-builds project uses CRT from mingw-w64 project,
Hi,
When I try to compile some library I get error:
g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE
-DQT_LARGEFILE_SUPPORT -DSERIALPORT_BUILD -DSERIALPORT_SHARED -DQT_DLL
-DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE
-DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SU
On 09/01/11 09:48, ArbolOne wrote:
> main.cpp
> ~~~
> bool tstingb = false;
> io_base infile;
> open an existing file for writing into it and then .
> //inset the value of 'tstingb' into the file stream
> infile<< tstingb<< endl; //<<<- Here is where
25 matches
Mail list logo