I am trying to compile and run an example program from
http://www.relisoft.com/win32/generic.html
I created a Project file I called Win_Gen in Dev-C++, removed the default
"untitled.cpp" file it opens and added all the files from the generic.zip file.
Then I did a "Save All" and a compile and got the following error message:
Line 76 winmaker.cpp ANSI C++ forbids implicit conversion from 'void*' in
argument passing
I got the same error message for Line 85. These lines are both in
void WinClass::SetResIcons (int resId)
Does anyone know the fix for this in Dev-C++ ?
|