<div>Hi Niall,</div>
<div> </div>
<div>Thanks a lot for your time.</div>
<div> </div>
<div>I checked all the DLL&#39;s. Everything is showing ok. Only one is, IEFrame.DLL and in that for one function it is showing red in color. Function name as &quot;#270&quot;.</div>
<div> </div>
<div>We are not using that function/DLL anways. </div>
<div> </div>
<div>Regards,</div>
<div>Raju.<br><br></div>
<div class="gmail_quote">On Thu, Jun 21, 2012 at 3:23 PM, Niall Douglas <span dir="ltr">&lt;<a href="mailto:s_sourceforge@nedprod.com" target="_blank">s_sourceforge@nedprod.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">With DW it&#39;s not so much that the libraries are present, but to check<br>that there are no failed symbol imports. Your error suggests a failed<br>
symbol import.<br><span class="HOEnZb"><font color="#888888"><br>Niall<br></font></span>
<div class="HOEnZb">
<div class="h5"><br>On 21 Jun 2012 at 14:34, Nagaraju wrote:<br><br>&gt; Hi Niall,<br>&gt;<br>&gt; I have used the DW and all the libraries are present.<br>&gt;<br>&gt; The same code works, if I use LoadLibrary in C++. But when I try to build<br>
&gt; the C++ DLL code with extention &quot;.pyd&quot;, it is throwing error.<br>&gt;<br>&gt; FYI, the C++ Class names are mangled.<br>&gt;<br>&gt; Regards,<br>&gt; Raju.<br>&gt;<br>&gt; On Thu, Jun 21, 2012 at 2:30 PM, Niall Douglas &lt;<a href="mailto:s_sourceforge@nedprod.com">s_sourceforge@nedprod.com</a>&gt;wrote:<br>
&gt;<br>&gt; &gt; You might find Microsoft&#39;s Dependency Walker useful.<br>&gt; &gt;<br>&gt; &gt; <a href="http://www.dependencywalker.com/" target="_blank">http://www.dependencywalker.com/</a><br>&gt; &gt;<br>&gt; &gt; Niall<br>
&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On 21 Jun 2012 at 10:01, Nagaraju wrote:<br>&gt; &gt;<br>&gt; &gt; &gt; Hi All,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I have written a C++ DLL. That DLL depends on some other libraries. I<br>
&gt; &gt; have<br>&gt; &gt; &gt; kept all those dependent libraries in the release folder.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Now in a seperate project in Visual Studio 2008, I used BOOST Python and<br>&gt; &gt; &gt; called a function from one of the classes in C++ DLL.<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt; It is compiling fine (compiling it as .pyd), but when I try to import<br>&gt; &gt; this<br>&gt; &gt; &gt; in python with &quot;import PythonSample&quot;, it is throwing following error.<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt; Import Error: DLL Load Failed: The specified procedure could not be<br>&gt; &gt; found.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Can you tell me, how to find what went wrong? I tried googling it, but<br>
&gt; &gt; &gt; could not find suitable solution.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I am using Python 2.7 version.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thanks for your time.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Regards,<br>
&gt; &gt; &gt; Raju.<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; Technology &amp; Consulting Services - ned Productions Limited.<br>&gt; &gt; <a href="http://www.nedproductions.biz/" target="_blank">http://www.nedproductions.biz/</a>. VAT reg: IE 9708311Q.<br>
&gt; &gt; Work Portfolio: <a href="http://careers.stackoverflow.com/nialldouglas/" target="_blank">http://careers.stackoverflow.com/nialldouglas/</a><br>&gt; &gt; _______________________________________________<br>&gt; &gt; Cplusplus-sig mailing list<br>
&gt; &gt; <a href="mailto:Cplusplus-sig@python.org">Cplusplus-sig@python.org</a><br>&gt; &gt; <a href="http://mail.python.org/mailman/listinfo/cplusplus-sig" target="_blank">http://mail.python.org/mailman/listinfo/cplusplus-sig</a><br>
&gt; &gt;<br>&gt;<br><br><br>--<br>Technology &amp; Consulting Services - ned Productions Limited.<br><a href="http://www.nedproductions.biz/" target="_blank">http://www.nedproductions.biz/</a>. VAT reg: IE 9708311Q.<br>Work Portfolio: <a href="http://careers.stackoverflow.com/nialldouglas/" target="_blank">http://careers.stackoverflow.com/nialldouglas/</a><br>
_______________________________________________<br>Cplusplus-sig mailing list<br><a href="mailto:Cplusplus-sig@python.org">Cplusplus-sig@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/cplusplus-sig" target="_blank">http://mail.python.org/mailman/listinfo/cplusplus-sig</a><br>
</div></div></blockquote></div><br>