Re: Delphi and Citrix issue



Lars Black wrote:
The Delphi compiler has a compiler directive {$SETPEOPTFLAGS nnn} to let you
set the magic bit (IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE = $8000)

What should be the value of nnn in the {$SETPEOPTFLAGS nnn}

Do we get the same effect by directly editing a executable with a PE editor?
I mean by setting the below in the EXE header:
(IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE = $8000)

Thanks,
Sarah
.



Relevant Pages