[Dev-C++] Error message from Dev-C++
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Richard P. E. <ev...@ma...> - 2000-11-05 02:35:41
|
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++ ? |