<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [fpc-pascal]Two Questions</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Compile your program with -Xs switch and/or try also -XX</FONT>
<BR><FONT SIZE=2>Program with CRT should have about 40k not 400k</FONT>
</P>

<P><FONT SIZE=2>Dunno about IDE, I'm not using it :)</FONT>
</P>

<P><FONT SIZE=2>Regards, Pavel Kanzelsberger</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: freepascal@netscape.net [<A HREF="mailto:freepascal@netscape.net">mailto:freepascal@netscape.net</A>] </FONT>
<BR><FONT SIZE=2>Sent: Monday, March 25, 2002 9:58 PM</FONT>
<BR><FONT SIZE=2>To: fpc-pascal@deadlock.et.tudelft.nl</FONT>
<BR><FONT SIZE=2>Subject: [fpc-pascal]Two Questions</FONT>
</P>
<BR>

<P><FONT SIZE=2>My first question is, why are FPC Win32 executables so large, even after running stripw.exe on them? A simple program that has nothing but the CRT unit declared and does nothing more than clear the screen and write "Hello" is a 400K executable. Smart linking doesn't seem to do much to cure it, and stripw.exe only trims it down to about 150K. That seems a bit outrageous to me, but that's just my opinion, I guess.</FONT></P>

<P><FONT SIZE=2>My second question is, why doesn't the IDE run the program when CTRL-F9 is pressed? It just immediately returns without running the program and gives me a message about the program exiting with some bogus error level value that I certainly haven't defined in my simple clrscr;writeln('Hello'); test program.</FONT></P>

<P><FONT SIZE=2>-- </FONT>
</P>
<BR>
<BR>
<BR>

<P><FONT SIZE=2>__________________________________________________________________</FONT>
<BR><FONT SIZE=2>Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! <A HREF="http://shopnow.netscape.com/" TARGET="_blank">http://shopnow.netscape.com/</A></FONT></P>

<P><FONT SIZE=2>Get your own FREE, personal Netscape Mail account today at <A HREF="http://webmail.netscape.com/" TARGET="_blank">http://webmail.netscape.com/</A></FONT>
</P>
<BR>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org <A HREF="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" TARGET="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</A></FONT>
</P>

</BODY>
</HTML>