G
Guest
Hi,
I need to call the followin function (that is placed in an additional DLL)
out of VB.NET code:
BOOL TestFunc(CString str1, CString str2)
{
[...]
}
How can I call this function out of VB.NET code? How do I declare the
parameters to match the ones in C++?
Thanks
Peter
I need to call the followin function (that is placed in an additional DLL)
out of VB.NET code:
BOOL TestFunc(CString str1, CString str2)
{
[...]
}
How can I call this function out of VB.NET code? How do I declare the
parameters to match the ones in C++?
Thanks
Peter