PB调用代码声明function boolean test(string x,ref string y) library "test.dll"按钮string x,yy = space(255)boolean zx='test'z = test(x,y)messagebox('提示',y)
dll功能使y=xreturn true
http://download.csdn.net/download/as375256234/5133200