vc做的DLL在PB中调用出问题,invalid stack pointer on return from function call
我用VC做了一个DLL,只要函数有参数,就无法在PB中调用,调用的错误信息如下:specified argument type differs from required argument type at runtime in dll function indent_syntax .(invalid stack pointer on return from function call)at line 4 in function uof_indent_syntax of object uo_pub_manger.
DLL的函数是indent_syntax,无论参数是什么类型(实验了char * 或int )都是同样的错误,不过将函数参数去掉调用就能成功。不知哪个VC高手做过此类工作,希望给点建议,谢谢。