Re: 128 Return Code
From: CheckAbdoul (checkabdoul)
Date: 11/02/04
- Next message: hitendra15_at_gmail.com: "error Cannot Convert from 'void *' to struct HFONT__*"
- Previous message: Matt Osborn: "Re: 128 Return Code"
- In reply to: scallejo: "128 Return Code"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 2 Nov 2004 10:10:40 -0500
See if the following KB articles are of any relevance here
http://support.microsoft.com/?id=156484
http://support.microsoft.com/?id=184802
http://support.microsoft.com/?id=812400
--
Cheers
Check Abdoul [VC++ MVP]
-----------------------------------
"scallejo" <scallejo@discussions.microsoft.com> wrote in message
news:5989590E-FB64-47AA-896A-C76179A531ED@microsoft.com...
> I have a C++ program that executes a command line through the system
> function. In the command line, I execute another program that will pipe
its
> output to a third program.
>
> ie:
>
> system("prg1.exe | prg2.exe");
>
> This statement works most of the time.
>
> On occasions, I will get a 128 error code.
>
> Based on some debugging statements I placed in prg1 and prg2, prg1
executes
> and completes sucessfully (return code 0), I then get a 128 error code
> without prg2 ever executing (no messages associated with prg2 start up).
>
> No where in prg2 or prg1 do I return back a 128 status code.
>
> The 128 error code seems to be coming from the OS as a result of its
> inability to start up the second program prg2.
>
> The error is intermittent and seems to occur during peak usage.
>
> Does any one know of any documentation that outlines a 128 error code
> associated to some type of OS resource constraint.
- Next message: hitendra15_at_gmail.com: "error Cannot Convert from 'void *' to struct HFONT__*"
- Previous message: Matt Osborn: "Re: 128 Return Code"
- In reply to: scallejo: "128 Return Code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|