How can i run posix application in windows nt , i uses posix cammand to run the application . but it gives the message "cannot create process " why is this ? . I run psxss.exe before posix command .
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10032986.html
Zones:
Windows NTDate Answered: 01/09/1998 Grade: C Views: 0
Hi,
I may need to use POSIX threads in the very near future, can someone give me an example of how to translate these win32 methods into whatever POSIX uses (this is just pseudo code):
CR...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22080644.html
Zones:
C++,
CYGWINDate Answered: 12/03/2006 Grade: A Views: 0
I know NT is supposed to be POSIX compliant but when I try to run Unix commands from my NT Server and Workstation computers I get mixed results. On some machines it works on others it does not. All...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10196115.html
Zones:
Windows NTDate Answered: 01/17/2000 Grade: C Views: 0
I have an array (myvar[0], myvar[1]...myvar[n]..etc.).
In a POSIX shellscript, I need a method to return the index number when the array content is given.
Maybe I explain another way:
I know, th...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10212501.html
What is the POSIX shell ? is it the Born or Korn Shell
http://www.experts-exchange.com/Programming/System/Linux/Q_20119006.html
Zones:
Linux DevDate Answered: 06/02/2001 Grade: A Views: 0
I am trying to convert an app from Win32 to Linux. In so doing I need to emulate the behavior of Win32 threads which allow you to suspend a thread, and resume a thread (these threads can be thread...
http://www.experts-exchange.com/Programming/System/Linux/Q_20278510.html
Zones:
Linux DevDate Answered: 08/01/2002 Grade: B Views: 15
I have a program that is compiled using the GNU 3.2 compiler on a UNIX platform, and I beleive the program is crashing because it's over running the stack.
How can I programmatically monitor the...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20685499.html
Zones:
C++Date Answered: 01/25/2004 Grade: A Views: 0
Does OS2 support POSIX functions?
http://www.experts-exchange.com/OS/OS_-_2/Q_20786886.html
Zones:
OS / 2Date Answered: 11/07/2003 Grade: A Views: 0
hi,
anyone know where I can get the POSIX API listing for C, C++, Java, Perl, and possibly some other languages?
thanks!
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20856888.html
I just recently found out about POSIX semaphores. POSIX semaphores are a way to synchronize access to shared resources between multiple processes. Supposedly, they are superior to traditional UNI...
http://www.experts-exchange.com/Programming/Languages/C/Q_22399760.html