pjc30943
Joined: 02 Dec 2005
|
|
Posted: 04 July 2008, 23:41 PM Post subject: Another internal error |
|
|
"Internal error: unhandled exception
>Exit code: 1"
occurs when I had a typo of
| Code: | | calltask PIDLTask(false, true), PIDLstack |
instead of
| Code: | | calltask PIDTask(false, true), PIDLstack |
in a separate module included with a project.
[Generally this is announced as an undefined identifier, not an internal compiler error...] |
|