Log in

View Full Version : Breakpoints in Win2K


Florin
April 24th, 2001, 12:32
Does anybody know some good breakpoints in Win 2K? Hmemcpy doesn't exist, RtlMoveMemory has no effect; i know that the NT apis end in W, not in A, but the old breakpoints (GetWindowTextW, GetDlgItemTextW) do not seem to be working so well.

Solomon
April 25th, 2001, 00:47
try ShowWindow, SoftModalMessageBox

If a prog uses Borland's VCL(it seems that VCL never call GetWindowTextA), why don't try the great tool called DeDe?