:请教PB语言能调用vc++ dll中的char*吗

求救:请问PB语言能调用vc++ dll中的char*吗?
求救:请问PB语言能调用vc++ dll中的char*吗?
  如果能怎么调用?请高手指点!


------解决方案--------------------
可以, 定义 ref string
------解决方案--------------------
先做外部函数声明:
FUNCTION STRING GetSNS ( ref string sns) LIBRARY "xxxx.dll" alias for "GetSNS ;Ansi"