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

  1. javaguru007

    Automatic Startup and Shutdown in RHEL 5.0

    We are trying to setup our Weblogic Server 9.2 in Red Hat Enterprise Linux 5.0 to automatically Startup and Shutdown when RHEL is boot up and shutdown. Could anyone help us on this matter ? Thanks in advance.
  2. javaguru007

    nanosleep issues

    does anyone here had issues with using nanosleep (C language) in a Linux environment ??? like hanging ?? Thanks in advance
  3. javaguru007

    if-statement's Strange Phenomenon

    hello to all, i just want to ask if any of you have experienced the following : if ((Table[index].variable1 == CONSTANT_1) && (Table[index].variable2 == CONSTANT_2) && (Table[index].variable3 == 0)) { // Do some things } At first, this if-statement was working properly, but after...
  4. javaguru007

    Memory Mapping of C Applications

    hello to all, i just want to know how to determine the memory mapping or location of certain C Application variables, tables, arrays or linked list in the Memory of a Linux System ? Because we what to determine if at certain location in memory, a certain dynamic variable or linked list is...
  5. javaguru007

    Creating a C Class Instance in VB

    Hello people. I am a newbie in VB and just want to know, how to create an instance of a Class written in C in VB ? Problem: I have created a class in C that will be called in VB. The problem is that one of the parameters in the functions that I created is a class written in C. (The class is...
  6. javaguru007

    Porting from eVC++ 3.0 to eVC++ 4.0

    I recently ported a eVC++ 3.0 dll application to eVC++ 4.0 and I encountered a "Error executing midl.exe" error message. Have any of you guys encountered this error before ?? Hope you can help me with this. Thanks.
  7. javaguru007

    Clearing memory through LPCWSTR (Memory Address)

    Given a value to a Memory Address/Location, can somebody teach me on how to clear the values in the memory ?? I was to place NULLS ('\0') values in the said locations. Thanks.
  8. javaguru007

    Checking if Remote Service is running....

    We have a remote server that is running a certain service, we want to check remotely if the service is running or not without using rsh or ssh... thanks..

Part and Inventory Search

Back
Top