You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: