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

    Connecting Visibroker C++ to Standard Java ORB Implementation

    does it work for you guys ??
  2. hoctro

    compile error :(

    thanks for all the replies do you get ld: fatal : liborb_64.so : WRONG ELFCLASS when compiling this c++ client?
  3. hoctro

    ld: fatal: wrong ELF class: ELFCLAS

    how did u resolve it?
  4. hoctro

    ld: fatal: wrong ELF class: ELFCLAS

    ld: fatal: wrong ELF class: ELFCLASS64 i m trying to compile c++ program and receive this error does anyone know how to debug it?
  5. hoctro

    ld: fatal: file liborb64_r.so: wron

    ld: fatal: file liborb64_r.so: wrong ELF class: ELFCLASS64f I am compiling a c++ program and got this eerorr Does any know how to debug this eeror message?
  6. hoctro

    compile error :(

    Hi I am using visibroker to compile my cpp file thus it has double h :)
  7. hoctro

    compile error :(

    if i use #include "stubs/CosNaming_c.hh" in my client file, and I want to execute this command g++ -c Client.cpp, I always get the error Client.cpp: stubs/CosNaming_c.hh: No such file or directory. can someone suggest a solution to fix this error? Thanks
  8. hoctro

    c++ compiler options

    if i use #include "stubs/CosNaming_c.hh" in my client file, and I want to execute this command g++ -c Client.cpp, I always get the error Client.cpp: stubs/CosNaming_c.hh: No such file or directory. can someone suggest a solution to fix this error? Thanks
  9. hoctro

    C++ client for RMI-IIOP

    Do you have example of C++ client that use this technology?
  10. hoctro

    C++ client for RMI-IIOP

    How to compile a c++ client to demonstrate RMI-IIOP technology?
  11. hoctro

    java:com/env namespace is only available from within J2EE component

    Author: hoctro1 Oct 12, 2001 12:35 PM HI I am writing a standalone application program to access the bean using jdk1.3.1 and it's giving me the namespace error...
  12. hoctro

    java:comp/env namespace is only available from within J2EE component

    Author: hoctro1 Oct 12, 2001 12:35 PM HI I am writing a standalone application program to access the bean using jdk1.3.1 and it's giving me the namespace error...
  13. hoctro

    configure datablock and encoding for db

    How would I set these values : datablock = 8k encoding for db = UTF8 Thanks
  14. hoctro

    stop/start server

    how to stop / start server when the stopserver and startserver bin bin directory is unavailable
  15. hoctro

    how to get password for OMS

    I recently installed OMS (oracle management server but forgot the passwd). Is there anyway to find out from the views or tables ? Thanks
  16. hoctro

    oninit error : cannot open chunk /dev/online_root

    17:37:08 Cannot Open Primary Chunk '/dev/online_root', errno = 2 oninit: Cannot open chunk '/dev/online_root'. errno = 2 oninit: Fatal error in shared memory initialization 17:37:08 Informix Dynamic Server 2000 Stopped. 17:37:08 mt_shm_remove: WARNING: may not have removed all/correct...
  17. hoctro

    informix 9.2 server stop on its own

    Does anyone know why does informix 9.2 server was able to start then sometimes afterward it stopped itsef ? Is there a parameter that needs to be set to prevent this auto-start and stop ? Thanks
  18. hoctro

    how to specify different storage location for different datafiles

    Hi I am using dbassist of oracle8.1.5 to create the database. It doesnt allow me to specify the different disk location for each datafile such as system, temp,users,etc. Is there an alternative to dbassist or another way to achieve the same result ?
  19. hoctro

    "fail to initialize LIBTCL.DLL.................." error

    Upon installation, I receive this error "Fail to initialize LIBTCL.DLL. Please make sure the SYBASE environment variable is set correctly" I checked the environments and it doesnt seem to work thanks
  20. hoctro

    create db script

    Hi Does anyone have a sample script for creating database ?? thanks

Part and Inventory Search

Back
Top