Slight OT and is my first post – but it does relate to FTN usage!
I’ve installed FTN95 which works just fine. However there is a strange effect when compiling. The screen goes black – as if to a “DOS box”, (like a cmd .exe or command.com is run). When compilation ends, the screen returns to “normal”.
This effect is not unique to FTN95 on this machine. I have exactly the same effect when compiling a Visual Studio C++ program.
At first I thought it may be a driver problem on either the graphics AGP card or the monitor driver itself. Updating both didn’t fix it though.
I found a Microsoft report of this behaviour on several Windows OS’s – (but not W2k which is what I am using) . Anyway, the fix they mention was to ensure that either cmd.com opened in a “Windows” mode (rather than full screen) OR to make some registry changes affecting vcspawn,exe. The only vcspawn(s) I can find on my system (I think) relate to a much older Visual Studio install (V6.0).
Clutching at straws I checked that cmd.exe options starts all instances in Windows mode. It didn’t fix the problem. I found a registry key HKCU/console/cmd.exe which has a key “FullScreen”. But this was already set to zero – I tried setting to 1 – no difference.
I tried installing FTN95 on my laptop – and that compiles with no sign of a black screen at all.
And so, I just wonder if anyone out there has experience this behaviour and perhaps found a fix for it? Thanks