mikelauwrie
Programmer
Ok I've got new problems!
I'm trying to create a context menu through following a tutorial out of a book (in Visual C++). When writing the code for the function I get two warnings:
warning C4552: '>>' : operator has no effect; expected operator with side-effect
warning C4700: local variable 'm_lMenu' used without having been initialized
The full code is in the post below:
I'm trying to create a context menu through following a tutorial out of a book (in Visual C++). When writing the code for the function I get two warnings:
warning C4552: '>>' : operator has no effect; expected operator with side-effect
warning C4700: local variable 'm_lMenu' used without having been initialized
The full code is in the post below: