system() failed with $?==32512



Hi all,

I have a program too large to post a code snippet, and my system()
call does not work. It returns false, and the $? variable is set to
32512. Looking through various errno.h files, I couldn't find a
corresponding number. Ugh!

I have a little hello world program that runs system() just fine.
Anyone know how to interprest the 32512? Anyone know how to find an
error message in English? Any other ideas to narrow the root cause
scope of this problem?

Thanks

SteveT

Steve Litt
http://www.troubleshooters.com
slitt@xxxxxxxxxxxxxxxxxxx


.



Relevant Pages

  • Re: filecopy
    ... Is the application file used in the code snippet (either source or ... Windows Embedded MVP ... > directories are in the root space from a smart device. ... > but it make's only an "..performed an illegal operation and will shut ...
    (microsoft.public.dotnet.framework.compactframework)
  • Get path 2 directories up from some known path
    ... I am interested in the path of a file within the project's root ... directory instead of the bin/debug. ... following code snippet. ... string path = Environment.CurrentDirectory; ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: do/while loop and scope of automatic vars
    ... Consider the following code snippet: ... scope of variable r extends the end of the while's conditional. ... My C90 compiler doesn't allow this. ... the rand generator to the point where it has just returned zero. ...
    (comp.lang.c)
  • Re: repeated declaration
    ... > The code snippet is embedded in a class, ... > in scope in the method testDeclaration: ... > declareTwice is the member variable this.declareTwice. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: require
    ... In case #1 I use it to read a file with a code snippet. ... The issue is the local defined in the external file is not accessable ... in the scope where it is required. ... sample problem. ...
    (comp.lang.ruby)

Loading