Iceman2005
Programmer
Guys..... i am writing a program...and inside i am doing some heavy COM related stuff (use for parsing XML) in C++.
Seems like COM is giving me lots of Handle leaks...
i am not sure how to deal with this.
I would first like to write a simple program (without COM)
just a very simple program that will count the number of Handles currently on the running process.
Like i have a program called MyProg.... MyProg runs and will do a printf of its own handlecount to stdout.
How do i do that?
thanks,
iceman
Seems like COM is giving me lots of Handle leaks...
i am not sure how to deal with this.
I would first like to write a simple program (without COM)
just a very simple program that will count the number of Handles currently on the running process.
Like i have a program called MyProg.... MyProg runs and will do a printf of its own handlecount to stdout.
How do i do that?
thanks,
iceman