>> SZ said...
>> I am quite sure 2 years ago in a roadmap pdf I read mentioning of 64-bit
>> support for BCB which should imply the same for the underlying Delphi. I
>> also recall asking it here and elsewhere and getting answers accordingly.
Yes, I distinctly remember it being on a roadmap quite
Fastream Technologies wrote:
I am quite sure 2 years ago in a roadmap pdf I read mentioning of 64-bit
support for BCB which should imply the same for the underlying Delphi. I
also recall asking it here and elsewhere and getting answers accordingly.
Thanks,
SZ
This is what I could find:
We ex
I am quite sure 2 years ago in a roadmap pdf I read mentioning of 64-bit
support for BCB which should imply the same for the underlying Delphi. I
also recall asking it here and elsewhere and getting answers accordingly.
Thanks,
SZ
On Thu, Aug 27, 2009 at 4:29 PM, Angus Robertson - Magenta System
> I wonder where has the 64-bit support CodeGear announced gone in
> 2010??! Or is it my memory misserving me?
64-bit support for Delphi has never been announced, and certainly not for
Delphi 2010.
64-bit support is the road map for Project Commodore, undated. Finding
the current roadmap see
Pete Williams wrote:
> Hi Arno
>
>>> So there is still another major bug in your code!
>
> But if you do this to the MailSnd demo,
>
> {* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
> * * * *}
> procedure TSmtpTestForm.SmtpClientDisplay(Sender: TObject; Msg:
> String);
>
Hi Arno
>> So there is still another major bug in your code!
But if you do this to the MailSnd demo,
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *}
procedure TSmtpTestForm.SmtpClientDisplay(Sender: TObject; Msg: String);
begin
//Display(Msg);
end;
So that eac
Pete Williams wrote:
> I still need a handler on OnDisplay that sleeps for 2 milliseconds,
So there is still another major bug in your code!
Maybe the ICS event handler are not called in the right thread context?
Note that ICS event handler are by default executed in the same thread
the ICS objec
Hello,
I wonder where has the 64-bit support CodeGear announced gone in 2010??! Or
is it my memory misserving me? 2GB RAM limit is no good for RAM caching
anymore.
SZ
On Tue, Aug 25, 2009 at 7:07 PM, Arno Garrels wrote:
> Hi All,
>
> The ICS V7 SVN reporitory as well as the V7 nightly built ZI
Hi Arno
Thank you for this - it turns out you were correct. Once my message pump was
corrected it worked.
I still need a handler on OnDisplay that sleeps for 2 milliseconds, but
everything is working reliably now. I've put through a ton of emails this
morning and everything has worked out OK.