[Bug 50625] Unhandled exception with try/catch

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 1 12:41:19 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50625

--- Comment #25 from David Paradis <david.paradis at us.abb.com> ---
I just wanted to give a quick update now that I have moved forward to
production code.


I started to modify my real production code to switch the static CRT library,
but unfortunately that is causing my some issues because I have a 3rd party
library that using /MD switches and when I attempt to compile my code against
that library I have issues unresolved external symbols that are being used in
that library related to things like fopen, srand and other MSVCRT functions.

I am going to keep trying to change compiler switches on my project and the 3rd
party library, but as of now the requirement to use static linked CRT might be
a no go for my solution.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list