<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>» DoYourself.org &#187; Pascal</title>
	<atom:link href="http://www.doyourself.org/category/pascal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doyourself.org</link>
	<description>Did you know ?</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:00:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Delphi / Kylix runtime error codes</title>
		<link>http://www.doyourself.org/pascal/30-delphi-kylix-runtime-error-codes/</link>
		<comments>http://www.doyourself.org/pascal/30-delphi-kylix-runtime-error-codes/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:57:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Pascal]]></category>
		<category><![CDATA[/]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[runtime]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=30</guid>
		<description><![CDATA[1 Invalid function number 2 File not found 3 Path not found 4 Too many open files 5 File access denied 6 Invalid file handle 12 Invalid file access code 15 Invalid drive number 16 Cannot remove current directory 17 Cannot rename across drives 100 Disk read error 101 Disk write error 102 File not [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>			1    Invalid function number<br />
2    File not found<br />
3    Path not found<br />
4    Too many open files<br />
5    File access denied<br />
6    Invalid file handle<br />
12   Invalid file access code<br />
15   Invalid drive number<br />
16   Cannot remove current directory<br />
17   Cannot rename across drives<br />
100  Disk read error<br />
101  Disk write error<br />
102  File not assigned<br />
103  File not open<br />
104  File not open for input<br />
105  File not open for output<br />
106  Invalid numeric format<br />
200  Division by zero<br />
201  Range check error<br />
202  Stack overflow error<br />
203  Heap overflow error<br />
204  Invalid pointer operation<br />
205  Floating point overflow<br />
206  Floating point underflow<br />
207  Invalid floating point operation<br />
210  Object not initialized<br />
211  Call to abstract method<br />
212  Stream registration error<br />
213  Collection index out of range<br />
214  Collection overflow error<br />
215  Arithmetic overflow error<br />
216  General protection fault<br />
217  reControlBreak<br />
218  rePrivInstruction<br />
219  reInvalidCast<br />
220  reVarTypeCast<br />
221  reVarInvalidOp<br />
222  reVarDispatch<br />
223  reVarArrayCreate<br />
224  reVarNotArray<br />
225  reVarArrayBounds<br />
227  reAssertionFailed<br />
228  reIntfCastError<br />
229  reSafeCallError</p>
<p>230  Reserved by the compiler for unhandled exceptions<br />
231  Too many nested exceptions<br />
232  Fatal signal raised on a non-Delphi thread<br />
234  reCodesetConversion</p>
<p>Codes 230, 231, 232 and 234 are Linux only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/pascal/30-delphi-kylix-runtime-error-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Pascal 2.0.4 command line options</title>
		<link>http://www.doyourself.org/pascal/38-free-pascal-2-0-4-command-line-options/</link>
		<comments>http://www.doyourself.org/pascal/38-free-pascal-2-0-4-command-line-options/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:57:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Pascal]]></category>
		<category><![CDATA[2.0.4]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[options]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=38</guid>
		<description><![CDATA[fpc [options] &#60;inputfile&#62; [options] put + after a boolean switch option to enable it, &#8211; to disable it -a the compiler doesn&#8217;t delete the generated assembler file -al list sourcecode lines in assembler file -an list node info in assembler file -ap use pipes instead of creating temporary assembler files -ar list register allocation/release info [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>			fpc [options] &lt;inputfile&gt; [options]</p>
<p>put + after a boolean switch option to enable it, &#8211; to disable it<br />
-a     the compiler doesn&#8217;t delete the generated assembler file<br />
-al        list sourcecode lines in assembler file<br />
-an        list node info in assembler file<br />
-ap        use pipes instead of creating temporary assembler files<br />
-ar        list register allocation/release info in assembler file<br />
-at        list temp allocation/release info in assembler file<br />
-A&lt;x&gt;  output format:<br />
-Adefault  use default assembler<br />
-Aas       assemble using GNU AS<br />
-b     generate browser info<br />
-bl        generate local symbol info<br />
-B     build all modules<br />
-C&lt;x&gt;  code generation options:<br />
-Cc&lt;x&gt;     set default calling convention to &lt;x&gt;<br />
-CD        create also dynamic library (not supported)<br />
-Ce        Compilation with emulated floating point opcodes<br />
-Cf&lt;x&gt;     Select fpu instruction set to use, see fpc -i for possible values<br />
-Cg        Generate PIC code<br />
-Ch&lt;n&gt;     &lt;n&gt; bytes heap (between 1023 and 67107840)<br />
-Ci        IO-checking<br />
-Cn        omit linking stage<br />
-Co        check overflow of integer operations<br />
-Cp&lt;x&gt;     select instruction set, see fpc -i for possible values<br />
-Cr        range checking<br />
-CR        verify object method call validity<br />
-Cs&lt;n&gt;     set stack size to &lt;n&gt;<br />
-Ct        stack checking<br />
-CX        create also smartlinked library<br />
-d&lt;x&gt;  defines the symbol &lt;x&gt;<br />
-D     generate a DEF file<br />
-Dd&lt;x&gt;     set description to &lt;x&gt;<br />
-Dv&lt;x&gt;     set DLL version to &lt;x&gt;<br />
-e&lt;x&gt;  set path to executable<br />
-E     same as -Cn<br />
-F&lt;x&gt;  set file names and paths:<br />
-Fa&lt;x&gt;[,y] for a program load first units &lt;x&gt; and [y] before uses is parsed<br />
-Fc&lt;x&gt;     sets input codepage to &lt;x&gt;<br />
-FD&lt;x&gt;     sets the directory where to search for compiler utilities<br />
-Fe&lt;x&gt;     redirect error output to &lt;x&gt;<br />
-FE&lt;x&gt;     set exe/unit output path to &lt;x&gt;<br />
-Fi&lt;x&gt;     adds &lt;x&gt; to include path<br />
-Fl&lt;x&gt;     adds &lt;x&gt; to library path<br />
-FL&lt;x&gt;     uses &lt;x&gt; as dynamic linker<br />
-Fo&lt;x&gt;     adds &lt;x&gt; to object path<br />
-Fr&lt;x&gt;     load error message file &lt;x&gt;<br />
-Fu&lt;x&gt;     adds &lt;x&gt; to unit path<br />
-FU&lt;x&gt;     set unit output path to &lt;x&gt;, overrides -FE<br />
-g     generate debugger information:<br />
-gc        generate checks for pointers<br />
-gd        use dbx<br />
-gg        use gsym<br />
-gh        use heap trace unit (for memory leak debugging)<br />
-gl        use line info unit to show more info for backtraces<br />
-gv        generates programs traceable with valgrind<br />
-gw        generate dwarf debugging info<br />
-i     information<br />
-iD        return compiler date<br />
-iV        return compiler version<br />
-iW        return full compiler version<br />
-iSO       return compiler OS<br />
-iSP       return compiler processor<br />
-iTO       return target OS<br />
-iTP       return target processor<br />
-I&lt;x&gt;  adds &lt;x&gt; to include path<br />
-k&lt;x&gt;  Pass &lt;x&gt; to the linker<br />
-l     write logo<br />
-M&lt;x&gt;  set language mode to &lt;x&gt;<br />
-Mfpc      free pascal dialect (default)<br />
-Mobjfpc   switch some Delphi 2 extensions on<br />
-Mdelphi   tries to be Delphi compatible<br />
-Mtp       tries to be TP/BP 7.0 compatible<br />
-Mgpc      tries to be gpc compatible<br />
-Mmacpas   tries to be compatible to the macintosh pascal dialects<br />
-n     don&#8217;t read the default config file<br />
-o&lt;x&gt;  change the name of the executable produced to &lt;x&gt;<br />
-O&lt;x&gt;  optimizations:<br />
-Or        keep certain variables in registers<br />
-pg    generate profile code for gprof (defines FPC_PROFILE)<br />
-R&lt;x&gt;  assembler reading style:<br />
-Rdefault  use default assembler<br />
-S&lt;x&gt;  syntax options:<br />
-S2        same as -Mobjfpc<br />
-Sc        supports operators like C (*=,+=,/= and -=)<br />
-Sa        include assertion code.<br />
-Sd        same as -Mdelphi<br />
-Se&lt;x&gt;     error options. &lt;x&gt; is a combination of the following:<br />
&lt;n&gt; : compiler stops after the &lt;n&gt; errors (default is 1)<br />
w : compiler stops also after warnings<br />
n : compiler stops also after notes<br />
h : compiler stops also after hints<br />
-Sg        allow LABEL and GOTO<br />
-Sh        Use ansistrings<br />
-Si        support C++ styled INLINE<br />
-Sk        load fpcylix unit<br />
-SI&lt;x&gt;     set interface style to &lt;x&gt;<br />
-SIcom     COM compatible interface (default)<br />
-SIcorba   CORBA compatible interface<br />
-Sm        support macros like C (global)<br />
-So        same as -Mtp<br />
-Sp        same as -Mgpc<br />
-Ss        constructor name must be init (destructor must be done)<br />
-St        allow static keyword in objects<br />
-s     don&#8217;t call assembler and linker<br />
-sh        Generate script to link on host<br />
-st        Generate script to link on target<br />
-sr        Skip register allocation phase (use with -alr)<br />
-T&lt;x&gt;  Target operating system:<br />
-Tlinux    Linux<br />
-u&lt;x&gt;  undefines the symbol &lt;x&gt;<br />
-U     unit options:<br />
-Un        don&#8217;t check the unit name<br />
-Ur        generate release unit files<br />
-Us        compile a system unit<br />
-v&lt;x&gt;  Be verbose. &lt;x&gt; is a combination of the following letters:<br />
e : Show errors (default)       0 : Show nothing (except errors)<br />
w : Show warnings               u : Show unit info<br />
n : Show notes                  t : Show tried/used files<br />
h : Show hints                  c : Show conditionals<br />
i : Show general info           d : Show debug info<br />
l : Show linenumbers            r : Rhide/GCC compatibility mode<br />
a : Show everything             x : Executable info (Win32 only)<br />
b : Write file names messages with full path<br />
v : write fpcdebug.txt with     p : Write tree.log with parse tree<br />
lots of debugging info<br />
-X     executable options:<br />
-Xc        pass &#8211;shared to the linker (Unix only)<br />
-Xd        don&#8217;t use standard library search path (needed for cross compile)<br />
-XD        try to link units dynamic          (defines FPC_LINK_DYNAMIC)<br />
-Xm        generate link map<br />
-XM&lt;x&gt;     set the name of the &#8216;main&#8217; program routine (default is &#8216;main&#8217;)<br />
-XP&lt;x&gt;     prepend the binutils names with the prefix &lt;x&gt;<br />
-Xr&lt;x&gt;     set library search path to &lt;x&gt; (needed for cross compile)<br />
-Xs        strip all symbols from executable<br />
-XS        try to link units static (default) (defines FPC_LINK_STATIC)<br />
-Xt        link with static libraries (-static is passed to linker)<br />
-XX        try to link units smart            (defines FPC_LINK_SMART)</p>
<p>-?     shows this help<br />
-h     shows this help without waiting</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/pascal/38-free-pascal-2-0-4-command-line-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free pascal 2.2.0 command line options</title>
		<link>http://www.doyourself.org/pascal/39-free-pascal-2-2-0-command-line-options/</link>
		<comments>http://www.doyourself.org/pascal/39-free-pascal-2-2-0-command-line-options/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:57:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Pascal]]></category>
		<category><![CDATA[2.2.0]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[options]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=39</guid>
		<description><![CDATA[Free Pascal Compiler version 2.2.0 [2007/11/06] for i386 Copyright (c) 1993-2007 by Florian Klaempfl /usr/lib/fpc/2.2.0/ppc386 [options] &#60;inputfile&#62; [options] put + after a boolean switch option to enable it, &#8211; to disable it -a the compiler doesn&#8217;t delete the generated assembler file -al list sourcecode lines in assembler file -an list node info in assembler file [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>			Free Pascal Compiler version 2.2.0 [2007/11/06] for i386<br />
Copyright (c) 1993-2007 by Florian Klaempfl<br />
/usr/lib/fpc/2.2.0/ppc386 [options] &lt;inputfile&gt; [options]<br />
put + after a boolean switch option to enable it, &#8211; to disable it<br />
-a     the compiler doesn&#8217;t delete the generated assembler file<br />
-al        list sourcecode lines in assembler file<br />
-an        list node info in assembler file<br />
-ap        use pipes instead of creating temporary assembler files<br />
-ar        list register allocation/release info in assembler file<br />
-at        list temp allocation/release info in assembler file<br />
-A&lt;x&gt;  output format:<br />
-Adefault  use default assembler<br />
-Aas       assemble using GNU AS<br />
-Anasmcoff coff (Go32v2) file using Nasm<br />
-Anasmelf  elf32 (Linux) file using Nasm<br />
-Anasmwin32Win32 object file using Nasm<br />
-AnasmwdosxWin32/WDOSX object file using Nasm<br />
-Awasm     obj file using Wasm (Watcom)<br />
-Anasmobj  obj file using Nasm<br />
-Amasm     obj file using Masm (Microsoft)<br />
-Atasm     obj file using Tasm (Borland)<br />
-Aelf      elf32 (Linux) using internal writer<br />
-Acoff     coff (Go32v2) using internal writer<br />
-Apecoff   pecoff (Win32) using internal writer<br />
-b     generate browser info<br />
-bl        generate local symbol info<br />
-B     build all modules<br />
-C&lt;x&gt;  code generation options:<br />
-Cc&lt;x&gt;     set default calling convention to &lt;x&gt;<br />
-CD        create also dynamic library (not supported)<br />
-Ce        Compilation with emulated floating point opcodes<br />
-Cf&lt;x&gt;     Select fpu instruction set to use, see fpc -i for possible values<br />
-Cg        Generate PIC code<br />
-Ch&lt;n&gt;     &lt;n&gt; bytes heap (between 1023 and 67107840)<br />
-Ci        IO-checking<br />
-Cn        omit linking stage<br />
-Co        check overflow of integer operations<br />
-Cp&lt;x&gt;     select instruction set, see fpc -i for possible values<br />
-CP&lt;x&gt;=&lt;y&gt;  packing settings<br />
-CPPACKSET=&lt;y&gt; &lt;y&gt; set allocation: 0, 1 or DEFAULT or NORMAL, 2, 4 and 8<br />
-Cr        range checking<br />
-CR        verify object method call validity<br />
-Cs&lt;n&gt;     set stack size to &lt;n&gt;<br />
-Ct        stack checking<br />
-CX        create also smartlinked library<br />
-d&lt;x&gt;  defines the symbol &lt;x&gt;<br />
-D     generate a DEF file<br />
-Dd&lt;x&gt;     set description to &lt;x&gt;<br />
-Dv&lt;x&gt;     set DLL version to &lt;x&gt;<br />
-e&lt;x&gt;  set path to executable<br />
-E     same as -Cn<br />
-fPIC  same as -Cg<br />
-F&lt;x&gt;  set file names and paths:<br />
-Fa&lt;x&gt;[,y] for a program load first units &lt;x&gt; and [y] before uses is parsed<br />
-Fc&lt;x&gt;     sets input codepage to &lt;x&gt;<br />
-FD&lt;x&gt;     sets the directory where to search for compiler utilities<br />
-Fe&lt;x&gt;     redirect error output to &lt;x&gt;<br />
-FE&lt;x&gt;     set exe/unit output path to &lt;x&gt;<br />
-Fi&lt;x&gt;     adds &lt;x&gt; to include path<br />
-Fl&lt;x&gt;     adds &lt;x&gt; to library path<br />
-FL&lt;x&gt;     uses &lt;x&gt; as dynamic linker<br />
-Fo&lt;x&gt;     adds &lt;x&gt; to object path<br />
-Fr&lt;x&gt;     load error message file &lt;x&gt;<br />
-Fu&lt;x&gt;     adds &lt;x&gt; to unit path<br />
-FU&lt;x&gt;     set unit output path to &lt;x&gt;, overrides -FE<br />
-g     generate debugger information:<br />
-gc        generate checks for pointers<br />
-gd        use dbx<br />
-gg        use gsym<br />
-gh        use heap trace unit (for memory leak debugging)<br />
-gl        use line info unit to show more info for backtraces<br />
-gp        preserve case in stabs symbol names<br />
-gt        trash local variables (to detect uninitialized uses)<br />
-gv        generates programs traceable with valgrind<br />
-gw        generate dwarf debugging info<br />
-i     information<br />
-iD        return compiler date<br />
-iV        return compiler version<br />
-iW        return full compiler version<br />
-iSO       return compiler OS<br />
-iSP       return compiler processor<br />
-iTO       return target OS<br />
-iTP       return target processor<br />
-I&lt;x&gt;  adds &lt;x&gt; to include path<br />
-k&lt;x&gt;  Pass &lt;x&gt; to the linker<br />
-l     write logo<br />
-M&lt;x&gt;  set language mode to &lt;x&gt;<br />
-Mfpc      free pascal dialect (default)<br />
-Mobjfpc   switch some Delphi 2 extensions on<br />
-Mdelphi   tries to be Delphi compatible<br />
-Mtp       tries to be TP/BP 7.0 compatible<br />
-Mgpc      tries to be gpc compatible<br />
-Mmacpas   tries to be compatible to the macintosh pascal dialects<br />
-n     don&#8217;t read the default config file<br />
-N&lt;x&gt;  node tree optimizations<br />
-Nu        unroll loops<br />
-o&lt;x&gt;  change the name of the executable produced to &lt;x&gt;<br />
-O&lt;x&gt;  optimizations:<br />
-O-        disable optimizations<br />
-O1        level 1 optimizations (quick and debugger friendly)<br />
-O2        level 2 optimizations (-O1 + quick optimizations)<br />
-O3        level 3 optimizations (-O2 + slow optimizations)<br />
-Oa&lt;x&gt;=&lt;y&gt; set alignment<br />
-Oo[NO]&lt;x&gt; enable or disable optimizations, see fpc -i for possible values<br />
-Op&lt;x&gt;     set target cpu for optimizing, see fpc -i for possible values<br />
-Os        generate smaller code<br />
-pg    generate profile code for gprof (defines FPC_PROFILE)<br />
-R&lt;x&gt;  assembler reading style:<br />
-Rdefault  use default assembler<br />
-Ratt      read AT&amp;T style assembler<br />
-Rintel    read Intel style assembler<br />
-S&lt;x&gt;  syntax options:<br />
-S2        same as -Mobjfpc<br />
-Sc        supports operators like C (*=,+=,/= and -=)<br />
-Sa        include assertion code.<br />
-Sd        same as -Mdelphi<br />
-Se&lt;x&gt;     error options. &lt;x&gt; is a combination of the following:<br />
&lt;n&gt; : compiler stops after the &lt;n&gt; errors (default is 1)<br />
w : compiler stops also after warnings<br />
n : compiler stops also after notes<br />
h : compiler stops also after hints<br />
-Sg        allow LABEL and GOTO<br />
-Sh        Use ansistrings<br />
-Si        support C++ styled INLINE<br />
-Sk        load fpcylix unit<br />
-SI&lt;x&gt;     set interface style to &lt;x&gt;<br />
-SIcom     COM compatible interface (default)<br />
-SIcorba   CORBA compatible interface<br />
-Sm        support macros like C (global)<br />
-So        same as -Mtp<br />
-Sp        same as -Mgpc<br />
-Ss        constructor name must be init (destructor must be done)<br />
-St        allow static keyword in objects<br />
-Sx        enable exception keywords (default in Delphi/ObjFPC modes)<br />
-s     don&#8217;t call assembler and linker<br />
-sh        Generate script to link on host<br />
-st        Generate script to link on target<br />
-sr        Skip register allocation phase (use with -alr)<br />
-T&lt;x&gt;  Target operating system:<br />
-Temx      OS/2 via EMX (including EMX/RSX extender)<br />
-Tfreebsd  FreeBSD<br />
-Tgo32v2   Version 2 of DJ Delorie DOS extender<br />
-Tlinux    Linux<br />
-Tnetbsd   NetBSD<br />
-Tnetware  Novell Netware Module (clib)<br />
-Tnetwlibc Novell Netware Module (libc)<br />
-Topenbsd  OpenBSD<br />
-Tos2      OS/2 / eComStation<br />
-Tsunos    SunOS/Solaris<br />
-Twatcom   Watcom compatible DOS extender<br />
-Twdosx    WDOSX DOS extender<br />
-Twin32    Windows 32 Bit<br />
-Twince    Windows CE<br />
-u&lt;x&gt;  undefines the symbol &lt;x&gt;<br />
-U     unit options:<br />
-Un        don&#8217;t check the unit name<br />
-Ur        generate release unit files<br />
-Us        compile a system unit<br />
-v&lt;x&gt;  Be verbose. &lt;x&gt; is a combination of the following letters:<br />
e : Show errors (default)       0 : Show nothing (except errors)<br />
w : Show warnings               u : Show unit info<br />
n : Show notes                  t : Show tried/used files<br />
h : Show hints                  c : Show conditionals<br />
i : Show general info           d : Show debug info<br />
l : Show linenumbers            r : Rhide/GCC compatibility mode<br />
a : Show everything             x : Executable info (Win32 only)<br />
b : Write file names messages with full path<br />
v : write fpcdebug.txt with     p : Write tree.log with parse tree<br />
lots of debugging info<br />
-W&lt;x&gt;  Win32-like target options<br />
-WB        Create a relocatable image<br />
-WB&lt;x&gt;     Set Image base to Hexadecimal &lt;x&gt; value<br />
-WC        Specify console type application<br />
-WD        Use DEFFILE to export functions of DLL or EXE<br />
-WF        Specify full-screen type application (OS/2 only)<br />
-WG        Specify graphic type application<br />
-WN        Do not generate relocation code (necessary for debugging)<br />
-WR        Generate relocation code<br />
-X     executable options:<br />
-Xc        pass &#8211;shared to the linker (Unix only)<br />
-Xd        don&#8217;t use standard library search path (needed for cross compile)<br />
-Xe        use external linker<br />
-XD        try to link units dynamic          (defines FPC_LINK_DYNAMIC)<br />
-Xi        use internal linker<br />
-Xm        generate link map<br />
-XM&lt;x&gt;     set the name of the &#8216;main&#8217; program routine (default is &#8216;main&#8217;)<br />
-XP&lt;x&gt;     prepend the binutils names with the prefix &lt;x&gt;<br />
-Xr&lt;x&gt;     set library search path to &lt;x&gt; (needed for cross compile)<br />
-Xs        strip all symbols from executable<br />
-XS        try to link units static (default) (defines FPC_LINK_STATIC)<br />
-Xt        link with static libraries (-static is passed to linker)<br />
-XX        try to link units smart            (defines FPC_LINK_SMART)</p>
<p>-?     shows this help<br />
-h     shows this help without waiting</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/pascal/39-free-pascal-2-2-0-command-line-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kylix project files</title>
		<link>http://www.doyourself.org/pascal/54-kylix-project-files/</link>
		<comments>http://www.doyourself.org/pascal/54-kylix-project-files/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 19:57:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Pascal]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[Kylix]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=54</guid>
		<description><![CDATA[Kylix Project Files A Kylix project is made out of a number of files, some of which are very important (and so should not be deleted) and some of which are recreated during the save or compile process. The files are given names based either on the actual project name, or on the source module [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Kylix Project Files</p>
<p>A Kylix project is made out of a number of files, some of which are very important (and so should not be deleted) and some of which are recreated during the save or compile process. The files are given names based either on the actual project name, or on the source module (or unit, to use the correct term) to which they relate.</p>
<p>When you start Kylix, it uses a default project name of Project1 and a default unit name of Unit1. The project file represents the whole application, whereas the unit typically contains the source code for an individual form. However, a unit can also be made that is unrelated to a form, containing (for example) reusable library code.</p>
<p>Here is a list of the more common files you will see, based on the default Kylix naming scheme:</p>
<ul>
<li>Project1.dpr &#8211; The project source file</li>
<li>Project1.res &#8211; The project resource file, which is unused in Kylix (Delphi uses it for storing the application icon and version information)</li>
<li>Project1.kof &#8211; The Kylix Options File, which is a textual configuration file maintained and used by the IDE to store settings from the project options dialog</li>
<li>Project1.conf &#8211; The equivalent of the .kof file for the command-line compiler (dcc). You can readily generate Kylix applications from script files using the command-line tools, e.g.: dcc Project1.dpr</li>
<li>Unit1.pas &#8211; A Delphi PAScal unit</li>
<li>Unit1.xfm &#8211; The form file whose associated source code</li>
<li>Unit1.dcu &#8211; A compiled version of Unit1.pas (Delphi compiled unit)</li>
<li>Project1.~dpr &#8211; A backup of the project file. Unit1.~pas &#8211; A backup of the form unit</li>
<li>Unit1.~xfm &#8211; A backup of the form file</li>
<li>Project1 &#8211; The resultant executable compiled from your project and associated files</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/pascal/54-kylix-project-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

