浏览代码

Use the isscint error message introduced by trustfunc to hint about synch-isfiles.bat on Debug.

Martijn Laan 5 月之前
父节点
当前提交
27ff73de5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/Compil32.dpr

+ 1 - 1
Projects/Compil32.dpr

@@ -213,7 +213,7 @@ begin
   {$ENDIF}
 
   if IsscintLibary = 0 then begin
-    MessageBox(0, PChar(Format('Could not load %s.', [IsscintDLL])), nil, MB_OK or MB_ICONSTOP);
+    MessageBox(0, PChar(Format('Could not load %s.' {$IFDEF DEBUG} + #13#10#13#10'Did you run Projects\Bin\synch-isfiles.bat as instructed in README.md?' {$ENDIF} , [IsscintDLL])), nil, MB_OK or MB_ICONSTOP);
     Halt(4);
   end;