Page 1 of 1

Unresolved external 'WSAIoctl'

PostPosted: Sun Oct 30, 2011 12:53 am
by jll-fwh
Buenas;

Estoy intentando probar la funcion HB_SendMail() de harbour pero al compilar me indica:

Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external 'WSAIoctl' referenced from C:\HARBO311\LIB\HBRTL.LIB|hbsocket

Las LIB correctas para enlazar son estas?
Code: Select all  Expand view
  # Librerias para SMTP
   echo $(HBDIR)\lib\hbtip.lib + >> b32.bc
   echo $(HBDIR)\lib\hbpcre.lib + >> b32.bc
 


Alguna idea?

Un saluo
JLL

Re: Unresolved external 'WSAIoctl' ( SOLUCIONADO )

PostPosted: Sun Oct 30, 2011 12:56 am
by jll-fwh
Me faltaba la LIB: ws2_32.lib

au;

Re: Unresolved external 'WSAIoctl'

PostPosted: Sun Oct 30, 2011 2:03 pm
by nnicanor
Tienes un ejemplo de hb_sendmail ???


Slds,

Nicanor

Re: Unresolved external 'WSAIoctl'

PostPosted: Mon Oct 31, 2011 2:00 pm
by jll-fwh
mnicanor;

Deja que pruebe con correos masivos a ver si funciona todo bien y publicare la función completa. Los fuentes son de las aportaciones de harbour.

Un saludo
JLL