First of all, thanks for your reply.
My example above uses the connection smart pointer as a member variable. Anyway, I've taken your suggestions into consideration but I'm still unable to get ride of the handle leaks.
Here's a snippet of my new code:
_ConnectionPtr l_adoConnPtr = NULL;
if...
I'm using the _ConnectionPtr smartpointer in one of my programs and I've noticed major Handle leaks every time I open up a connection. I'm making sure that I'm closing, releasing, and setting the connection to NULL once I'm done with it. This program is a service and has to run 24/7 and these...
Hi,
I'm having a very peculiar problem with my socket implementation in a c++ dll. Basically, what the code does is make a connection, send and receive messages to/from a server, and close the connection.
4 out of 5 people in my group can successfully run a program that uses this functionality...
Hi,
Please help...
I tried doing the same thing and managed to get the data moved from the c++ array of structures to a datastore in PowerBuilder.
My problem is that every once in a while I get "Instruction at x referenced memory at y. The memory could not be read." I have no idea...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.