I have source for an old DLL the in Visual C that I would like to put a wrapper around so that it can be registered as a resource in VB rather than having to put declarations in the VB source and put the DLL in the PATH.
I am looking for a simple example that I could follow. someting like the f_to_c function in a DLL that can be called from VB6.