Got it...and, that works!!

Now, during build, I get
" [BCC32 Error] Synsock.hpp(692): E2040 Declaration terminated
incorrectly" --from line 692 to line 714
But, I don't see any problem with the declaration.

Is there other files that I must not include into build? Or ??

Regards,
Daniel



--- lines it's complaining about ---
static const ShortInt NI_MAXSERV = 0x20;
static const ShortInt NI_NOFQDN = 0x1;
static const ShortInt NI_NUMERICHOST = 0x2;
static const ShortInt NI_NAMEREQD = 0x4;
static const ShortInt NI_NUMERICSERV = 0x8;
static const ShortInt NI_DGRAM = 0x10;
static const ShortInt SOCK_STREAM = 0x1;
static const ShortInt SOCK_DGRAM = 0x2;
static const ShortInt SOCK_RAW = 0x3;
static const ShortInt SOCK_RDM = 0x4;
static const ShortInt SOCK_SEQPACKET = 0x5;
static const ShortInt TCP_NODELAY = 0x1;
static const ShortInt AF_UNSPEC = 0x0;
static const ShortInt AF_INET = 0x2;
static const ShortInt AF_INET6 = 0x17;
static const ShortInt AF_MAX = 0x18;
static const ShortInt PF_UNSPEC = 0x0;
static const ShortInt PF_INET = 0x2;
static const ShortInt PF_INET6 = 0x17;
static const ShortInt PF_MAX = 0x18;
static const ShortInt AI_PASSIVE = 0x1;
static const ShortInt AI_CANONNAME = 0x2;
static const ShortInt AI_NUMERICHOST = 0x4;


-----Original Message-----
From: Lukas Gebauer [mailto:gebyl...@mlp.cz] 
Sent: Friday, February 26, 2010 9:41 AM
To: Ararat Synapse
Subject: Re: [Synalist] having problem with sswin32 build

> One more Q: now I am having problem with below -- the package I
> downloaded, it only included *.pas files. Where and how is the hpp
> generated? Is this something I need to generate off of the pas file?
Or,
> is this something I download from somewhere? Or??
> 
> [BCC32 Error] EmailConf.cpp(25): E2209 Unable to open include file
> 'smtpsend.hpp'

http://synapse.ararat.cz/doku.php/public:howto:cppbuilder


--
Lukas Gebauer.

http://synapse.ararat.cz/ - Synapse Delphi and Kylix TCP/IP Library
http://geoget.ararat.cz/ - Geocaching solution



------------------------------------------------------------------------
------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Attachment: synsock.pas
Description: synsock.pas

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to