Re: [Mingw-w64-public] Maybe of interrest.

2012-04-26 Thread NightStrike
On Sun, Apr 1, 2012 at 5:13 AM, ralph engels wrote: > Hello. > > Im the maintainer of C::B advanced and also an old member of inside3d > where i stumbled upon sezero which i remembered maintained some ports of > MinGW64. We had a little chat and he said you might be interrested in some > of my wor

Re: [Mingw-w64-public] LinuxFest Northwest

2012-04-26 Thread NightStrike
On Sun, Apr 22, 2012 at 10:11 AM, Thomas Stover wrote: > FYI - out of 50 minute talk / slide show plus a 50 minute demo session, > I'll being taking at least a few minutes to demonstrate the creating of > win32 and win64 binaries on a linux host using mingw-w64. Many, many > people still suffer fr

Re: [Mingw-w64-public] MinGW-w64 support added for blender

2012-04-26 Thread Kai Tietz
The strnlen issue on XP is related to its msvcrt.dll version. Older msvcrt versions don't provide this function as export. But of course you could use a local implementation for this function. I cite here our generic implementation in ironCrate's for it: size_t __cdecl ic_strnlen (const char *s