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: *

  1. gzkg1m

    C calling C++ functions

    Hello all- This might get lengthy so hold on... I'm simply trying to call a C++ function from C. Here's an update as to where I am and I what I've tried. The following is my C++ .h file: #ifndef MYSERVER_H #define MYSERVER_H #ifdef __cplusplus class myServer { public: myServer()...
  2. gzkg1m

    Talking to Oracle Forms?

    Hello all- I currently am writing a VB application that will be invoked from Oracle Forms. Once my VB application does what it is designed to do, I need to return to Oracle Forms a customer ID number. I was thinking about returning this number as the Return/Exit/Error code, but I don't know...
  3. gzkg1m

    using winsock without user intervention

    I would have to agree with madlarry to a certain extent. I've previously ran into the exact same error; however, I couldn't get the do while loop to work with the comparison that he is doing. Logically it makes sense, and that's what I tried initially, but I've found that it works better to...

Part and Inventory Search

Back
Top