<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-NZ;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></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-NZ link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I’m not sure the change in technologies over time is particularly relevant – if there is a language where technologies such as this haven’t evolved in the last 15 years then that language is probably dead or dying. As you mention .NET has plenty of such examples which have been hung out to die slow deaths.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> delphi-bounces@listserver.123.net.nz [mailto:delphi-bounces@listserver.123.net.nz] <b>On Behalf Of </b>Jolyon Smith<br><b>Sent:</b> Friday, 30 January 2015 8:46 a.m.<br><b>To:</b> NZ Borland Developers Group - Delphi List<br><b>Subject:</b> Re: [DUG] iOS 64bit - Delphi vs Java<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal><br>There is also the use of proprietary technologies that the tool vendor has a habit of changing from time to time.&nbsp; Did you replace the BDE yet ?&nbsp; Did you replace it with DBExpress ?&nbsp; Using 3rd party drivers ?&nbsp; Are they still supported ?&nbsp; When might you be planning to replace DBExpress with FireDAC ?&nbsp; What comes after FireDAC ?&nbsp; Did you ever migrate to CLX ? (and then what?) &nbsp;Have you migrated from VCL to FMX yet ?<br><br>It is hard to avoid the fact that Borland/CodeGear/Embarcadero have &quot;form&quot; in this area.<br><br>(Which isn't to say that .net is itself entirely immune from such issues)<o:p></o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>On 29 January 2015 at 18:32, John Bird &lt;<a href="mailto:johnkbird@paradise.net.nz" target="_blank">johnkbird@paradise.net.nz</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>Old yes, well C is older, C++ is about as old,&nbsp; Java is about as old (1996<br>for V1).&nbsp; So there is a rational debate to be had about age.<br><br>Security risk ?<br><br>I would have thought off the top of my head that Delphi does not carry too<br>many obvious security risks:<br>- Relatively few DLL problems as it generally packages everything in the EXE<br>- Relatively immune to buffer overflows if not allocating memory manually or<br>using C-type strings (PChar).<br>- Can one really make a case that Delphi is less secure than&nbsp; Java?<br><br>There are occasional bugs to watch out for eg<br><br><a href="http://www.coresecurity.com/advisories/delphi-and-c-builder-vcl-library-buffer-overflow" target="_blank">http://www.coresecurity.com/advisories/delphi-and-c-builder-vcl-library-buffer-overflow</a><br><br>Maybe the corporates mean security risk of an ageing programmer suddenly<br>feeling the need to retire from whatever cause.<br><br><br>-----Original Message-----<br>From: Paul Hectors<br>Sent: Thursday, January 29, 2015 4:38 PM<br>To: NZ Borland Developers Group - Delphi List<br>Subject: Re: [DUG] iOS 64bit<br><br>+1<br><br>My recent experience is that corporates do not like it when you inform them<br>that your application is written in Delphi, it is perceived as old and a<br>security risk. It would be nice if there was a white paper or some material<br>to reassure them.<br><br><br>_______________________________________________<br>NZ Borland Developers Group - Delphi mailing list<br>Post: <a href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a><br>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></body></html>