Quote Originally Posted by mpgmike View Post
I'm still in limbo without access to my other laptop, but I modified the code so that if I wanted to debug the VB side without actually connecting, I would click "Cancel" and a new pop-up (which I created) would ask if I wanted to work off-line. I remember what I modified was one of the HIDmaker main page routines near the top having to do with On Opening or On Connect or something like that. Look for the code that includes the pop-up and start there.
Will do.

Also going to google how to call a 64-bit program from a 32-bit and exchange data (never done that). I fear asking Dr. Miller to generate C++ MFC in x64 is not a simple task at all. There's a hell of a lot of code generate, it's not just descriptors, constants and variables. There's a lot of USB manipulation going on as well.

Robert