Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) Runtime error

 

A runtime error is an error emitted by the program itself during execution, causing the program to quit. Note: there is also an exception called std::runtime_error.

 

Prefer compile errors to runtime errors [1].

 

 

 

 

 

  1. OKAYQt CreatorUbuntu Cannot create a QWidget when no GUI is being used
  2. OKAYQt CreatorUbuntu The procedure entry point _Z21qRegisterResourceDataiPKhS0_S0_ could not be located in the dynamic link library QtCore4.dll
  3. ?OKAYC++ BuilderWindows External exception EEFFACE
  4. FAILC++ BuilderWindows Internal Error COM-656
  5. OKAYQt CreatorLubuntu pure virtual method called
  6. OKAYC++ BuilderWindows shared_ptr.hpp: Assertion failed: px != 0
  7. OKAYQt CreatorUbuntu This application has failed to start because QtCored4.dll was not found

 

 

 

 

 

References

 

  1. Herb Sutter, Andrei Alexandrescu. C++ coding standards: 101 rules, guidelines, and best practices. 2005. ISBN: 0-32-111358-6. Item 14: 'Prefer compile- and link-time errors to run-time errors'.

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict