Click here to Skip to main content
15,667,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1. plain C program Windows 7 ultimate
2. Debug/Start debugging (F5)
3. I have a breakpoint at this instruction: return(CallNextHookEx(NULL, nCode, wParam, lParam));
4. it stops at that breakpoint
5. I step over to next instruction which is a right brace '}' closing a Switch/Case
6. it moves to the right brace
7. now,whether I 'step in', 'step over', or 'step out' it displays a big window saying as follows:

wuser32.pdb not included
Symbol loading for user32.dll was skipped because it is not specified in the included modules list.

How do I avoid this, please?
All I want it to do is continue executing the target program.

With thanks!
/nick
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900