Re: [Mingw-w64-public] Compiler looking for wWinMain in a console application (Unicode build).

2014-05-19 Thread James Russell Moore
xtern "C"' part. I forgot to tell what version of the compiler I was using, it is v4.8.2. Anyway, thanks for the answer, regards, James. On Sun, May 18, 2014 at 3:46 AM, JonY wrote: > On 5/18/2014 08:16, James Russell Moore wrote: > > Hello, I was just building a

[Mingw-w64-public] Compiler looking for wWinMain in a console application (Unicode build).

2014-05-17 Thread James Russell Moore
Hello, I was just building a little application that tries to mimic "touch" behaviour in Windows, its source is attached to this message. Since it is a command line utility I'm building it in the following way, without specifying -mwindows: x86_64-w64-mingw32-g++ -D_UNICODE -DUNICODE -municode to