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

C++ dynamic_cast implementation is missing (__RTDynamicCast) #469

Open
JayFoxRox opened this issue Apr 21, 2021 · 0 comments
Open

C++ dynamic_cast implementation is missing (__RTDynamicCast) #469

JayFoxRox opened this issue Apr 21, 2021 · 0 comments
Assignees

Comments

@JayFoxRox
Copy link
Member

JayFoxRox commented Apr 21, 2021

I have at least one project which requires PVOID __RTDynamicCast (PVOID inptr, LONG VfDelta, PVOID SrcType, PVOID TargetType, BOOL isReference) throw(...) { return (PVOID)0; } to be able to compile.
It appears that the C++ compiler will generate the call to this.

More information in https://docs.microsoft.com/en-us/cpp/c-runtime-library/rtdynamiccast?view=msvc-160

According to #391 this depends on #463

@thrimbor thrimbor self-assigned this Apr 21, 2021
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