<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-4">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Some questions<BR>1. Why fpc tries to link obj file
generated with tasm? Must it understand this format?<BR>2. Heve you success
to link obj file generated with tasm ever? How can this be
done?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>//compiled with fpc106</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>program test;<BR>begin<BR>
writeln('hi');<BR>end.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>listing:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>C:\FPC106\Tests>ppc386 test.pas -Atasm<BR>Target
OS: Win32 for i386<BR>Compiling test.pas<BR>Assembling program<BR>Turbo
Assembler Version 4.1 Copyright (c) 1988, 1996 Borland
International</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Assembling file: test.sw<BR>Error
messages: None<BR>Warning messages:
None<BR>Passes:
1<BR>Remaining memory: 450k</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Linking test.exe<BR>test.ow: file not recognized:
File format not recognized<BR>test.pas(3,4) Error: Error while
linking<BR>Closing script ppas.bat</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>C:\FPC106\Tests>tlink32 test.ow<BR>Turbo
Link Version 1.6.71.0 Copyright (c) 1993,1996 Borland
International<BR>Fatal: Bad loc for fixupp in module 'test.ow' near file offset
243<BR></FONT></DIV></BODY></HTML>