I am having an strange error with my C++ Windows API wrapper dll. I have already exposed six methods to COM with this dll. Every function works when I use them individually, but when I use COM exposed methods in VBScript like:I am having an strange error with my C++ Window