... Somewhat like this, i presume: ,------ use strict; use warnings; use Win32::API; my $blat_send = new Win32::API('blat', 'Send', 'P', 'I') or die "Can't...
Hi Chip, you call CreateFile in blat.cpp without releasing the file handle in case of success. That's why the message body file gets locked. Same applies for...
Greetings, I suppose most of you read The Register, just incase you missed it; http://www.theregister.co.uk/2006/12/01/email_troublesome_inventor_says/ My...
... No, you do not. There is no CloseHandle() in blat.cpp. I removed the whole section with GetVersion()/CreateFile()/OpenFile() and the message body file was...
Hi to all, I am not sure if this question I sent before reached its target or not. But, in any case, I'll repeat ;-) Does anyone where do I can find...
Hey Jose, On Monday, December 4, 2006 at 9:48:20 AM you wrote JLC> I am not sure if this question I sent before reached its target JLC> or not. But, in any...
Sorry if this has come up before but I did a quick search and couldn't see anything initially. I've started to use Blat fairly recently and have had much...
Greetings, Tim wrote; "Hey Jose, <snip> Or am I not understanding your question?" I might be in the same boat with Tim. Below is some info you might find...
Greetings, Panfreyed wrote; "It seems a bit strange that it has suddenly stopped working." Yeah it does. Did you change the way you are calling Blat? Maybe if...
Hey panfreyed, On Monday, December 4, 2006 at 1:06:42 PM you wrote p> Sorry if this has come up before but I did a quick search and p> couldn't see anything...
Hi Tim, Yes... this is exactly what I need: functions and parameters contained in DLL. Where do I have to take a look to find that ?? Thanks for your help. ...
Hey Jose, On Monday, December 4, 2006 at 5:37:08 PM you wrote JLC> Yes... this is exactly what I need: functions and parameters JLC> contained in DLL. Where...
... He may be looking at which functions are available in the DLL version, and how does he call them to send messages. Do we have a description of the public...
... Check lines 747 and 763 of blat.cpp of blat261.source.zip. No handle is returned by neither CreateFile() nor OpenFile(). Hence, in case of success the...
Hi, Thanks for the feedback. Yep, it looks like I started doing some test messages with just a subject and didn't realise it was waiting for me to enter stuff...
Hey Chip, On Monday, December 4, 2006 at 11:47:39 PM you wrote C> He may be looking at which functions are available in the DLL C> version, and how does he...
Hi Chip, Yes... this is what I am looking for without success... I just want to know what functions are in blat.dll (blat.lib) and what's its parameters....
Greetings, When I try to build the Blat DLL 2.6.1 with; Microsoft Visual C++ .NET 2003 And the two changes Thomas suggests; else { CloseHandle(h); } at the...
Sorry about that chip, yes, i forgot to check my mailbox for a long time, i focused my attention on this forum. I tried the DLL version you sent me (about the...
-- Also Sprach marc_f68... ... Strange...I happen to get this mail list in email... -- Qe'van the Unclothed, Bard of Nor http://thenor.net/poetry ... 'Billions...
... It should be Vista ready. In the code from last night, I made changes to the version checks, per Microsoft's recommendation, and I also issue correct file...