Paul
2009-02-12 00:47:31 UTC
Hi,
I have written a Win32 C++ program that uses a windowless richedit
control (ITextHost, ITextServices) to translate RTF to text. The
translations will occur in a service. I build the program in release
mode with optimizations turned off. When I run it within the debugger,
the program works fine. When I run the exact same binary outside of the
debugger, the program runs but the translations fail.
I would like to know what the debugger is doing to facilitate the RTF
translations. If I knew the difference I should be able to add the
missing steps to my app.
Thanks for your help.
Paul
I have written a Win32 C++ program that uses a windowless richedit
control (ITextHost, ITextServices) to translate RTF to text. The
translations will occur in a service. I build the program in release
mode with optimizations turned off. When I run it within the debugger,
the program works fine. When I run the exact same binary outside of the
debugger, the program runs but the translations fail.
I would like to know what the debugger is doing to facilitate the RTF
translations. If I knew the difference I should be able to add the
missing steps to my app.
Thanks for your help.
Paul