hi to all,
i m creating a simple win32 chat application, when i run my application in
debug mode its run perfectly.
but in release mode this error will occur
error C2065: '_beginthread' : undeclared identifier
error C2065: '_endthread' : undeclared identifier
I dont know why
please help
Manoj