mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 18:29:35 +01:00
* DosWrite only possible under non-PM apps
git-svn-id: trunk@1732 -
This commit is contained in:
parent
dac22b4703
commit
7ab72f43b3
@ -774,7 +774,8 @@ begin
|
||||
begin
|
||||
Str (RC, ErrStr);
|
||||
ErrStr := 'Error during heap initialization (DosAllocMem - ' + ErrStr + ')!!'#13#10;
|
||||
DosWrite (2, @ErrStr [1], Length (ErrStr), RC);
|
||||
if IsConsole then
|
||||
DosWrite (2, @ErrStr [1], Length (ErrStr), RC);
|
||||
HandleError (204);
|
||||
end
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user