Greetings,
I am trying to develop a cross-platorm application using Poco. I did a basic project setup on linux and compiled it. It works fine.
Now when I used the same files on windows, I am getting the following error in Poco:
includepocomutex_win32.h(89) : error C3861: 'TryEnterCriticalSection': identifier not found
Is this a known error. Is there a way I can fix this?
Thanks,





