Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yteh
  • Order by date
  1. yteh

    _ConnectionPtr - Handle Leaks!!! Help!

    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...
  2. yteh

    _ConnectionPtr - Handle Leaks!!! Help!

    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...
  3. yteh

    winsock

    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...
  4. yteh

    arrays of structures and dlls

    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...

Part and Inventory Search

Back
Top