My Harbour application occasionally causes external exception C0000006 errors when running on a Windows 2008 terminal server.It appears they can be avoided by having the following flags set on the executable's PE header:
Does anyone here know the best way of setting these flags for a Harbour application?
I'm building with MingW, and I notice gcc -v --help shows there is a "--tsaware" option; can that be included in the .HBP file, and is it the same as IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE?