I have a 64-bit utility program that I want to launch from within a compiled VFP dll. It doesn't seem to be working, I'm guessing because VFP needs 32-bit compatible components. I'm using ShellExecute. I'd like to avoid making the new utility program 32-bit (some libraries are not compatible). Is there a way that VFP could call the 64-bit exe?