Salut,
je suis débutant en C++ et je compte sur vos aide pour résoudre mon problème.
en effait j'ai un programme C++ developpez sous unix et je veux le recompiler sous windows, j'utilse Visual C++ 6. et au moment de compilation j'ai l'erreur suivant :
When compiling applications with MSVC++ and C++ exception handling:
Replace any 'catch( ... )' with 'PtW32CatchAll' in POSIX threads
if you want POSIX thread cancelation and pthread_exit to work.
c:\program files\microsoft visual studio\vc98\include\windef.h(46) : warning C4114: same type qualifier used more than once
c:\program files\microsoft visual studio\vc98\include\windef.h(46) : error C2632: 'char' followed by 'char' is illegal
c:\program files\microsoft visual studio\vc98\include\windef.h(46) : warning C4091: 'typedef ' : ignored on left of 'unsigned char' when no variable is declared
merci de m'aider à compiler mon programme.