Discovery > How to extract icons on 16bit executable on 64bit platform
As it is not directly possible to launch executable, it is difficult to extract icons from 16bit program using Windows 64bit api.
Most of all choices proposed doesn't work pn 16bit icons.
One of hidden gem is Borland Resource Workshop v5.02, that you launch on 64bit platform and still work perfectly as it used to.
Open the executable.
- In the file selection Dialog, select the Resource viewer, then choose your executable.
- Once opened, just save the icon to the ICO format.
You can then use it in a shortcut or something.