Re: [Mingw-w64-public] Install MinGW w64

2013-02-05 Thread Jorge F. Hernandez
Title: Signature By the way, I tried using the MinGW 64-bit that comes with Cygwin, but when I tried to run configure and it tries to check if gcc will compile what I'm trying to, it says it cannot create executables, what can I do?

[Mingw-w64-public] Semi-OT: Can one use separate threads for reading and writing a standard winsock socket?

2013-02-05 Thread K. Frank
Hello List! Not really a pure mingw-w64 question, but maybe someone here knows the answers. Socket connections go two ways -- you can read from and write to them. With a standard windows socket, is it safe to use one thread for reading and another for writing, or are the reading and writing coupl

Re: [Mingw-w64-public] Install MinGW w64

2013-02-05 Thread Ruben Van Boxem
Hi, you downloaded the MinGW-w64 source package. You probably wanted a prebuilt toolchain. See here for instructions: http://sourceforge.net/apps/trac/mingw-w64/wiki/GeneralUsageInstructions If you need any more help, feel free to ask. Ruben 2013/2/5 Jorge F. Hernandez > Hey guys, > > Do

[Mingw-w64-public] Install MinGW w64

2013-02-05 Thread Jorge F. Hernandez
Title: Signature Hey guys, Do you have any documentation about this? I have been trying to install it using the MinGW shell (32-bit) using: ./configure ./configure --build=x86_64-w64-mingw32 and ./configu

Re: [Mingw-w64-public] [PATCH] winsvc.h: add missing defines for ChangeServiceConfig2()

2013-02-05 Thread NightStrike
Committed r5579 On Tue, Feb 5, 2013 at 7:02 AM, Kai Tietz wrote: > Thanks, > > patch is ok for apply. I will apply it during this week, or maybe > somebody else want to apply it sooner. > > Thanks, > Kai > > 2013/1/30 Christian Franke : >> Hi, >> >> winsvc.h already contains the structs for the

Re: [Mingw-w64-public] [PATCH] winsvc.h: add missing defines for ChangeServiceConfig2()

2013-02-05 Thread Kai Tietz
Thanks, patch is ok for apply. I will apply it during this week, or maybe somebody else want to apply it sooner. Thanks, Kai 2013/1/30 Christian Franke : > Hi, > > winsvc.h already contains the structs for the ChangeServiceConfig2() > functions available since Vista, but the required defines ar