-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An exception is triggered when the program get_started.cpp runs here, see what's going on? #216
Comments
I now have access to my windows testing machine and tried the following in a visual studio 2022 command prompt:
and I got the following error:
It seems to me that (since the code is inside the CppAD name space) the CppAD isnan (instead of the std::isnan) should have been chosen. The following seems to fix this problem: In the file
Changing
to
There are other place that this problem occurs. I am going to create a new commit on the master branch that fixes all of them. |
@Wang-Peng-debug see the heading 09-09 on the page |
That's cool!!! I will give it a try, but now I'm in the middle of my work, maybe I'll do it this weekend. |
@Wang-Peng-debug Is this still a problem for you ? |
Um...maybe it's not suitable to configure on Windows, but I have another resolution for this and thanks for your caring
…---Original---
From: "Brad ***@***.***>
Date: Thu, Feb 6, 2025 02:44 AM
To: ***@***.***>;
Cc: "Wang ***@***.******@***.***>;
Subject: Re: [coin-or/CppAD] An exception is triggered when the programget_started.cpp runs here, see what's going on? (Issue #216)
@Wang-Peng-debug Is this still a problem for you ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I am working on this now, see |
Look! This is where the exception comes up, and the detailed is shown as follows:
Take a look where the red arrow points out, which said the exception was caused by ipopt-3.dll, but I am confused about that and I don't think so cause the example program included by IPOPT(no CppAD involving) worked very well and no any errors come up. I think perhaps this is caused by lacking of dll file of CppAD, but I am still finding the way of how to build it.
The text was updated successfully, but these errors were encountered: