<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags" xmlns:ns1 = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">


<META content="MSHTML 6.00.2900.3157" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
        BEHAVIOR: url(#default#VML)
}
o\:* {
        BEHAVIOR: url(#default#VML)
}
w\:* {
        BEHAVIOR: url(#default#VML)
}
.shape {
        BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]--><o:SmartTagType name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if !mso]>
<STYLE>st1\:* {
        BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
        font-family: Tahoma;
}
@font-face {
        font-family: Verdana;
}
@font-face {
        font-family: Calibri;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; }
A:link {
        mso-style-priority: 99
}
SPAN.MSOHYPERLINK {
        mso-style-priority: 99
}
A:visited {
        mso-style-priority: 99
}
SPAN.MSOHYPERLINKFOLLOWED {
        mso-style-priority: 99
}
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal
}
SPAN.EmailStyle18 {
        COLOR: #1f497d; FONT-FAMILY: Calibri; mso-style-type: personal
}
SPAN.EmailStyle19 {
        COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal
}
SPAN.EmailStyle20 {
        COLOR: #1f497d; FONT-FAMILY: Calibri; mso-style-type: personal
}
SPAN.EmailStyle21 {
        COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=EN-GB vLink=purple link=blue>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>Tracey,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>Are you not able to debug your cgi app? Why is that not an 
option?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>If it is a setup thing, this is what I 
use:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>Install lightweight web server, e.g. Omni (<A 
href="http://www.omnicron.ca/httpd/download.html">http://www.omnicron.ca/httpd/download.html</A>)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>In Delphi, Run/Parameters/host application: C:\Program 
Files\OmniSecure\OHTTPD.exe</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>Run the app from Delphi and Omni starts 
up.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>Hit your cgi from your browser.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>If it is an ISAPI dll it will now be loaded into 
ram.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>In Delphi, crtl-alt-m, right click on your dll name, reload 
symbol table, type in the FULL path prefixing the dll 
filename.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>Hit the cgi again and Delphi should now stop at your 
breakpoint.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>This may not be your problem, but I know it took me a while 
to find the ctrl-alt-m trick once I moved to XP (and presumably 2003, 
Vista...).</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=906544504-23082007><FONT face=Verdana 
color=#800000 size=2>Steve</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #800000 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> Tracey [mailto:tracey@logis.co.nz] 
  <BR><B>Sent:</B> Thursday, 23 August 2007 1:40 p.m.<BR><B>To:</B> 'NZ Borland 
  Developers Group - Delphi List'<BR><B>Subject:</B> RE: [DUG] Delphi 6, win2003 
  server and DEP<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Debugging??? Right 
  lol<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">AFAIK debugging is 
  not an option with my webbroker cgi apps.&nbsp; This is a run-time 
  issue.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I run 4 cgi apps on 
  the same apache server, and one of them is constantly erroring (usually on 
  login unless I have some queued errors then I cannot even access the login 
  page).&nbsp; I get Fault Bucket errors in event viewer.&nbsp; This issue has 
  only started since we migrated to win2003 server. &nbsp;Also since that 
  migration I have to use UPX to compress my .exes before they will run on 2003 
  (I believe that was related to DEP).<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <DIV>
  <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
  face="Times New Roman" size=3><SPAN lang=EN-US style="FONT-SIZE: 12pt">
  <HR tabIndex=-1 align=center width="100%" SIZE=2>
  </SPAN></FONT></DIV>
  <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
  face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> delphi-bounces@delphi.org.nz 
  [mailto:delphi-bounces@delphi.org.nz] <B><SPAN style="FONT-WEIGHT: bold">On 
  Behalf Of </SPAN></B>Myles Penlington<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, 23 August 2007 1:17 
  p.m.<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> NZ Borland 
  Developers Group - <st1:place w:st="on">Delphi</st1:place> List<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [DUG] <st1:place 
  w:st="on">Delphi</st1:place> 6, win2003 server and DEP</SPAN></FONT><SPAN 
  lang=EN-US><o:p></o:p></SPAN></P></DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri">Are you saying 
  your app suffers from DEP or only while debugging do you suffer from 
  DEP?<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri">If only while 
  debugging then you need D2007. AFAIK, there is no support/updates available 
  for D7 that relate to DEP. There may be a D7 SOAP only fix, but that is just 
  at run-time issue and if your app is a cgi, then you are prob not using this 
  (just check the units in use while debugging to see if the soap units have 
  been compiled in &#8211; but even then, I&#8217;m pretty sure that it would require a SOAP 
  call to be made into your app before the issue shows it 
  head).<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri">M<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <DIV>
  <DIV 
  style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
  <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
  face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> delphi-bounces@delphi.org.nz 
  [mailto:delphi-bounces@delphi.org.nz] <B><SPAN style="FONT-WEIGHT: bold">On 
  Behalf Of </SPAN></B>Tracey<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, 23 August 2007 
  01:10<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 'NZ Borland 
  Developers Group - <st1:place w:st="on">Delphi</st1:place> List'<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [DUG] <st1:place 
  w:st="on">Delphi</st1:place> 6, win2003 server and 
  DEP<o:p></o:p></SPAN></FONT></P></DIV></DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN lang=EN-NZ 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Nope I mean D7.&nbsp; 
  Apparently this fix relates to D7 and up, and I have D7 and D8 (which I will 
  never use again)<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I&#8217;d rather not have 
  to purchase 2007<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Im not even sure if 
  the SOAP runtime is relevant, as my app is just a plain old standalone cgi 
  app.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <DIV>
  <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
  face="Times New Roman" size=3><SPAN lang=EN-US style="FONT-SIZE: 12pt">
  <HR align=center width="100%" SIZE=2>
  </SPAN></FONT></DIV>
  <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
  face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> delphi-bounces@delphi.org.nz 
  [mailto:delphi-bounces@delphi.org.nz] <B><SPAN style="FONT-WEIGHT: bold">On 
  Behalf Of </SPAN></B>Myles Penlington<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, 23 August 2007 12:48 
  p.m.<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> NZ Borland 
  Developers Group - <st1:place w:st="on">Delphi</st1:place> List<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: [DUG] <st1:place 
  w:st="on">Delphi</st1:place> 6, win2003 server and DEP</SPAN></FONT><SPAN 
  lang=EN-US><o:p></o:p></SPAN></P></DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri">I presume you 
  mean D2007 and not D7? <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri">From D2007 
  onwards (not certain if this also applies to D2006), then debugger has been 
  changed to avoid DEP issues. <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri">And yes I think 
  from memory, there was also path to some of the SOAP code to also avoid the 
  same issue. A search&nbsp; of QC should find the issue and when it was 
  fixed.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri">Myles.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Calibri color=#1f497d size=2><SPAN lang=EN-NZ 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <DIV>
  <DIV 
  style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
  <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
  face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> delphi-bounces@delphi.org.nz 
  [mailto:delphi-bounces@delphi.org.nz] <B><SPAN style="FONT-WEIGHT: bold">On 
  Behalf Of </SPAN></B>Tracey<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, 23 August 2007 
  12:39<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 'NZ Borland 
  Developers Group - <st1:place w:st="on">Delphi</st1:place> List'<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Subject:</SPAN></B> [DUG] <st1:place 
  w:st="on">Delphi</st1:place> 6, win2003 server and 
  DEP<o:p></o:p></SPAN></FONT></P></DIV></DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN lang=EN-NZ 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hiya<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Does anyone know much about the 
  issue with early versions of <st1:place w:st="on">Delphi</st1:place> and 
  win2k3 DEP issues?<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have been suffering from this I 
  believe for some time and I really need to overcome it.&nbsp; I suspect I may 
  be able to upgrade to D7 and apply the Delphi SOAP runtime patch to overcome 
  this but I&#8217;m not entirely sure.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN lang=EN-NZ 
  style="FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana">Attention:<BR>This 
  communication is confidential and may be legally privileged.&nbsp; If you are 
  not the intended recipient, please do not use, disclose, copy or distribute 
  it, other than to return it to us with your confirmation that it has been 
  deleted from your system.</SPAN></FONT><SPAN lang=EN-NZ><o:p></o:p></SPAN></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN lang=EN-NZ 
  style="FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana">Attention:<BR>This 
  communication is confidential and may be legally privileged.&nbsp; If you are 
  not the intended recipient, please do not use, disclose, copy or distribute 
  it, other than to return it to us with your confirmation that it has been 
  deleted from your system.</SPAN></FONT><SPAN 
  lang=EN-NZ><o:p></o:p></SPAN></P></DIV><BR>
  <P><FONT size=2>No virus found in this incoming message.<BR>Checked by AVG 
  Free Edition.<BR>Version: 7.5.484 / Virus Database: 269.12.2/966 - Release 
  Date: 22/08/2007 9:05 a.m.<BR></FONT></P>
  <P><FONT face=Arial size=2></FONT></P></BLOCKQUOTE></BODY></HTML>