- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My windows application uses a Fortran EXE. It gets started up using StartUpInfo flags to make it hidden. Using XE2019 the console appears anyway. How can I stop this?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm at a loss to understand how the compiler could affect this. The StartupInfo flags are on CreateProcess, right? Can you tell us a bit more about what you're doing? When I write a program with no UI, I make it a Windows app (WinMain entry) that doesn't put up a window. Are you writing to the console?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My windows app is not Fortran.
No I am not wrtting to the console.
It has been working fine in all previous fortran versions with a hidden console.
Yes I am use CreateProces to launch the exe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you able to construct a small test case that demonstrates the problem? I'm having trouble understanding what you're doing. Maybe you can use the example here as a starter.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page