Debug a bad DLL calling convention

前端 未结 6 867
轻奢々
轻奢々 2020-12-09 10:20

How do I debug a bad DLL calling convention error in MSAccess VBA code?

I made some changes to a function in a module and then got the error. How do a debug it to fi

6条回答
  •  借酒劲吻你
    2020-12-09 10:28

    I've just got this in Excel and wondered if anyone else have gotten it previously. My solution was to move around the references to my own DLL and click 'Compile '.

提交回复
热议问题