Log in

View Full Version : What can I use on win2k instead of bpx hmemcpy?


Unregistered
October 15th, 2001, 07:20
What can I use on win2k instead of bpx hmemcpy?

windows2000 doesnt have this bpx what would you use
here instead

Cheers

Solomon
October 15th, 2001, 09:09
GetWindowTextA
SoftModalMessageBox
...............


Learn Win32 API programming, then you will know what API you should use to set a breakpoint

grab a book named "programming windows" from exetools.com and read it.
good luck.