I am importing a function into Excel VBA from a DLL. The DLL was created in Microsoft Visual C++ (with a mostly unmodified version of the default example). The return value of the function call in VB is not correct, but I do not know the reason why.I am importing a function into Excel VBA from a