> Error E2451 ..\..\port\getaddrinfo.c 245: Undefined symbol 
> 'WSA_NOT_ENOUGH_MEMORY' in function pg_getaddrinfo Error 
> E2451 ..\..\port\getaddrinfo.c 335: Undefined symbol 
> 'WSA_NOT_ENOUGH_MEMORY' in function pg_gai_strerror Error 
> E2451 ..\..\port\getaddrinfo.c 404: Undefined symbol 
> 'WSA_NOT_ENOUGH_MEMORY' in function pg_getnameinfo Error 
> E2451 ..\..\port\getaddrinfo.c 417: Undefined symbol 
> 'WSA_NOT_ENOUGH_MEMORY' in function pg_getnameinfo
> *** 4 errors in Compile ***
> 
> ** error 1 ** deleting ".\Release\getaddrinfo.obj"

This sounds like you need a newer Platform SDK. This define should be in
winsock2.h, per
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock
/winsock/windows_sockets_error_codes_2.asp. Probably your includes from
BCC are too old and needs updating.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to