SwitchToProjectCompilerSet destroys the settings!
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
procedure TCompiler.Compile(const SingleFile: AnsiString);
...
begin
fSingleFile:=SingleFile<>'';
fRunAfterCompileFinish:= FALSE;
if Assigned(fDevRun) then begin
MessageDlg(Lang[ID_MSG_ALREADYCOMP], mtInformation, [mbOK], 0);
Exit;
end;
SwitchToProjectCompilerSet;
SwitchToProjectCompilerSet destroys the settings!
Diff:
Can you be more precise about what it destroys?
Can you confirm this bug is still present when using Dev-C++ 5.3 RC2?
Can you recheck this on RC5?
No fixed!
at compilation the makefile is generated twice.
in RC6.
Just to inform you: still working on this...
Should be fixed in RC9.
RC10:
Dev-C + + compilation, if you open the file makefile, he twice asked about the updated file is open or not.
Diff:
Redesigned project compiler set switching. SwitchToProjectCompilerSet has been removed.