Commands and plug-ins that load executable code into memory will not work with 64 bit executables, even when setup is running under 64 bit installation mode. Such commands and plug-ins include Register Library and Call DLL Function. You may use the various alternatives to such commands when running in 64 bit installation mode.
What would be one of the various alternatives to the Call DLL Function command that I could use in 64 bit installation mode on 64 bit windows to call into my 64 bit C++ DLL?
Thanks!