<div dir="ltr"><div>Hi,</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; I have resolved the first problem. But I have not been able to get over the linker warnings.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Nandini<br><br></div>
<div class="gmail_quote">On Fri, Oct 10, 2008 at 12:21 PM, Nandini Chakravorti <span dir="ltr">&lt;<a href="mailto:nchakravorti@gmail.com">nchakravorti@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div dir="ltr">
<div>Hi,</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have the Ipopt.lib(generated on Cygwin using Intel F90 compiler as I am using MUMPS) and then I have written a C++ Dll wrapper in Visual Studio 2005 - which basically generates a dll for interfacing with C#.&nbsp; I have a problem which has 5 variables and 6 constraints.</div>

<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Well, now when the execution comes to &quot; eval_grad_f &quot; &lt;<em>bool eval_grad_f(int n, <font color="#cc33cc">const Number* x</font>, bool new_x, double* grad_f)</em>&gt;&nbsp;&nbsp;-&nbsp; The value of n is 5 as expected. But, if I try to see the value of x[2] in my debugger watch window I see&nbsp;the following&nbsp;&nbsp; &lt; <font color="#000000">&nbsp;&nbsp;<font color="#ff9900">x[2]&nbsp;error: index &#39;2&#39; out of bound for pointer/array &#39;x&#39;</font>&nbsp;</font> &gt;.&nbsp; And even if I try to copy the values to another array - I get some junk values in the copied array. Any idea what might be going wrong?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>

<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;And another thing - while I build my Dll I get the following linker warnings&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; warning LNK4248: unresolved typeref token (01000017) for &#39;Ipopt.IteratesVector&#39;; image may not run<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; warning LNK4248: unresolved typeref token (01000018) for &#39;Ipopt.IpoptData&#39;; image may not run<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; warning LNK4248: unresolved typeref token (01000019) for &#39;Ipopt.IpoptCalculatedQuantities&#39;; image may not run</div>

<div>&nbsp;</div>
<div>Regards,</div>
<div>Nandini</div></div></blockquote></div><br></div>