It's just a warning, but can anybody explain to me what this
warning is:
warning C4047: '=' : 'unsigned int ' differs in levels of
indirection from 'void *'
The line of code that is causing it is:
WndClass.style = NULL;
I am compiling with the old version 4 of VC++.
Also, what should WndClass.style be to eliminate this
error ?
Thanks for any information.
Andy.