[fpc-pascal] ICS
cobines
cobines at gmail.com
Sat Apr 10 17:05:33 CEST 2010
2010/4/10 edwin at clanhay <edwin at clanhay.dnsalias.com>:
> I am trying to setup an FTP client using the ICS tFTPClient but not have
> been too successful. It cannot link ZLibObj without getting the error :
> "Error: Illegal COFF Magic while reading C:\xxxxx\zobj123\adler32.obj".
> I have done lots of googling, but found no solution, Except to recompile the
> objects. But, I have no source.
> I have used other ICS components with no problems.
> Has anyone found a solution to this?
I'm guessing objs were compiled with MS C compiler? I think they're
not compatible. If this is ZLib then you can get sources, say from
http://www.zlib.net/ and rebuild using MinGW into a library, then link
with this library.
--
cobines
More information about the fpc-pascal
mailing list