TSRichViewEdit & FastMM4 again :)

General TRichView support forum. Please post your questions here
Post Reply
vit
Posts: 115
Joined: Tue Feb 03, 2009 3:11 pm

TSRichViewEdit & FastMM4 again :)

Post by vit »

Sorry, but I have exception with using SRVE & FastMM again. At this time it's occures in different machines.

Please try to do this steps:
1. Open project \srv_demos\Demos\ActionTest\
2. Add FastMM4 to project:

Code: Select all

uses
 FastMM4, /// <=======
 Forms,
 dmActionsSRV in 'dmActionsSRV.pas' {srvActionsResource: TDataModule},
 Unit3 in 'Unit3.pas' {Form3};
I use FastMM 4.96
3. Download and use my FastMM4Options.inc from http://www.sendspace.com/file/vomt9i
4. Build and run
5. To any line of text add footnote
6. To the same line add a table (example 1x2)
7. May be will be needed to insert footnote again. To the same line.

Then FastMM generates exception "FastMM has detected an error during a GetMem operation. FastMM detected that a block has been modified after being freed. "

P.S. I made changes in RVThread.pas and RichView.pas to disable FreeOnTerminate property.
Sergey Tkachenko
Site Admin
Posts: 17328
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Confirmed, it looks like the problem is in the ruler.
It will be fixed in the next update.
vit
Posts: 115
Joined: Tue Feb 03, 2009 3:11 pm

Post by vit »

Sergey Tkachenko wrote:it looks like the problem is in the ruler.
Yes, in one of my post http://www.trichview.com/forums/viewtopic.php?t=4111 I wrote that error disappeared when I deleted horizontal ruler.

Sergey Tkachenko wrote:It will be fixed in the next update.
Could you please notify us here about this?
Sergey Tkachenko
Site Admin
Posts: 17328
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

ok
Sergey Tkachenko
Site Admin
Posts: 17328
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Fixed in version 3.7
Post Reply