delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <3C47F9D1.4060702@syntrex.com> |
Date: | Fri, 18 Jan 2002 11:32:49 +0100 |
From: | Pavel Tsekov <ptsekov AT syntrex DOT com> |
User-Agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 |
X-Accept-Language: | en-us |
MIME-Version: | 1.0 |
To: | Bandla Srinivas <bandla_srinivas AT yahoo DOT com> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: System API problem |
References: | <20020118090426 DOT 61348 DOT qmail AT web13905 DOT mail DOT yahoo DOT com> |
And another thing - by posting erronous information you're not helping anyone to find the solution to your problem. You're just fooling the people. What I mean is that if the system() call returns 127 (0x7f) the error meaning is exec*() call failed not ERROR_PROC_NOT_FOUND as you state below. Note that cygwin is POSIX emulation layer - you should not read winerror.h to find out the info on the error code but the system() call man page. Bandla Srinivas wrote: > Hi, > > I am using cygwin 1.3.6 to compile the unix sources, > and use those executables on Win NT. I am getting > Strange error when running my application. > I am using system API inside my application to > execute commands. This is Sample Test program > > test.cpp: > > main() > { > > int status=system("diff t1.tct t2.txt"); > cout<<staus; > > } > > I compiled this in cygwin. I got test.exe. When i run > test.exe from msdos prompt, it is printing 127. That > means system api is returning error code as 127 it is > equivalent to (ERROR_PROC_NOT_FOUND). > I copied cygwin1.dll to c:\winnt\system32. system > API has been defined in this cygwin1.dll. when i run > this executable from dosprompt why it is not able to > locate procedure system eventhough cygwin1.dll in > path. Anybody faced such problem. i have tried with > different commands with in the system API. Same error > code 127. What is the problem. can i have any solution > for this problem. > > - Bandla > > > > ===== > > > __________________________________________________ > Do You Yahoo!? > Send FREE video emails in Yahoo! Mail! > http://promo.yahoo.com/videomail/ > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |