View previous topic :: View next topic |
Author |
Message |
simon
Joined: 05 Jul 2006 Posts: 281
|
Posted: Thu Mar 06, 2025 3:01 am Post subject: Windows Yes/No |
|
|
In the ftn95p file, what does the "Windows" entry do? In my file this can be "Yes" or "No", but I do not know how it is set. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8145 Location: Salford, UK
|
Posted: Thu Mar 06, 2025 8:07 am Post subject: |
|
|
It is the linker option for a "Windows application".
"Yes" is the same as using the directive WINAPP and creates a "Windows" application as opposed to a "Console" application.
Basically it sets the appropiate flag in the PE header of the application. |
|
Back to top |
|
 |
|