Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8075669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:04:08+00:00 2026-06-05T15:04:08+00:00

Answering another question about how const string data was stored in an executable a

  • 0

Answering another question about how const string data was stored in an executable a question occured: Why are run time error messages stored in the executable rather than generated by the OS?

!This program cannot be run in DOS mode.
Seems reasonable, DOS can’t be expected to detect a newer Windows app and generate an appropriate error message. Some others about stack frame corrupted might also occur when your program is in a state where it can’t reliably communicate with an OS function

But some make no sense:
- Attempt to use MSIL code from this assembly during native code initialization...etc..
If I was trying to call a .Net assembly (which I don’t – this is pure C++ code) surely the .Net or OS runtime could manage to generate the error message itself.

And the file system error messages are also in the exe. Surely I want these errors to be generated by the OS at run time – if the app is being run on a non-english version of Windows don’t I want system errors to reflect that language rather than the one I used to compile it?

Just a Friday afternoon sort of question but there doesn’t seem to be anything about it on Raymond Chen’s site

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T15:04:09+00:00Added an answer on June 5, 2026 at 3:04 pm

    The examples I know of are stubs that are placed specifically because there isn’t a good way for the OS or some runtime to produce the error. Also, they are fundamental problems with the implementation, not the types of errors a user should ever see.

    The DOS one is a perfect example. There’s no way for DOS to recognize a Windows program and produce a reasonable error, so the stub code is included in Windows programs.

    Your MSIL one is very similar. How can the runtime produce this error if the runtime isn’t actually loaded (because the program is still initializing)?

    Another example I can think of are “Pure virtual function called” in C++ programs. The abstract base class vtables are filled with stubs that emit this message. I suppose they could be stubs that make an OS call to produce the same message, but that seems like overkill for something that’s never supposed to happen.

    There’s a similar problem if you try to call into the floating point library from a native C or C++ program that isn’t actually linked against the floating point library. This is essentially a floating-point implementation detail of the language runtime library (in cooperation with the compiler and the linker). It’s not an OS-level issue (in the sense that something like “file not found” is).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question arose when I was working on answering another question about best practices
I was answering another question about creating a binding in code-behind, and my original
When answering another question, I realized that the following program does not quite do
In answering another persons question here on SO, I discovered that there is a
Before answering, it is not as easy question as you might have thought about
After answering a question about how to force-free objects in Java (the guy was
While answering another question, I thought of the following example: void *p; unsigned x
As part of answering another question, I came across a piece of code like
Answering another XSLT question on this site, I stumbled on a difference between XSLT
The question arose when answering to another SO question ( there ). When I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.