HOW TO RUN A STANDALONE NAPA EXECUTABLE ? ================================================================================ A DLL may be called by an executable produced by the NAPA compiler WINDOWS 64bits: pthreadGC2-w64.dll Outside the NAPA environment, like running a NAPA stand-alone executable, it is therefore NECESSARY to place this DLL in the directory hosting the executable to run outside the NAPA environment, or to copy this DLL below in the WINDOWS directory of your computer: \Simulate\InstallDos\IMPORTANT_DLL\pthreadGC2-w64.dll to \WINDOWS\pthreadGC2-w64.dll This is MANDATORY to join this DLL when distributing a standalone executable! ================================================================================ You have received a standalone executable ? Run it from a Windows DOS Shell. It could be a good idea to create for the occasion a batch file. ================================================================================