Hi,<br><br>I don't use win64 a lot but this remember me a problem I have a few years ago.<br>Try to add the following at the start of your project .lpr file:<br><br>{$ifdef  win64}<br>  {$IMAGEBASE $400000}<br>{$endif}  <br><br>For me this fixed both debugging and printing on win64.<br><br>Patrick<br><br><br><em>27 août 2015 03:22 Larry Dalton <larrydalton71@gmail.com> a écrit:</em><blockquote class="infmailquote">Had to give up and go to 32 bit <br>  <br> Sent from my iPhone <br>  <br> > On Aug 26, 2015, at 15:28, Bart  wrote: <br> >  <br> >> On 8/26/15, Larry Dalton  wrote: <br> >> I can't get PrinterSetupDialog1.Execute to work on Lazarus 1.4.2, FPC <br> >> 2.6.4, on Windows 7. <br> >  <br> >> When I execute button1click I get the following error: <br> >> "Project printertest raised exception class 'RunError(217)'" <br> >>  <br> >> Clicking on Continue I get the subsequent error message: <br> >> Project printertest raised exception class 'EControlC' with message: <br> >> 'Control-C hit.' <br> >  <br> > No such problems here with Lazarus 1.4.3 r49717 FPC 2.6.4 <br> > i386-win32-win32/win64. <br> >  <br> > Can you run the progrm inside gdb and then do a backtrace? <br> >  <br> > Bart <br> >  <br> > -- <br> > _______________________________________________ <br> > Lazarus mailing list <br> > Lazarus@lists.lazarus.freepascal.org <br> > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus <br>  <br> -- <br> _______________________________________________ <br> Lazarus mailing list <br> Lazarus@lists.lazarus.freepascal.org <br> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus <br> </blockquote><br><br><div id="editorUserSignature" style="display:none;"></div><br>