Kevin Schaffer wrote:
Brian Wolven wrote:
198 C:\LiteStep\modules\archive\winplace\winplace.cpp
invalid conversion from `void (*)(HWND__*, char*)' to `void
Is that the entire error message? It looks like it's been cut off.
That was all it showed, but it may have been a bug in dev-c++'s error
logging/display - it is a beta version (Dev-C++ 5 beta 8.4). Changing all of
the function defs to use "const char* arg" rather than "char* arg" made it
happy though.