Re: "Re: [xml] unresolved external symbol"
- From: Daniel Veillard <veillard redhat com>
- To: Kasimier Buchcik <kbuchcik 4commerce de>
- Cc: xml gnome org
- Subject: Re: "Re: [xml] unresolved external symbol"
- Date: Mon, 27 Oct 2003 09:56:39 -0500
On Mon, Oct 27, 2003 at 03:37:32PM +0100, Kasimier Buchcik wrote:
I checked the compile messages once again and found the following:
--------------
chvalid.c
..\chvalid.c(163) : warning C4028: formal parameter 2 different from
declaration
--------------
in chvalid.c we got:
xmlCharInRange (unsigned int val, xmlChRangeGroupPtr rptr)
in chvalid.h we got:
XMLPUBFUN int XMLCALL
xmlCharInRange(unsigned int val, const xmlChRangeGroupPtr group)
yeah, I fixed that in CVS last week I think,
Note the different argument names "rptr" & "group" in both functions.
Could that be the reason why the function is not exported?
I rather think it's the missing "const",
Daniel
--
Daniel Veillard | Red Hat Network https://rhn.redhat.com/
veillard redhat com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]