This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compile "error 1705"
- From: Pierre-Matthieu anglade <pierre dot matthieu dot anglade at gmail dot com>
- To: Marco Borsani <m dot borsani at it dot net>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 6 Dec 2005 10:49:49 +0100
- Subject: Re: Compile "error 1705"
- References: <006501c5fa47$295bc7f0$0900d40a@intranet.it.net>
It looks like there's one extra const which is not welcome. I can't
test because I don't have your header "extra.h" but try:
int movefile(const char* filename, const char* directory)
--
Pierre-Matthieu Anglade