* Fix bug ID #0036335: console pops up when getting compiler info

git-svn-id: trunk@43562 -
This commit is contained in:
michael 2019-11-23 08:03:12 +00:00
parent 8ea92a8280
commit a23ed797e6

View File

@ -366,6 +366,7 @@ begin
{$ELSE USE_SHELL}
S:=TProcess.Create(Nil);
S.Commandline:=ACompiler+' '+AOptions;
S.ShowWindow:=swoHIDE;
S.Options:=[poUsePipes];
S.execute;
Count:=s.output.read(buf,BufSize);