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...
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...
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 "process name" 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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.