VB程序员博客

VB程序开发

在vba中调用vc开发的dll,返回参数的字符值超过64K,在vba中如何接收?

这么长的字符串…..少见啊

VBA中用下面的方法写文件
Open Filename For Output As #1

  Print #1, ReturnString
  
Close #1

C中也使用OPEN CLOSE的方法

那你定义这样的接口就不合适

返回的Byte()?

再用strConv转换到字符串


标签: , ,