- Find which function called specific WINAPI function
- Posted by bim_bom on September 4th, 2006
Hi,
I know, which winapi calls I need to eliminate from sourcecode. I use
Borland C++ Builder and some of the VCL libraries call BitBlt function. I
have a exe of my application with debug information. How can I find, where
this WINAPI BitBlt function is called?
Of ourse it would be great if there were automatic solutions.
Thanks in advance!
- Posted by r_z_aret@pen_fact.com on September 4th, 2006
On Mon, 4 Sep 2006 14:15:50 +0200, "bim_bom" <julekmen@go2.pl> wrote:
I don't know of any neat methods. I know of two methods that will
work:
1) use grep to look through source code
2) hide the header that declares BitBlt and recompile
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
- what stop the MiniportHalt function to be called? (Drivers) by tianjun
- scsi miniports DriverEntry is called but on other function... (Drivers) by Mike
- In a function is there any way to tell which function called me? (Development Resources) by Paul Tomlinson
- Halt function not called in case of hibernate (Drivers) by pppsandeep
- DialogBox function and C++ classes in WinAPI (Development Resources) by Nick

