-
Notifications
You must be signed in to change notification settings - Fork 626
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
iex_debugTrap link error #188
Comments
You can get around the problem by defining your own iex_debugTrap() as void iex_debugTrap() { std::cout << "what the heck" << std::endl; } I suggest reporting this problem to Autodesk as the issue lies with the fbx distribution. |
Looking into the OpenEXR issue backlog. Does not seem to be an OpenEXR issue, so closing. |
Why the issue is not considered to be an OpenEXR issue? |
That is a good point about the namespacing introduced across the rest of the library to resolve these kinds of collisions. TBH iex_debugTrap should probably be removed. It's not a normal sort of thing to find in a modern library. I personally added this mechanism a loooooong time ago, when debuggers such as the Visual Studio debugger were unable to break when exceptions were thrown. Those days are long gone, and the mechanism is archaic. |
when using adsk fbx lib & other lib that include your lib we get link error over debugTrap, any plan to fix that ?
The text was updated successfully, but these errors were encountered: