<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=890200216-19082011><FONT face=Arial color=#0000ff
size=2> </FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV><SPAN class=890200216-19082011>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN
class=468465415-19082011>OK compiles now. I tested this with 2 programs
</SPAN><SPAN class=468465415-19082011>but when I include uProcMemMon as the
first unit in lpr and define -dPROCMEMMON then they both crash with a sigsegv.
Undefine PROCMEMMON and they run fine. <SPAN
class=890200216-19082011> I've attached a small testprogram that
crashes in bufdataset. </SPAN></SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT><FONT face=Arial
color=#0000ff size=2></FONT><FONT face=Arial color=#0000ff
size=2></FONT> </DIV></DIV></BLOCKQUOTE>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2>Just a small copy paste problem:</FONT></SPAN></DIV>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2>change line 295 </FONT></SPAN></DIV>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2> Result := OldMemMgr.GetMem(Size);<BR></FONT></SPAN></DIV>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2>into</FONT></SPAN></DIV>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2> Result := OldMemMgr.AllocMem(Size);<BR></FONT></SPAN></DIV>
<DIV dir=ltr><SPAN class=281393218-19082011><FONT face=Arial color=#0000ff
size=2>Ludo</DIV></FONT></SPAN></SPAN></BODY></HTML>