HANDLE Problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a c++ application that I develop. I use Performance Counters in order to check its system usage. The HANDLES used are continuously increasing when I perform the following operations: Open file – using fopen (I always close the files with fclose) String operations – using standard c functions like strcmp, sprintf and so on If anyone can point me a good article or solution (to check why the handles are increasing) I would highly appreciate it. Thanks.