Search Results

Search: Posts Made By: subrain
Forum: Programming 05-12-2002
4,560
Posted By subrain
how to auto load a dynamic library
hi, every body. i have in trouble that how to load a dynamic library by hand.
for example, i know how to generate a dynamic library and how to link a dynamic library in makefile.
generate a...
Forum: Programming 12-28-2001
5,834
Posted By subrain
i have found the problem
just modified the main entry program.main()
{
char sErrMsg[100];
EXEC SQL BEGIN DECLARE SECTION;
char sWorkDB[20];
EXEC SQL END DECLARE SECTION;

signal(...
Forum: Programming 12-28-2001
5,834
Posted By subrain
ok,this is my program in the form
/* this is main entry */
main()
{
char sErrMsg[100];
EXEC SQL BEGIN DECLARE SECTION;
char sWorkDB[20];
EXEC SQL END DECLARE SECTION;

/* control signal */
signal(...
Forum: Programming 12-28-2001
5,834
Posted By subrain
yes i'm sure.
yes, i'm sure.
because i have log file and trace the problem.
Forum: Programming 12-28-2001
5,834
Posted By subrain
the key is 2101
the key is 2101
Forum: Programming 12-28-2001
5,834
Posted By subrain
yes,but that's not reason
the queue not exist before i run this program.
Forum: Programming 12-27-2001
5,834
Posted By subrain
about msgget troble
hi,all
i have in trouble about msgget.
i create a queue and the program like blow:

openMsg( pid_t key )
{
....
int msgid;
....
msgid=msgget(key,IPC_CREAT|IPC_EXCL|0666)
...
Forum: Programming 12-27-2001
2,249
Posted By subrain
hi, i have found a way to solve it.
yeah , i have try by that way .
but not effection.
i have found a way to solve this problem .
the modified program like bleow:

echo " #!/bin/ksh \n tar cvf p.tar /data > tar.sh";...
Forum: Programming 12-27-2001
2,249
Posted By subrain
no the manual not say about this problem
the environment is SCO UNIX
Forum: Programming 12-27-2001
2,249
Posted By subrain
about system
hi all
i'm in trouble now. help me please.
the program is like below:
system( "tar cvf p.tar /data" );
excute this program and the p.tar is empty .
when i run this command in command line ,...
3,930
Posted By subrain
Re: Modified dates to a file without the cut command
hi,guey.
you could try like this:

touch <filename>:D
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 02:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy