Tuesday, August 9, 2005
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.
Subscribe to:
Post Comments (Atom)
And, thanks again! =)
ReplyDeleteIt's time for SP4, containing all patches...
ReplyDelete> Somebody stop me...
ReplyDeleteWhy should we? ^_^
Thnx
I'am waiting impatiently for deXter
ReplyDeleteThanks.
Thanks! Your on a roll don't stop :)
ReplyDeleteThanks! Your on a roll don't stop....
ReplyDeletei'm waiting deXter too...
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 :)
ReplyDeleteRandy
> Somebody stop me...
ReplyDeleteWhy? You're on a roll! :-)
Some of the IDE AVI gone,
ReplyDeleteAnd faster now.
Please keep going...
Hey Allen,
ReplyDeleteWHO DID STOP YOU? Where are more extremely informal and no warranties, expressed or implied Updates for your loving Delphi/C# community?
:-)
Don't stop! Keep it up!
ReplyDeletehi, 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
ReplyDeleteprocedure 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