hello

the very first time I tried to use synapse in bcb project I encountered
several typical problems induced by constant declarations clashed against
corresponding counterparts defined in standard winsock headers

will you please fix this by inserting proper dcc directives into
sswin32.inc?

in my case I had to patch it with the following list:

{$EXTERNALSYM u_short}
{$EXTERNALSYM FD_SETSIZE}
{$EXTERNALSYM FIONREAD}
{$EXTERNALSYM FIONBIO}
{$EXTERNALSYM FIOASYNC}
{$EXTERNALSYM THostEnt}
{$externalsym IP_HDRINCL}
{$externalsym IPV6_UNICAST_HOPS}
{$externalsym IPV6_MULTICAST_IF}
{$externalsym IPV6_MULTICAST_HOPS}
{$externalsym IPV6_MULTICAST_LOOP}
{$externalsym IPV6_JOIN_GROUP}
{$externalsym IPV6_LEAVE_GROUP}
{$externalsym NI_MAXHOST}
{$externalsym NI_MAXSERV}
{$externalsym NI_NOFQDN}
{$externalsym NI_NUMERICHOST}
{$externalsym NI_NAMEREQD}
{$externalsym NI_NUMERICSERV}
{$externalsym NI_DGRAM}
{$externalsym AI_PASSIVE}
{$externalsym AI_CANONNAME}
{$externalsym AI_NUMERICHOST}
{$externalsym EAI_AGAIN}
{$externalsym EAI_BADFLAGS}
{$externalsym EAI_FAIL}
{$externalsym EAI_FAMILY}
{$externalsym EAI_MEMORY}
{$externalsym EAI_NODATA}
{$externalsym EAI_NONAME}
{$externalsym EAI_SERVICE}
{$externalsym EAI_SOCKTYPE}
{$EXTERNALSYM WSAIoctl}

btw that series of $HPPEMIT under /* EDE 2003-02-19 */ comment isn't the
best idea and probably should also be replaced with proper $externalsym
directives
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to