This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Trying to add an exit confirmation dialog to Cygwin setup.exe, failing


On Sun, Mar 15, 2009 at 07:47:33AM -0600, Terry Fleming wrote:
>I figured it out.
>The intercept has to go in PropSheetWndProc() in propsheet.cc, not in
>WindowProc() in window.cc. The latter function is dead code.
>Also, the message loop in Window::MessageLoop() in window.cc is indeed
>broken, as Andy Koppe and I suspected, but it doesn't matter, because
>that function is dead code too.
>I can't believe I wasted two days of my life on this sludge.

I can't believe I wasted five minutes of my life reading email from
someone who doesn't know how to use a debugger.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]