We are trying to communicate with a time-to-digital converter card via a DLL provided by the manufacturer. However, this DLL does not seem to have a defined entry point as when we have used Visual Basic 6, VB it errors and tells us there is no entry point.
We can write a wrapper DLL in C but in terms of overheads it would be preferable to go to the original DLL direct.
I know labVIEW can easily load DLLs but can it load a DLL without an entry point? We have a header file which defines the functions.
I hope you can help.