View previous topic :: View next topic |
Author |
Message |
aerotex
Joined: 05 Jul 2007 Posts: 10
|
Posted: Thu Jul 26, 2007 4:30 pm Post subject: Portable executables (issue with salflibc.dll) |
|
|
I have created an executable which I wish to be able to run on any PC. Currently, it does not run on any PC without FTN95 installed. I have tried copying the salflibc.dll file to the system32 directory, but it still does not work properly.
How do I get the executable to be able to run on any PC, preferably without having to distribute any other files with it?
Thanks |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8012 Location: Salford, UK
|
Posted: Fri Jul 27, 2007 4:19 pm Post subject: |
|
|
For a Win32 application you must distribute salflibc.dll with your executable.
The dll is usually placed in the same folder as the executable or in a folder (such as C:\windows\system32) that is on the PATH environment variable. |
|
Back to top |
|
|
|