Hi there,
I have the below VBA codes and need to know how do I implement the code in .NET?
Option Compare Database
Declare Sub Process Lib "Process.dll" (ByRef sInt As Integer, ByRef sString As MemInfo)
Type MemInfo
sString As String * 100
End Type
Public Sub test()
Dim sSize As...
hi there,
I'm trying to call a cobol dll from .Net application but when the dll returns the string value, it returns the extended ascii characters.
It is working fine if i'm passing the integer value.
please help!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.