Hi Lukas,

I'm using SynaSer on a OpenSource project called ACBr: 
http://acbr.sourceforge.net

I download the new version of SynaSer and try it on: Delphi 5, 7 (CLX / VCL), 
Lazarus Win32 and Lazarus Linux

I need to implement a small fix on Uses declaration of synaser.pas, because 
Units (synafpc,x) was required in Win32, causing compile errors...

----- Original on 007.001.000 -----

interface

uses
{$IFNDEF WIN32}
  {$IFNDEF NO_LIBC}
  Libc,
  KernelIoctl,
  {$ELSE}
  termio, baseunix, unix,
  {$ENDIF}
  {$IFNDEF FPC}
  Types,
  {$ENDIF}
{$ELSE}
  Windows, registry,
  {$IFDEF FPC}
  winver,
  {$ENDIF}
{$ENDIF}
  synafpc,x
  Classes, SysUtils, synautil;


------------- Fixed ---------------
 
interface

uses
{$IFNDEF WIN32}
  {$IFNDEF NO_LIBC}
   Libc,
   KernelIoctl,
  {$ELSE}
   termio, baseunix, unix, x,
  {$ENDIF}
  {$IFNDEF FPC}
   Types,
  {$ELSE}
   synafpc,
  {$ENDIF}
{$ELSE}
  Windows, registry,
  {$IFDEF FPC}
  winver,
  {$ENDIF}
{$ENDIF}
  Classes, SysUtils, synautil;


PS.: Sorry my poor english ;)
 
_________________
[]s Daniel  
Conheça o Projeto Automação Comercial Brasil 
http://acbr.sourceforge.net

----- Mensagem original ----
De: Lukas Gebauer <[EMAIL PROTECTED]>
Para: Ararat Synapse <[email protected]>
Enviadas: Quinta-feira, 17 de Maio de 2007 5:38:02
Assunto: [Synalist] Synasnap 37b6


New Synasnap is available on the web.
changes:

- New SynaSer with removed Libc depedency on Freepascal.

- fixed problem with 'localhost' resolving under FPC. (please, test 
it!)

- Fixed non-working DefaultCharset property in mimepart.pas



-- 
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public







__________________________________________________
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to