Where can I get answers concerning winelib?

2006-08-01 Thread Johannes Holzer
Hi Cause i get no answer to my winelib questions. Where can i ask about winelib? johannes holzer

windowd threads and winelib

2006-07-31 Thread Johannes Holzer
Hi I want to compile a windows application with winelib. The application uses threads (_beginthreadNT with bcc, _beginthreadex with gcc/mingw). The necessary Headerfile "process.h" is in /usr/include/wine/msvcrt. I learned, the the glibc-Library is incompatible with MS-Threads. Now - which

Winelib and msvcrt/process.h

2006-07-27 Thread Johannes Holzer
...' before '*' token /usr/include/c++/4.0.2/cwchar:151: error: '::fwide' has not been declared /usr/include/c++/4.0.2/cwchar:158: error: '::mbsinit' has not been declared [ ... a lot more errors ... ] If I ommit -mno-cygwin and set "-I/usr/include/wine/msvcrt" , i get the same results lioke with -mno-cygwin. Where is the Problem? How can i compile this file? johannes Holzer