• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help using DLL's

smack Down

Diamond Member
I'm trying to call a method inside of a DLL using MS visual C. The error happens in the attached code.

Anyone have anyidea why I'm getting the error: "Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.

I'm trying to call a C function in the DLL.
 
Back
Top