On Saturday, December 29, 2007, 13:12 Alexander S.Kresin <[EMAIL PROTECTED]> wrote:
ASK> The second problem is with hb_inetSocketFinalize. ASK> I wrote few C socket functions, which uses that HB_SOCKET_STRUCT and for ASK> be able to compile them include all definitions from hbinet.c, but still ASK> get an error "Undefined symbol hb_inetSocketFinalize" - in the line with ASK> HB_PARSOCKET(n). I didn't find a defition of this ASK> 'hb_inetSocketFinalize' anywhere in Harbour ... This problem is solved - the static HB_GARBAGE_FUNC( hb_inetSocketFinalize ) is the declaration of hb_inetSocketFinalize() function and must be included to any other c file, using sockets, compatible wuth hbinet.c. Regards, Alexander http://kresin.belgorod.su _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour