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 SkipVought 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. baashha

    fopen in DLL

    Hi, I have a VC++ 6.0 application that calls a DLL created using the same version of VC++. Inside the dll, there is a fopen command to read from a file which is located in a particular drive specified within the dll. If the directory exists, then my system works fine. However, when I remove...
  2. baashha

    Help sought in Triggering an Event of an OCX

    I have an OCX which i instantiated. (Insert into the window as a visual object and called 'ole_1'). Subsequent method calls to the 'logon' function of the OCX is fine. ll_ret_code = ole_1.Object.login(......) However, an the event specific to this OCX cannot be triggered. :( <i see the event...
  3. baashha

    Shell Script to monitor a process

    Hi, I need to run a cron job that will check if a process is running. In the shell script that will be invoked, I am thinking of doing a ps -ef | grep &quot;process name&quot; and based on the output, do the processing. Is this the best way to do it? If it is, I have another doubt. If I do...
  4. baashha

    Crontab causing problem

    Hi, I have a Unix Shell Script, that invokes an isql command to a Sybase Open Server. When I run it straight, it works very well. However, when I try it with a crontab, it gives me the following error: CS-LIBRARY error: ct_init(): network packet layer: internal net library error...

Part and Inventory Search

Back
Top