D
dafuwengqing
Unregistered / Unconfirmed
GUEST, unregistred user!
我有两个过程init ,myrelease和一个函数checkanswer
导出时是这样写的
exports
init,checkanswer,myrelease;
但是我在调用dll时,当调用到checkanswer时参数位置错位了,很多参数传给dll中的checkanswer时变成了乱码,但是调用init时是对的,为什么?
导出时是这样写的
exports
init,checkanswer,myrelease;
但是我在调用dll时,当调用到checkanswer时参数位置错位了,很多参数传给dll中的checkanswer时变成了乱码,但是调用init时是对的,为什么?