Search Results

Search: Posts Made By: andrewl68
Forum: Programming 07-02-2002
4,806
Posted By andrewl68
pthreads invoking atexit()
I am trying to integrate a PRO*C mutlithreaded application. The application is invoking the atexit() function immediatly after executing the second sql function. I have set the thread attribute...
Forum: Programming 05-10-2002
3,711
Posted By andrewl68
Is your application threaded??
Is your application threaded??
Forum: Programming 04-15-2002
4,333
Posted By andrewl68
I am not sure why you would want to embed FTP in...
I am not sure why you would want to embed FTP in your C program. I would suggest putting it in a seperate shell script which you can call from your C program with:

int system( const char...
2,032
Posted By andrewl68
grep swithc
Can someone please tell me what the -p switch on the grep command means?????

Thanks
Forum: Programming 10-15-2001
11,299
Posted By andrewl68
Sounds like you want to use P Threads... P thread...
Sounds like you want to use P Threads... P thread is not supported in the NT Environment. You need to find the pthread libraries for WIN32. Web site is http://sources.redhat.com/pthreads-win32...
Forum: Programming 10-15-2001
7,443
Posted By andrewl68
IBM supplies a number of sample programs with the...
IBM supplies a number of sample programs with the server software or check out there website. MQSeries client supports most languages and the libraries are supplied with the install. Be careful that...
2,949
Posted By andrewl68
I dont think you will find a way to do that with...
I dont think you will find a way to do that with a shell script. The only command that I know of would be csplit in a CShell script. this command only allow as maximum of 100 characters to be read...
Forum: Programming 07-17-2001
3,080
Posted By andrewl68
Just to make sure I have this clear, If you dont...
Just to make sure I have this clear, If you dont mind helping.
wood that be:
> cc code.c -o filename -i linklibrary.dll -L /temp/
Any help is appreciated????
Forum: Programming 07-17-2001
3,080
Posted By andrewl68
Including lib files when compiling
I am using the C compiler included with AIX 4.3.3. I am unable to include libraries when I try to create the executable. Is there a switch that has to be used at compile time to make this happen??...
Showing results 1 to 9 of 9

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