<!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>Today snapshot</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi,</FONT>
</P>

<P><FONT SIZE=2>I download today's snapshot of FPC/Win32 and encountered problem linkind the final .exe file, seems that bug is in ppas.bat file...</FONT></P>

<P><FONT SIZE=2>Is the second like OK??</FONT>
</P>

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

<P><FONT SIZE=2>@echo off</FONT>
<BR><FONT SIZE=2> --include  -O coff -o pixel.owr pixres.res</FONT>
<BR><FONT SIZE=2>if errorlevel 1 goto linkend</FONT>
<BR><FONT SIZE=2>SET THEFILE=pixel.exe</FONT>
<BR><FONT SIZE=2>echo Linking %THEFILE%</FONT>
<BR><FONT SIZE=2>c:\fpc\bin\win32\ldw.exe   --subsystem windows  -b base.$$$ -o pixel.exe link.res</FONT>
<BR><FONT SIZE=2>if errorlevel 1 goto linkend</FONT>
<BR><FONT SIZE=2>c:\fpc\bin\win32\dlltool.exe -S c:\fpc\bin\win32\asw.exe -D pixel.exe -e exp.$$$ -b base.$$$ -d pixel.def</FONT>
<BR><FONT SIZE=2>if errorlevel 1 goto linkend</FONT>
<BR><FONT SIZE=2>c:\fpc\bin\win32\ldw.exe   --subsystem windows  -o pixel.exe link.res exp.$$$</FONT>
<BR><FONT SIZE=2>if errorlevel 1 goto linkend</FONT>
<BR><FONT SIZE=2>c:\fpc\bin\win32\postw32.exe --subsystem gui --input pixel.exe --stack 65536</FONT>
<BR><FONT SIZE=2>if errorlevel 1 goto linkend</FONT>
<BR><FONT SIZE=2>goto end</FONT>
<BR><FONT SIZE=2>:asmend</FONT>
<BR><FONT SIZE=2>echo An error occured while assembling %THEFILE%</FONT>
<BR><FONT SIZE=2>goto end</FONT>
<BR><FONT SIZE=2>:linkend</FONT>
<BR><FONT SIZE=2>echo An error occured while linking %THEFILE%</FONT>
<BR><FONT SIZE=2>:end</FONT>
</P>

</BODY>
</HTML>