nsString

philippe <[email protected]> Mon, 28 Nov 2011 02:36:33 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.embedding
Organization http://groups.google.com
Message-ID <b7549aac-dc15-4552-a76f-8b8182654d15@l24g2000yqm.googlegroups.com>
Hello.

I built a browser with gecko 1.8 . It worked fine.
Now I try to use gecko 1.9.2.23. I get some conversions problems

For example:

______________

nsString attributeName

char* attrName=ToNewCString(attributeName); causes an error : cannot
convert parameter 1 from 'nsString_external' to 'const nsACString &'
___________________

Is there a doc about such conversions in 1.9.2.

Could you help me ?

Thank's

philippe