Hi
Cause i get no answer to my winelib questions. Where can i ask about
winelib?
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
...' 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