M
Mike
I'm trying to compile some code that's supposed to be platform independent.
I'm getting streams of unknown definitions, e.g. TRUE, FALSE, DWORD etc.
Yes, I know what the values should be, but which include file has all
this stuff for VC++ V6.
then what about ...
C2065: 'DeleteCriticalSection' : undeclared identifier
C2065: 'EnterCriticalSection' : undeclared identifier
C2065: 'LeaveCriticalSection' : undeclared identifier
C2065: 'TryEnterCriticalSection' : undeclared identifier
I thought this was all part of mutex, but clearly not in the Microsoft
world.
Any help appreciated.
I'm getting streams of unknown definitions, e.g. TRUE, FALSE, DWORD etc.
Yes, I know what the values should be, but which include file has all
this stuff for VC++ V6.
then what about ...
C2065: 'DeleteCriticalSection' : undeclared identifier
C2065: 'EnterCriticalSection' : undeclared identifier
C2065: 'LeaveCriticalSection' : undeclared identifier
C2065: 'TryEnterCriticalSection' : undeclared identifier
I thought this was all part of mutex, but clearly not in the Microsoft
world.
Any help appreciated.