A call to PInvoke function '[…]' has unbalanced the stack

后端 未结 5 1171
失恋的感觉
失恋的感觉 2020-11-27 06:03

I\'m getting this weird error on some stuff I\'ve been using for quite a while. It may be a new thing in Visual Studio 2010 but I\'m not sure.
I\'m trying to call a unam

5条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 06:28

    Maybe the problem lies in the calling convention. Are you sure the unmanaged function was compiled as stdcall and not something else ( i would guess fastcall ) ?

提交回复
热议问题