2010/4/10 ed...@clanhay <ed...@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to