Inno setup: Difference between revisions

Jump to navigation Jump to search
2 bytes removed ,  1 November 2011
m
No edit summary
 
Line 1: Line 1:
== Complie error: type mismatch ==
== Compile error: type mismatch ==
solution:
solution:
* check the data type which used by the function ex: function [http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_msgbox MsgBox]
* check the data type which used by the function ex: function [http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_msgbox MsgBox]
Line 11: Line 11:
  StatusCode := 123;
  StatusCode := 123;
  MsgBox( ' StatusCode - ' + IntToStr(StatusCode)  , mbInformation, MB_OK)
  MsgBox( ' StatusCode - ' + IntToStr(StatusCode)  , mbInformation, MB_OK)


== Repair the garbled Chinese text in MsgBox (iss file was encoding to UTF-8) ==
== Repair the garbled Chinese text in MsgBox (iss file was encoding to UTF-8) ==

Navigation menu