<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)">
<!--[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]--><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;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 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";}
h2
        {mso-style-priority:9;
        mso-style-link:"Heading 2 Char";
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:18.0pt;
        font-family:"Times New Roman","serif";
        font-weight:bold;}
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
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.Heading2Char
        {mso-style-name:"Heading 2 Char";
        mso-style-priority:9;
        mso-style-link:"Heading 2";
        font-family:"Cambria","serif";
        color:#4F81BD;
        mso-fareast-language:EN-NZ;
        font-weight:bold;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        mso-fareast-language:EN-NZ;}
span.EmailStyle22
        {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;}
/* List Definitions */
@list l0
        {mso-list-id:586037815;
        mso-list-template-ids:916749732;}
@list l1
        {mso-list-id:1876767544;
        mso-list-template-ids:845208758;}
ol
        {margin-bottom:0cm;}
ul
        {margin-bottom:0cm;}
--></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">Interesting. E06D7363 is the SEH code for a Microsoft C++ exception code (6D 73 63 = ‘msc’ in ASCII) similar to how Delphi uses 0EEDFADE for its exceptions.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><a href="http://blogs.msdn.com/b/oldnewthing/archive/2010/07/30/10044061.aspx">http://blogs.msdn.com/b/oldnewthing/archive/2010/07/30/10044061.aspx</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">So they are hitting an untrapped exception in their C++ code. Since the ActiveX is potentially wrapping a Java object, it’s likely instantiating a Java VM in
your process and that allocation is for the Java heap.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I’m guessing the developers had many GBs of contiguous physical RAM in their machines and forgot to trim the default heap size for expected production use.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Cheers,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> Paul.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </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> Thursday, 3 July 2014 10:53 a.m.<br>
<b>To:</b> NZ Borland Developers Group - Delphi List<br>
<b>Subject:</b> Re: [DUG] ocx import problem<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">That's bizarre. What on earth do they need 512MB of contiguous address space for ? In fact, since the solution is to reduce the allocation to 256MB, they clearly
<b>don't</b> need it, so why ask for it in the first place ? O.o<br>
<br>
It makes you wonder whether they even really need 256MB either.<br>
<br>
The mind boggles.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On 3 July 2014 10:21, Robert Martin <<a href="mailto:rob@chreos.co.nz" target="_blank">rob@chreos.co.nz</a>> wrote:<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hi Guys<br>
<br>
Just thought I would post the results of this for anyone else wanting it in the future. Here is the fix from Oracle. Interestingly it is all OS not just Windows XP as suggested in the Oracle doc, I amusing Windows 7.<br>
<br>
<br>
<o:p></o:p></p>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td width="10" style="width:7.5pt;padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:"Tahoma","sans-serif""><img border="0" width="10" height="10" id="_x0000_i1025" src="cid:image001.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><o:p></o:p></p>
</td>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-size:15.5pt;color:black">Getting Error "External exception E06D736" when Creating an AutoVue ActiveX Instance (Doc ID 1668623.1)</span></b><o:p></o:p></p>
</td>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" align="right" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-align:right">
<span style="font-family:"Tahoma","sans-serif""><a href="https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sy3syqrxm_9&_afrLoop=259965495499635" target="_blank" title="To Bottom"><span style="font-size:8.5pt;text-decoration:none"><img border="0" width="12" height="12" id="_x0000_i1026" src="cid:image002.gif@01CF96AE.7CE852F0" alt="To Bottom"></span><span style="font-size:8.5pt">To
Bottom</span></a></span><o:p></o:p></p>
</td>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:"Tahoma","sans-serif""><img border="0" width="20" height="10" id="_x0000_i1027" src="cid:image003.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<div style="margin-top:2.25pt;margin-bottom:2.25pt">
<div class="MsoNormal" align="center" style="text-align:center;background:white">
<span lang="EN-GB" style="font-size:8.5pt;font-family:"Tahoma","sans-serif";color:#333333">
<hr size="2" width="100%" align="center">
</span></div>
</div>
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100.0%">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:8.5pt">Modified:</span><span style="font-family:"Tahoma","sans-serif"">03-May-2014<img border="0" width="20" height="10" id="_x0000_i1029" src="cid:image003.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><span style="font-size:8.5pt">Type:</span><span style="font-family:"Tahoma","sans-serif"">PROBLEM<img border="0" width="20" height="10" id="_x0000_i1030" src="cid:image003.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><o:p></o:p></p>
</td>
<td style="padding:0cm 0cm 0cm 0cm">
<div align="right">
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><a href="https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sy3syqrxm_9&_afrLoop=259965495499635" target="_blank" title=""Rate this document" "><span style="font-size:8.5pt;font-family:"Tahoma","sans-serif";text-decoration:none"><img border="0" width="23" height="16" id="_x0000_i1031" src="cid:image004.png@01CF96AE.7CE852F0" alt="Rate this document"></span></a><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:"Tahoma","sans-serif""><img border="0" width="20" height="10" id="_x0000_i1032" src="cid:image003.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><o:p></o:p></p>
</td>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><a href="https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sy3syqrxm_9&_afrLoop=259965495499635" target="_blank" title=""Email link to this
document" "><span style="font-size:8.5pt;font-family:"Tahoma","sans-serif";text-decoration:none"><img border="0" width="16" height="16" id="_x0000_i1033" src="cid:image005.png@01CF96AE.7CE852F0" alt="Email link to this document"></span></a><span style="font-family:"Tahoma","sans-serif""><img border="0" width="20" height="10" id="_x0000_i1034" src="cid:image003.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><o:p></o:p></p>
</td>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><a href="https://support.oracle.com/epmos/faces/DocContentDisplay?id=1668623.1" target="_blank" title=""Open document in new
window" t "><span style="font-size:8.5pt;font-family:"Tahoma","sans-serif";text-decoration:none"><img border="0" width="16" height="16" id="_x0000_i1035" src="cid:image006.png@01CF96AE.7CE852F0" alt="Open document in new window"></span></a><span style="font-family:"Tahoma","sans-serif""><img border="0" width="20" height="10" id="_x0000_i1036" src="cid:image003.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><o:p></o:p></p>
</td>
<td style="padding:0cm 0cm 0cm 0cm">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><a href="https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sy3syqrxm_9&_afrLoop=259965495499635" target="_blank" title=""Printable Page" "><span style="font-size:8.5pt;font-family:"Tahoma","sans-serif";color:#0851B3;text-decoration:none"><img border="0" width="16" height="16" id="_x0000_i1037" src="cid:image007.png@01CF96AE.7CE852F0" alt="Printable Page"></span></a><span style="font-family:"Tahoma","sans-serif""><img border="0" width="20" height="10" id="_x0000_i1038" src="cid:image003.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:2.25pt;background:white">
<span style="font-size:8.5pt;font-family:"Tahoma","sans-serif";color:#333333"><img border="0" width="10" height="5" id="_x0000_i1039" src="cid:image008.png@01CF96AE.7CE852F0" alt="https://support.oracle.com/epmos/adf/images/t.gif"></span><o:p></o:p></p>
<p><b><span style="font-family:"Tahoma","sans-serif"">In this Document</span></b><o:p></o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td width="0" style="width:.3pt;padding:.75pt .75pt .75pt .75pt"></td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:"Tahoma","sans-serif""><a href="https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sy3syqrxm_9&_afrLoop=259965495499635#SYMPTOM" target="_blank">Symptoms</a></span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p style="margin:0cm;margin-bottom:.0001pt"><span style="font-family:"Tahoma","sans-serif""> </span><o:p></o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td width="0" style="width:.3pt;padding:.75pt .75pt .75pt .75pt"></td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:"Tahoma","sans-serif""><a href="https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sy3syqrxm_9&_afrLoop=259965495499635#CAUSE" target="_blank">Cause</a></span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p style="margin:0cm;margin-bottom:.0001pt"><span style="font-family:"Tahoma","sans-serif""> </span><o:p></o:p></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td width="0" style="width:.3pt;padding:.75pt .75pt .75pt .75pt"></td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:"Tahoma","sans-serif""><a href="https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=sy3syqrxm_9&_afrLoop=259965495499635#FIX" target="_blank">Solution</a></span><o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<div class="MsoNormal" align="center" style="text-align:center"><span style="font-family:"Tahoma","sans-serif"">
<hr size="1" width="100%" align="center">
</span></div>
<div style="border:none;border-bottom:solid #C4D1E6 1.0pt;padding:0cm 0cm 5.0pt 0cm">
<h2 style="background:#777773"><span style="font-size:15.0pt;font-family:"Arial","sans-serif";color:white;text-transform:uppercase">Applies to:
</span><o:p></o:p></h2>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-family:"Tahoma","sans-serif"">Oracle AutoVue Electro-Mechanical Professional - Version 20.2.2 and later<br>
Oracle AutoVue 3D Professional Advanced - Version 20.2.2 and later<br>
Oracle AutoVue EDA Professional - Version 20.2.2 and later<br>
Oracle AutoVue Office - Version 20.2.2 and later<br>
Oracle AutoVue 2D Professional - Version 20.2.2 and later<br>
Information in this document applies to any platform.</span><o:p></o:p></p>
<div style="border:none;border-bottom:solid #C4D1E6 1.0pt;padding:0cm 0cm 5.0pt 0cm">
<h2 style="background:#777773"><a name="146f92d88abc32be_SYMPTOM"></a><span style="font-size:15.0pt;font-family:"Arial","sans-serif";color:white;text-transform:uppercase">Symptoms</span><o:p></o:p></h2>
</div>
<p><span style="font-family:"Tahoma","sans-serif"">When using the AutoVue Desktop Deployment ActiveX on Windows XP and trying to create a new instance of AutoVue the following error occurs:</span><o:p></o:p></p>
<p><strong><span style="font-family:"Tahoma","sans-serif"">"External exception E06D736"</span></strong><b><span style="font-family:"Tahoma","sans-serif""><br>
<br>
</span></b><u><span style="font-family:"Tahoma","sans-serif"">Steps to reproduce:</span></u><o:p></o:p></p>
<ol start="1" type="1">
<li class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1 level1 lfo1">
<span style="font-family:"Tahoma","sans-serif"">Using an IDE build an AutoVue ActiveX project.</span><o:p></o:p></li><li class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1 level1 lfo1">
<span style="font-family:"Tahoma","sans-serif"">Try to compile and run the project on Windows XP.</span><o:p></o:p></li><li class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1 level1 lfo1">
<span style="font-family:"Tahoma","sans-serif"">Notice the error.</span><o:p></o:p></li></ol>
<div style="border:none;border-bottom:solid #C4D1E6 1.0pt;padding:0cm 0cm 5.0pt 0cm">
<h2 style="background:#777773"><a name="146f92d88abc32be_CAUSE"></a><span style="font-size:15.0pt;font-family:"Arial","sans-serif";color:white;text-transform:uppercase">Cause</span><o:p></o:p></h2>
</div>
<p><span style="font-family:"Tahoma","sans-serif"">The problem is due an issue with Windows XP when allocating 512MB of contiguous memory.
</span><o:p></o:p></p>
<div style="border:none;border-bottom:solid #C4D1E6 1.0pt;padding:0cm 0cm 5.0pt 0cm">
<h2 style="background:#777773"><a name="146f92d88abc32be_FIX"></a><span style="font-size:15.0pt;font-family:"Arial","sans-serif";color:white;text-transform:uppercase">Solution</span><o:p></o:p></h2>
</div>
<p><u><span style="font-family:"Tahoma","sans-serif"">Solution steps:</span></u><o:p></o:p></p>
<ol start="1" type="1">
<li class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2">
<span style="font-family:"Tahoma","sans-serif"">Open your <strong><span style="font-family:"Tahoma","sans-serif"">autovue.properties</span></strong> file (located in "<AutoVue install folder>\bin").</span><o:p></o:p></li><li class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2">
<span style="font-family:"Tahoma","sans-serif"">Locate the line which start with "autovue.cmdline".</span><o:p></o:p></li><li class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0 level1 lfo2">
<span style="font-family:"Tahoma","sans-serif"">Change "-Xmx512m" to "-Xmx256m".</span><o:p></o:p></li><li class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt;mso-list:l0 level1 lfo2">
<span style="font-family:"Tahoma","sans-serif"">Save the change and test again.</span><o:p></o:p></li></ol>
<p class="MsoNormal"><br>
<br>
<br>
Cheers<br>
Rob<br>
<br>
<o:p></o:p></p>
<pre><o:p> </o:p></pre>
<pre><o:p> </o:p></pre>
<pre><o:p> </o:p></pre>
<p class="MsoNormal">On 24/06/2014 2:20 p.m., Robert Martin wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">Hi<br>
<br>
The vendor is a little company called 'Oracle' !<br>
<br>
The software was provided by our client and I have tried to register with Oracle for support but at this stage can't get their web site to work. They keep sending email confirmation emails but when I click the 'verify' link it fails. I guess thats the peril
of dealing with small back yard companies. That said their web site is a million times better than SAPs, their web site and support leaves a considerable amount to be desired and I was just trying to purchase a product !<br>
<br>
I have found a Oracle list that I have posted to but no response as yet. Waiting for my post to be checked.<br>
<br>
It's nice to see that people still reply to the Delphi list :)<br>
<br>
Cheers<br>
Rob<br>
<br>
On 24/06/2014 2:11 p.m., Jeremy Coulter wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">that was my next suggest, to run Delphi in admin mode:-) Yeah it seems really weird. Is the vendor no longer around or able to help?
<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Jeremy<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Tue, Jun 24, 2014 at 2:09 PM, Robert Martin <<a href="mailto:rob@chreos.co.nz" target="_blank">rob@chreos.co.nz</a>> wrote:<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal">Hi Jeremy <br>
<br>
The application I get the error in is Delphi (when I drop the component on the form)! I have tried running Delphi as Admin and no go. This is making me very sad !<br>
<br>
Thanks<br>
Rob <o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
<br>
<br>
On 24/06/2014 2:02 p.m., Jeremy Coulter wrote:<o:p></o:p></p>
</div>
</div>
</div>
<div>
<div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">What happens if your run your app. in admin mode ? wondering if its permissions........
<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Jeremy<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Tue, Jun 24, 2014 at 1:38 PM, Robert Martin <<a href="mailto:rob@chreos.co.nz" target="_blank">rob@chreos.co.nz</a>> wrote:<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal">Hi Jolyon<br>
<br>
Good suggestion :) I assumed it was installed as the main product / standalone app runs fine. I downloaded and installed the latest Java runtime but alas still no go.
<br>
<br>
I have also tried registering the ocx with regsvr32 and that also fails. I have un installed and re install autovue but still no go. Not sure if it is Delphi or AutoVue<br>
<br>
Thanks<br>
Rob <o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
<br>
On 24/06/2014 12:34 p.m., Jolyon Smith wrote:<o:p></o:p></p>
</div>
</div>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Do you have the required Java Runtime Environment installed and configured ?<br>
<br>
I believe the AutoVue ActiveX control is merely a wrapper around the underlying Java based AutoVue implementation, so without the necessary Java scaffolding the ActiveX isn't going to stand up.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On 24 June 2014 11:54, Robert Martin <<a href="mailto:rob@chreos.co.nz" target="_blank">rob@chreos.co.nz</a>> wrote:<o:p></o:p></p>
<p class="MsoNormal">Hi<br>
<br>
I have an activeX control for AutoVue (CAD software) I am trying to<br>
import into Delphi XE2. I can import the activeX and install it into a<br>
package however when I try to place the control on a form I get<br>
and 'External exception'. Subsequent attempts to add it generate<br>
'ClassFactory cannot supply requested class'. I have done a search on<br>
that message and most results indicate an issue with installing an<br>
activeX or a bit versioning issue. I believe the version installed is<br>
32Bit.<br>
<br>
How can I test the JvueAX.ocx file is installed correctly, is there an<br>
easy way to do this?<br>
<br>
Does anyone have any suggestions on how to resolve the issue? We<br>
desperately need to get this working !!!<br>
<br>
The version of AutoVue we are using is 20.2.2 (I believe the most<br>
recent). I installed it using the ISDK and DesktopDeployment installers.<br>
<br>
I can post the component wrapper if that would help.<br>
<br>
Thanks<br>
Rob<br>
<br>
_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">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" target="_blank">
delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>NZ Borland Developers Group - Delphi mailing list<o:p></o:p></pre>
<pre>Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><o:p></o:p></pre>
<pre>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><o:p></o:p></pre>
<pre>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<o:p></o:p></pre>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
</div>
</div>
<p>No virus found in this message.<br>
Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
Version: 2014.0.4592 / Virus Database: 3972/7731 - Release Date: 06/23/14<o:p></o:p></p>
</blockquote>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal"><br>
_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">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" target="_blank">
delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>NZ Borland Developers Group - Delphi mailing list<o:p></o:p></pre>
<pre>Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><o:p></o:p></pre>
<pre>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><o:p></o:p></pre>
<pre>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<o:p></o:p></pre>
<p class="MsoNormal"><br>
<br>
<br>
<o:p></o:p></p>
<p>No virus found in this message.<br>
Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
Version: 2014.0.4592 / Virus Database: 3972/7731 - Release Date: 06/23/14<o:p></o:p></p>
</blockquote>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
<p class="MsoNormal"><br>
_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">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" target="_blank">
delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>NZ Borland Developers Group - Delphi mailing list<o:p></o:p></pre>
<pre>Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><o:p></o:p></pre>
<pre>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><o:p></o:p></pre>
<pre>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<o:p></o:p></pre>
<p class="MsoNormal"><br>
<br>
<br>
<o:p></o:p></p>
<p>No virus found in this message.<br>
Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
Version: 2014.0.4592 / Virus Database: 3972/7731 - Release Date: 06/23/14<o:p></o:p></p>
</blockquote>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<br>
<o:p></o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>NZ Borland Developers Group - Delphi mailing list<o:p></o:p></pre>
<pre>Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><o:p></o:p></pre>
<pre>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><o:p></o:p></pre>
<pre>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<o:p></o:p></pre>
<p class="MsoNormal"><br>
<br>
<br>
<o:p></o:p></p>
<p>No virus found in this message.<br>
Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
Version: 2014.0.4592 / Virus Database: 3972/7731 - Release Date: 06/23/14<o:p></o:p></p>
</blockquote>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal"><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> </o:p></p>
</div>
</div>
</body>
</html>