![]() |
|||
| Home : OU-ers' sites : MT262 resources : MT262 FAQs | |||
| MT262 FAQs... or... it's not just me asking about that!! | |||
|
I've compiled a few FAQs gathered from the various MT262 resources and popped them into a handy list for those currently "suffering" MT262 problems! I can't claim credit for writing what follows, but I can tell you that the ones I've tried... have worked a treat!! |
|||
|
|||
| Top |
1. Open a new console application in Builder: - Select
File ... New 2. Save the project in a suitable place with a suitable file name: - Select File .... Save Project As 3. Add any libraries to the project (especially the MT262io one!): - Select
Project .... Add to Project 4. Add the appropriate header files: - type in
"#include "MT262io.h" just before the line "#pragma
hrdstop" 5. Add the statement required to hold the screen output: - type in "getchar();" on the line before before "return 0;" Katherine Childs |
||
| Top |
|
||
|
Either... 1. Misspelled identifier: check upper and lower case letters... C++ is case-sensitive, so be careful! or... 2. Missing header file: ensure that any #include and USE...(...) statements are specified |
|||
| Top |
|
||
|
Error: "Runtime error 216 at ...." when closing Builder
|
|||
| Top |
Changing the colour of the Run Window...
Karen M. Baker |
||
|
|||
| Site Map | |||
| Last
update 11 January, 2004 |
Any
feedback for me? Any other common C++ Builder errors I should have mentioned?
Let me know!
|
||