What's going on with the error in al_num I can answer quickly.  It
should, though, be moved to a board on SF instead.  What's going
on is that one of those two functions should probably be wrapped in a
#if wxUSE_UNICODE, because that determines the definition of
wxChar.  If you have an ANSI build of wxWidgets, then wxChar is
the same as char, and the function is redefined.  Thanks for your
input, guys!  I'm home now, so I'll be able to get back to coding
once I get settled in at home tomorrow.<br>
<br>
And, about the UTF capabilities in GTK+ verse those in wx - wx has
decent support for changing from different encodings to it's internal
16-bit representation of Unicode when built to support that, but I have
had trouble displaying UTF-8 to wxMozilla, probably because of its
architecture, but I have contacted the developer about it.&nbsp; Again,
thanks for all the input, guys.&nbsp; You can email me directly if you
have further comments on wxSword itself by using the email link on SF.<br>
<br>
--Greg<br><br><div><span class="gmail_quote">On 7/2/05, <b class="gmail_sendername">Barry Drake</b> &lt;<a href="mailto:b.drake@ntlworld.com">b.drake@ntlworld.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi there ............<br><br>Lynn Allan wrote:<br><br>&gt; ..\include\al_num.h(119) : error C2084: function 'int al_pos(const<br>&gt; wxChar *)' already has a body<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ..\include\al_num.h(7) : see previous definition of 'al_pos'
<br><br>I got exactly the same problem as Lynn, using the Windows port of GnuC++<br>under DevC++ ver. 3.4.2 mingw.&nbsp;&nbsp;I wonder if Greg's build is being made<br>with the old version of GnuC - the latest one is far more strict in its
<br>syntax.&nbsp;&nbsp;I haven't got to the link to work yet ......&nbsp;&nbsp; I'll try a bit<br>more later.<br><br>God bless,<br><br>Barry<br><br>-- From Barry Drake (The Revd) minister of the Netherfield United Reformed church, Nottingham see 
<a href="http://www.jesusinnetherfield.org.uk">http://www.jesusinnetherfield.org.uk</a> for our church homepages).<br><br>Replies - <a href="mailto:b.drake@ntlworld.com">b.drake@ntlworld.com</a><br><br>_______________________________________________
<br>sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel
</a><br>Instructions to unsubscribe/change your settings at above page<br></blockquote></div><br>