<div class="gmail_quote">On Tue, Jun 5, 2012 at 8:10 AM, Reinier Olislagers <span dir="ltr"><<a href="mailto:reinierolislagers@gmail.com" target="_blank">reinierolislagers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Just ran the Delphi converter for fun on some Inno setup sources<br>
<a href="http://www.jrsoftware.org/isdl.php" target="_blank">http://www.jrsoftware.org/isdl.php</a> (issrc-5.5.0.zip)<br>
(multiplatform option disabled) and got some errors.<br>
Lazarus svn r37522<br>
<br>
The convertor stopped with an error message<br>
operator missing; press ok to ignore... etc<br>
<br>
Is this easy to fix?<br></blockquote></div><br>Yes, The InnoSetup source dir has a file "Version.inc" and there at line 50 is:<br>  {$IF Trunc(RTLVersion) = 15}<br>Remove it and the block following it.<br><br>The real problem is how to make the converter handle such errors better with accurate error messages. Codetools parser also need changes.<br>
<br>Juha<br><br>