CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    1

    program has exited with code 3

    I cannot seem to find the definitions for exit codes in Visual C++ 6.0. I used to use version 4.1 and they were easily found in the help files. I sure would appreciate any help finding a list of definitions


  2. #2
    Join Date
    Apr 1999
    Location
    Alabama, USA
    Posts
    261

    Re: program has exited with code 3

    The codes are in winbase.h They are the same codes as in 4.1




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured