Somebody stop me…
Ok.. last one… maybe. Many of you had reported great results using the FastMM4 memory manager replacement with D2005. However there was also an interesting problem discovered that it also required a patch to vclide90.bpl. Well the problem that FastMM4 uncovered has been found and this download should address that issue so you no longer need to run Pierre’s little hack-o-matic patcher. Please follow the same instructions for vclide90.bpl and vclide90.jdbg as you did for coreide90.xxx.
Share This | Email this page to a friend
Posted by Allen Bauer on August 9th, 2005 under Uncategorized |



August 9th, 2005 at 7:10 pm
And, thanks again! =)
August 9th, 2005 at 11:14 pm
It’s time for SP4, containing all patches…
August 9th, 2005 at 11:55 pm
> Somebody stop me…
Why should we? ^_^
Thnx
August 10th, 2005 at 12:39 am
I’am waiting impatiently for deXter
Thanks.
August 10th, 2005 at 6:14 am
Thanks! Your on a roll don’t stop
August 11th, 2005 at 2:52 am
Thanks! Your on a roll don’t stop….
i’m waiting deXter too…
August 11th, 2005 at 4:48 am
For the record, I didn’t test *this* one. Allen is just spiraling out of control. I’m thinking mushrooms, but it could be something even more addictive
Randy
August 11th, 2005 at 5:14 am
> Somebody stop me…
Why? You’re on a roll!
August 12th, 2005 at 3:32 am
Some of the IDE AVI gone,
And faster now.
Please keep going…
August 17th, 2005 at 8:04 am
Hey Allen,
WHO DID STOP YOU? Where are more extremely informal and no warranties, expressed or implied Updates for your loving Delphi/C# community?
September 1st, 2005 at 3:55 am
Don’t stop! Keep it up!
September 2nd, 2005 at 4:35 am
hi, I don’t succeed in making drag and drop of a Panel. This code works badly.do you tell me where I am wrong??.Thanks
procedure TMain.Panel1StartDrag(Sender: TObject;
var DragObject: TDragObject);
begin
ReleaseCapture;
SendMessage(TWinControl(Sender).Handle,WM_SYSCOMMAND,$F011,0);
TWinControl(Sender).SetFocus;
end;
alvise.manicardi@tin.it