Re: [Mingw-w64-public] [Mingw-users] C++ exception handling might be broken in the "stdthread" toolchain

2011-09-16 Thread Ruben Van Boxem
Op 16 sep. 2011 02:55 schreef "NightStrike" het volgende: > > Ruben, can you take a look at the email chain below? I will in a few days, when i'm back at home. Ruben > > On Thu, Sep 8, 2011 at 8:24 AM, Earnie wrote: > > C++0X wrote: > >> For example, executable produced by > >> "i686-w64-mingw

Re: [Mingw-w64-public] Compiling a dll for JNI and java 64 bits

2011-09-16 Thread RAPPAZ Francois
Kay, Yes I was meaning Windows 7 sorry. >From the control panel, system, I see that I have Windows 7 Enterprise, 64 Bit >operating system. Francois -Original Message- From: Kai Tietz [mailto:ktiet...@googlemail.com] Sent: vendredi, 16. septembre 2011 10:15 To: mingw-w64-public@lists.

Re: [Mingw-w64-public] Compiling a dll for JNI and java 64 bits

2011-09-16 Thread Kai Tietz
2011/9/16 RAPPAZ Francois : > I have a application that use a dll with Java native interface. Under windows > XP, using Cygwin, that 2 lines > > jdk='/cygdrive/c/Program Files/Java/Jdk1.6.0_24' > g++ -w -mno-cygwin -I"$jdk/include" -I"$jdk/include/win32" > -Wl,--add-stdcall-alias -shared -o kbhoo

[Mingw-w64-public] Compiling a dll for JNI and java 64 bits

2011-09-16 Thread RAPPAZ Francois
I have a application that use a dll with Java native interface. Under windows XP, using Cygwin, that 2 lines jdk='/cygdrive/c/Program Files/Java/Jdk1.6.0_24' g++ -w -mno-cygwin -I"$jdk/include" -I"$jdk/include/win32" -Wl,--add-stdcall-alias -shared -o kbhook.dll kbhook.cpp gaved a 27 KB kbhook