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 bkrike 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: pifs
  • Content: Threads
  • Order by date
  1. pifs

    Transactions in Tuxedo ATMI

    Hello, I am having the following problem while running my C++ ATMI Tuxedo client application: When I call "tpcall()" in this way: tpcall((char*)svc_name, (char*)buf, 0, (char**)&o_buf, &o_len, 0) It returns me the following error + message: TPESVCERR - server error while handling request The...
  2. pifs

    Templates (segmentation fault)

    Hi all, consider the following problem: // class A declaration class A { virtual void do_one_something() = 0; }; // class Atemplate declaration template<class T> class Atemplate:public A { public: void do_one_somenthing(); //implementation is provided...
  3. pifs

    Gcc templates instantiation

    Hello, I've have defined some templates in a .h file and implemented some of the declared functions in a separate .cpp file. The problem is that the linker recognizes all those functions implemented in the .h files (i.e. inline functions), but does not recognize the ones in the .cpp files...

Part and Inventory Search

Back
Top