FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Unresolved external 'WSAIoctl'
Posts: 408
Joined: Fri Jan 29, 2010 08:14 PM
Unresolved external 'WSAIoctl'
Posted: Sun Oct 30, 2011 12:53 AM
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 (fw): Select all Collapse
   # Librerias para SMTP
   echo $(HBDIR)\lib\hbtip.lib + >> b32.bc
   echo $(HBDIR)\lib\hbpcre.lib + >> b32.bc


Alguna idea?

Un saluo
JLL
Libreria: FWH/FWH1109 + Harbour 5.8.2 + Borland C++ 5.8.2
Editor de Recursos: PellecC
ADA, OURXDBU
S.O: XP / Win 7 /Win10
Blog: http://javierlloris.blogspot.com.es/
e-mail: javierllorisprogramador@gmail.com
Posts: 408
Joined: Fri Jan 29, 2010 08:14 PM
Re: Unresolved external 'WSAIoctl' ( SOLUCIONADO )
Posted: Sun Oct 30, 2011 12:56 AM

Me faltaba la LIB: ws2_32.lib

au;

Libreria: FWH/FWH1109 + Harbour 5.8.2 + Borland C++ 5.8.2
Editor de Recursos: PellecC
ADA, OURXDBU
S.O: XP / Win 7 /Win10
Blog: http://javierlloris.blogspot.com.es/
e-mail: javierllorisprogramador@gmail.com
Posts: 302
Joined: Fri Apr 23, 2010 04:30 AM
Re: Unresolved external 'WSAIoctl'
Posted: Sun Oct 30, 2011 02:03 PM

Tienes un ejemplo de hb_sendmail ???

Slds,

Nicanor

Nicanor Martinez M.
Auditoria y Sistemas Ltda.
MicroExpress Ltda.
FW + FWH + XHARBOUR + HARBOUR + PELLES C + XDEVSTUDIO + XEDIT + BCC + VC_X86 + VCC_X64 + MINGW + R&R Reports + FastReport + Tdolphin + ADO + MYSQL + MARIADB + ORACLE
nnicanor@yahoo.com
Posts: 408
Joined: Fri Jan 29, 2010 08:14 PM
Re: Unresolved external 'WSAIoctl'
Posted: Mon Oct 31, 2011 02:00 PM

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

Libreria: FWH/FWH1109 + Harbour 5.8.2 + Borland C++ 5.8.2
Editor de Recursos: PellecC
ADA, OURXDBU
S.O: XP / Win 7 /Win10
Blog: http://javierlloris.blogspot.com.es/
e-mail: javierllorisprogramador@gmail.com

Continue the discussion