R Richard O. Oct 7, 2003 #1 How can I call a .NET function that returns a string by reference with powerbuilder code?
M Michael Giagnocavo [MVP] Oct 8, 2003 #2 If Powerbuilder can call COM, then you can expose your assembly to COM, and then call it (RegAsm will register your assembly for COM). -mike MVP
If Powerbuilder can call COM, then you can expose your assembly to COM, and then call it (RegAsm will register your assembly for COM). -mike MVP