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.

blat email with Xailer ...

Xailer English public forum
Responder
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

blat email with Xailer ...

Mensaje por ChrisGillard »

I am trying to call the email sending utility 'blat' with my xailer application.
When linking I get an error where it says 'blat.lib contains invalid OMF record, type 0x21 (possibly COFF)' ... ful details in attached zip.
This lib links fine with my xharbour Builder console mode applications.
Does anyone know if I need a different blat.lib & or is there a linker 'switch' to make this work.
I am at the limits of my understanding here !!
Regards
Chris
Chris Gillard
Blue Square Software
02380 458737
www.bluesquare.co.uk
--

Attached files Xailer_blat.zip (12.8 KB)Â
Stephan Hennekens
Mensajes: 305
Registrado: Jue Nov 30, 2006 12:17 am

blat email with Xailer ...

Mensaje por Stephan Hennekens »

Chris,
the lib probably needs to be build with BCC instead of xHB. Therfore you
need the sources code.
Regards,
Stephan
"Chris Gillard" <chris@bluesquare.co.uk> wrote in message
news:[email=2007514213934.493155@xccube...]2007514213934.493155@xccube...[/email]
>I am trying to call the email sending utility 'blat' with my xailer
>application.
>
> When linking I get an error where it says 'blat.lib contains invalid OMF
> record, type 0x21 (possibly COFF)' ... ful details in attached zip.
>
> This lib links fine with my xharbour Builder console mode applications.
>
> Does anyone know if I need a different blat.lib & or is there a linker
> 'switch' to make this work.
>
> I am at the limits of my understanding here !!
>
> Regards
>
> Chris
>
> Chris Gillard
> Blue Square Software
> 02380 458737
> www.bluesquare.co.uk
>
>
>
notelo
Mensajes: 54
Registrado: Sab Abr 28, 2007 2:06 pm

blat email with Xailer ...

Mensaje por notelo »

Chris,
sorry for this late answer.
I wrote an article in Xailer.info time ago about this same subject. See:
http://xailer.info/esp/?p=33
It is in Spanish but it will probably help you.
> I am trying to call the email sending utility 'blat' with my xailer application.
>
> When linking I get an error where it says 'blat.lib contains invalid OMF record, type 0x21 (possibly COFF)' ... ful details in attached zip.
>
> This lib links fine with my xharbour Builder console mode applications.
>
> Does anyone know if I need a different blat.lib & or is there a linker 'switch' to make this work.
>
> I am at the limits of my understanding here !!
That error is caused by the library format. Just use the Borland one or
download the ZIP in the link above and use the DLL from Xailer.
Regards,
José Lalí­n
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

blat email with Xailer ...

Mensaje por ChrisGillard »

Stephan,
Thanks for your reply,
I'm sure you are right .. I need to recompile to make a 'borland' dll ...
unfortunately thats beyond my current skills level at the moment.
It seems that Jose lalin may be able to help me with a precompiled dll .. I
hope.
Regards
Chris
"Stephan Hennekens" <stephan.hennekens@wur.nl> wrote in message
news:4648da6b$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Chris,
> the lib probably needs to be build with BCC instead of xHB. Therfore you
> need the sources code.
> Regards,
> Stephan
>
>
> "Chris Gillard" <chris@bluesquare.co.uk> wrote in message
> news:[email=2007514213934.493155@xccube...]2007514213934.493155@xccube...[/email]
>>I am trying to call the email sending utility 'blat' with my xailer
>>application.
>>
>> When linking I get an error where it says 'blat.lib contains invalid OMF
>> record, type 0x21 (possibly COFF)' ... ful details in attached zip.
>>
>> This lib links fine with my xharbour Builder console mode applications.
>>
>> Does anyone know if I need a different blat.lib & or is there a linker
>> 'switch' to make this work.
>>
>> I am at the limits of my understanding here !!
>>
>> Regards
>>
>> Chris
>>
>> Chris Gillard
>> Blue Square Software
>> 02380 458737
>> www.bluesquare.co.uk
>>
>>
>>
>
>
ChrisGillard
Mensajes: 384
Registrado: Mar May 01, 2007 5:49 pm

blat email with Xailer ...

Mensaje por ChrisGillard »

Hi Jose,
Thanks for the reply ...
Have looked at article & your blog and this looks just what I am looking
for.
Again I am at the limits of my knowledge in making a 'borland' blat.dll from
the original blat source
I see a comment regarding making one ....."bcc55binimplib blat.lib
blat.dll".
Do you have a 'borland' blat.dll I could have or some precise instructions
on how to make one.
Thanks in advance.
Chris
"José Lalín" <notelo@digo.com> wrote in message
news:464e1fee$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Chris,
>
> sorry for this late answer.
>
> I wrote an article in Xailer.info time ago about this same subject. See:
>
> http://xailer.info/esp/?p=33
>
> It is in Spanish but it will probably help you.
>
>> I am trying to call the email sending utility 'blat' with my xailer
>> application.
>>
>> When linking I get an error where it says 'blat.lib contains invalid OMF
>> record, type 0x21 (possibly COFF)' ... ful details in attached zip.
>>
>> This lib links fine with my xharbour Builder console mode applications.
>>
>> Does anyone know if I need a different blat.lib & or is there a linker
>> 'switch' to make this work.
>>
>> I am at the limits of my understanding here !!
>
> That error is caused by the library format. Just use the Borland one or
> download the ZIP in the link above and use the DLL from Xailer.
>
> Regards,
> José Lalín
notelo
Mensajes: 54
Registrado: Sab Abr 28, 2007 2:06 pm

blat email with Xailer ...

Mensaje por notelo »

Chris,
> Again I am at the limits of my knowledge in making a 'borland' blat.dll from
> the original blat source
You don't have to do so. If you download it from www.blat.net you'll find
the DLL in the full folder.
> Do you have a 'borland' blat.dll I could have or some precise instructions
> on how to make one.
The DLL is independent from the compiler so you don't need any specific
Borland DLL to get it working. Just put the DLL in your folder application
and you are done.
Regards,
José Lalí­n
Responder