Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging user32.dll

Status
Not open for further replies.

titanandrews

Programmer
Feb 27, 2003
130
US
Hi,
I have a crash in my program in user32.dll. I use a function from the Win32 API. I want to know if there is a way to view the source code for this dll using MS VS6 or 7. I traced back to my function call and all pointers look good (obviously not that good), but to really see what is going on I need to go into the user32 source. Is this possible?

many thanks,

Barry
 
MS Windows isn't open source software. You may see asm-like code of some system modules in VS debugger (install system symbols from VS >= Pro). Usually it's not interesting thing (usually it doesn't matter). Don't digress, check YOUR code...
Good luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top