RE: [xml] initGenericErrorDefaultFunc weirdness.
- From: "Johnson, Cameron" <ccjohnson filenet com>
- To: "Alexey Sarytchev" <asarytchev marketswitch com>, "Jose Commins" <axora myrealbox com>
- Cc: xml gnome org
- Subject: RE: [xml] initGenericErrorDefaultFunc weirdness.
- Date: Wed, 2 Jun 2004 09:53:13 -0600
I am using the initGenericErrorDefaultFunc and this is what my code
looks like.
xmlGenericErrorFunc handler = MyXMLErrorFunction;
initGenericErrorDefaultFunc(&handler);
-----Original Message-----
From: xml-bounces gnome org [mailto:xml-bounces gnome org] On Behalf Of
Alexey Sarytchev
Sent: 2/Jun/2004 8:12 AM
To: Jose Commins
Cc: xml gnome org
Subject: Re: [xml] initGenericErrorDefaultFunc weirdness.
You can try
xmlGenericErrorFunc gef;
initGenericErrorDefaultFunc(&gef);
And after that you will prabablyu get an address of default error
function in your variable. I gess it is not what you wanted.
Regards,
Alexey.
Jose Commins wrote:
With your suggestion below, I get ' main.c:109: error: invalid
lvalue in unary `&' '
With this:
initGenericErrorDefaultFunc((xmlGenericErrorFunc)&MyXMLErrorFunction)
I
still get: 'main.c:109: passing arg 1 of `initGenericErrorDefaultFunc'
from incompatible pointer type' error.
Argh!
Regards,
Jose.
_______________________________________________
xml mailing list, project page http://xmlsoft.org/
xml gnome org
http://mail.gnome.org/mailman/listinfo/xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]