Group: microsoft.public.vc.language · Group Profile · Search for Sockins in microsoft.public.vc.language
Author: Larry
Date: Jan 28, 2010 13:03
"Ulrich Eckhardt" <eckhardt@satorlaser.com> ha scritto nel messaggio news:5bu837-5f.ln1@satorlaser.homedns.org... Sorry, but both wraps are wrong. You have to initialise the critical sections on startup and delete them when you don't need them any more (here before main() returns). In between, you can use them, e.g. you have to lock one (EnterCriticalSection) whenever you want
|