I have a DLL program in C with visual c++ 5. In my DLL I have this fonction:
extern "C" __declspec(dllexport)
int EQeau(const char *szPath)
{
KEQeau EQeau;
return EQeau.Do(szPath);
}
How can I call it in visual basic.
Thanks.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Calling a DLL fonctionThreaded View
|
Click Here to Expand Forum to Full Width |