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 Wanet Telecoms Ltd 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: gzkg1m
  • Content: Threads
  • Order by date
  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...

Part and Inventory Search

Back
Top