In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Lib HBBLAT

Xailer professional forum in English
Responder
Avatar de Usuario
emeasoft
Mensajes: 1094
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Lib HBBLAT

Mensaje por emeasoft »

Hello Xailers,
When I try to use this lib it gives me this error...
Error: Unresolved external '_cSend' referenced from C:XAILER2HB32LIBWINBCCHBBLAT.LIB|blatwrp
And when I try to use the hb_SendMail() gives me this error...
Error: Unresolved external 'WSAIoctl' referenced from C:XAILER2HB32LIBWINBCCHBRTL.LIB|hbsocket
Is there anything I can do to fix this?
TIA,
Juliano
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Lib HBBLAT

Mensaje por jfgimenez »

Juliano,
> When I try to use this lib it gives me this error...
> Error: Unresolved external '_cSend' referenced from
> C:XAILER2HB32LIBWINBCCHBBLAT.LIB|blatwrp
>
> And when I try to use the hb_SendMail() gives me this
> error...
> Error: Unresolved external 'WSAIoctl' referenced from
> C:XAILER2HB32LIBWINBCCHBRTL.LIB|hbsocket
>
>
> Is there anything I can do to fix this?
Añade al proyecto la librerí­a libws2_32.a de MinGW
Un saludo,
José F. Giménez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
emeasoft
Mensajes: 1094
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Lib HBBLAT

Mensaje por emeasoft »

Hello Jose, thanks for the help... but I forgot to mention that I not using version 3.0 yet... Is there any fix to use with version 2.7.4?
TIA,
Juliano
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Lib HBBLAT

Mensaje por jfgimenez »

Juliano,
> Hello Jose, thanks for the help... but I forgot to mention
> that I not using version 3.0 yet... Is there any fix to use
> with version 2.7.4?
The corresponding library for BCC is ws2_32.lib, which is in the lib
directory from BCC. Just add it to your project.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
emeasoft
Mensajes: 1094
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Lib HBBLAT

Mensaje por emeasoft »

Thanks José,
I added the lib and it compiled, but when I try to send the email it gives me an error... "Erro BASE/1081 Operation not supported: TIPCLIENTSMTP:new()"
With the hbblat lib is still giving the error: Unresolved external '_cSend'
And with the CDO is giving this error...
Erro BASE/1001 Undefined function: CREATEOBJECT
Argumentos: ( [ 1] = Tipo: C Val: CDO.Configuration)
TIA,
Juliano
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Lib HBBLAT

Mensaje por ignacio »

Jualiano,
I am afraid, TIPCLIENTSMTP is not part of Xailer (and the same with HBBLAT.LIB). I believe is a class from Harbour TIP library. I suggest you ask on Harbour forums or use our own BLAT class (TBlatMail).
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
emeasoft
Mensajes: 1094
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Lib HBBLAT

Mensaje por emeasoft »

Thanks for the help Ignacio!
But I need an alternative that do not need any addicional dll... With CDO I was able to do that but it is giving me that error when used with harbour in xailer 2.7.4...
TIA,
Juliano
Responder