G
Guest
hello Expert
I have a DLL with a C Header file with
typedef char typ_ascii
and a function like
result = testf(typ_ascii Data[5][10]
Can someone help me how I can make a call to this function in VB.NET ?
I tried with <dllimport> and the old 'declare function' declaration but unfortunatly, without success.
Thanks in advance.
I have a DLL with a C Header file with
typedef char typ_ascii
and a function like
result = testf(typ_ascii Data[5][10]
Can someone help me how I can make a call to this function in VB.NET ?
I tried with <dllimport> and the old 'declare function' declaration but unfortunatly, without success.
Thanks in advance.