Página 1 de 1
Lib HBBLAT
Publicado: Vie Ene 04, 2013 3:28 pm
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
Lib HBBLAT
Publicado: Lun Ene 07, 2013 1:53 pm
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
Lib HBBLAT
Publicado: Lun Ene 07, 2013 3:11 pm
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
Lib HBBLAT
Publicado: Lun Ene 07, 2013 6:23 pm
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
Lib HBBLAT
Publicado: Mar Ene 08, 2013 1:54 pm
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
Lib HBBLAT
Publicado: Mar Ene 08, 2013 4:48 pm
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,
Lib HBBLAT
Publicado: Vie Ene 11, 2013 10:05 am
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