<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div align="center"><table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="614">

<tbody><tr><td align="left" height="87" width="614"><br></td></tr><tr><td><table align="center" border="0" cellpadding="10" cellspacing="1" width="100%"><tbody><tr><td><p><br><span>Dear <span>Sir:</span></span></p>
            <p><span><span>I download 
            the  Free Pascal Compiler</span></span><span><span>  Version 2.0.2, when I run it , no 
            output</span></span></p>
            <p><span><span>window 
            display, could you help me to fix this problem?</span></span></p>
            <p><span><span>Thank 
            you!</span></span></p>
            </td></tr></tbody></table></td></tr><tr><td><br></td></tr></tbody></table></div></blockquote></div>Dear Linda Li,<br><br>First please state your operating system so a more useful help could be provided.<br><br>
Secondly based on the guess that you are running fpc under Windows (I guess it is XP) I will give you some hints. First what you are probably running is 
fpc.exe which is in fact is a console based compiler which for a starter is not very easy to work with. I would advise you to download Lazarus <a href="http://lazarus.freepascal.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lazarus.freepascal.org/</a>  as it is a Delphi like GUI for developing applications with Free Pascal. Another ide is 
MSEgui <a href="http://mypage.bluewin.ch/msegui/">http://mypage.bluewin.ch/msegui/</a><br>Secondly try running the fpc under the console that is (under XP) run cmd and the run fpc.exe. You should see a complete list of options supported by the compiler. If for any reason the fpc could not start it will display a useful error message and you should post it in here to get more help.
<br><br clear="all"><br>-- <br>Geno Roupsky