Skip to content
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

Objc.dll Microsoft C++ Exception when using the DLL generated by MSVC #9

Closed
abhi-varma202 opened this issue Mar 12, 2022 · 1 comment

Comments

@abhi-varma202
Copy link

Hi, I have created a DLL which is used by an application. I have created this DLL using the MSVC toolchain and my app is successfully able to load this DLL but for some reason its throwing an exception insider objc.dll

Exception thrown at 0x00007FFCFE843B6A (objc.dll) in xyz.exe: 0xE06D7363: Microsoft C++ Exception (parameters: 0x0000000019930520, 0x0000000007CDFC18, 0x0000000007CDFC20, 0x0000000007CDFC37).

Is there a way to find out what the exception is exactly?

@triplef
Copy link
Member

triplef commented Mar 14, 2022

Did you build all your DLLs using matching /MD or /MDd flags?

Otherwise you should be able to debug this by launching the exe in Visual Studio ("Open a project or solution"), and adding the C:\GNUstep\x64\Debug\bin to your symbol file locations in the VS settings, so it can find the .pdb files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants