[shell-coding] Re: Compiling LS modules with DEV-C++
- From: "A. Klingenstein" <klingens@xxxxxx>
- To: shell-coding@xxxxxxxxxxxxx
- Date: Sun, 16 Nov 2003 00:05:58 +0100
Brian Wolven wrote:
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.
Yes, Dev-C++ has a bug there, a pretty old bug in fact :(
If you go into the "compiler" tab you can see the full error message,
unabridged, but without the "doubleclick goes to offending line" feature :/
Alex
__________________________________________________
Subscription options and archive:
http://www.freelists.org/list/shell-coding
- Follow-Ups:
- [shell-coding] Re: Compiling LS modules with DEV-C++
- From: Brian Wolven
- References:
- [shell-coding] Compiling LS modules with DEV-C++
- From: Brian Wolven
- [shell-coding] Re: Compiling LS modules with DEV-C++
- From: Kevin Schaffer
- [shell-coding] Re: Compiling LS modules with DEV-C++
- From: Brian Wolven
Other related posts:
- » [shell-coding] Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
- » [shell-coding] Re: Compiling LS modules with DEV-C++
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.
__________________________________________________ Subscription options and archive: http://www.freelists.org/list/shell-coding
- [shell-coding] Re: Compiling LS modules with DEV-C++
- From: Brian Wolven
- [shell-coding] Compiling LS modules with DEV-C++
- From: Brian Wolven
- [shell-coding] Re: Compiling LS modules with DEV-C++
- From: Kevin Schaffer
- [shell-coding] Re: Compiling LS modules with DEV-C++
- From: Brian Wolven