Yes, I have had excellent success with wxWidgets - it's the fact that
I'm using the wxMozilla library as my HTML display widget that's
holding me up.  I have it down to requiring xpcom and nspr, from
Mozilla, within its pkg-config path.  Now all that remains is to
convince mozilla to compile under MinGW.  Unfortunately it is
designed to compile under Cygwin, but still build a native Windows
executable.  I haven't yet tried to compile Mozilla under MinGW
other than to untar it and discover that it wants Cygwin.  So I'll
be working on that.  Once that is overcome, everything should be
smooth sailing from there on in the realm of preparation.<br>
<br>
Then, of course, comes the fun part of testing the work I have, so far,
done.&nbsp; We'll see :).&nbsp; I'm also looking into that Visual C++
Express as you indicated - it looks like a possibility!&nbsp; Thanks.<br>
<br>
--Greg<br>
<br><br><div><span class="gmail_quote">On 8/2/05, <b class="gmail_sendername">Jason Turner</b> &lt;<a href="mailto:lefticus@gmail.com">lefticus@gmail.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;">
I generally have very good success compiling wxWidgets with MinGW, as<br>well has Biblestudy.<br><br>If you do want to stick with Visual C++, I suggest you try looking at<br>the express editions of visual studio,<br><a href="http://lab.msdn.microsoft.com/express/">
http://lab.msdn.microsoft.com/express/</a> . I'm not yet sure if it will<br>work for compiling wx and sword.<br><br>Mozilla will be able to render the RtoL text for you with no<br>difficulty whatsoever, you need to first query sword to see if it is a
<br>RtoL text. If it is, then you need to set<br>&lt;div dir=&quot;rtl&quot;&gt;&lt;/div&gt; around the appropriate text.<br><br>RtoL is currently the biggest remaining issue with Biblestudy, wxHTML<br>does not support it and trying to format it up by hand has proven to
<br>be quite difficult.<br><br>-Jason<br><br>On 7/31/05, Greg Hellings &lt;<a href="mailto:greg.hellings@gmail.com">greg.hellings@gmail.com</a>&gt; wrote:<br>&gt; I tried to email this list last week - but alas, the server was down
<br>&gt; according to Troy.<br>&gt;<br>&gt;&nbsp;&nbsp;I have created a tarball of the latest version of wxSword on SourceForge.<br>&gt; I was trying for the past two weeks to get a build going under Windows,<br>&gt; however I am not, alas, a Windows programmer.&nbsp;&nbsp;I tried taking the route of
<br>&gt; MinGW and was nearly successful.&nbsp;&nbsp;I plan to return to that soon.<br>&gt;<br>&gt;&nbsp;&nbsp;With the latest CVS version of wxMozilla I was able to achieve proper<br>&gt; display of UTF-8 non-Latin characters (Hebrew appears to be displaying
<br>&gt; backwards, but I'm not a Hebrew expert, so I'm not certain of that) and<br>&gt; there is support for all of the types of books that Sword supports.&nbsp;&nbsp;There<br>&gt; are still no bells and whistles because I was busy slaving away on trying to
<br>&gt; get the Windows build.&nbsp;&nbsp;One problem is that I have never been successful<br>&gt; with building a wxWidgets program under my version of VC++ 6.0, which is an<br>&gt; archaic version, and I believe that wxWidgets properly requires a
<br>&gt; significantly newer version of the compiler.&nbsp;&nbsp;However, the examples that<br>&gt; come with wxWidgets will build, so I must just be missing something.<br>&gt;<br>&gt;&nbsp;&nbsp;I will get back to you if I am able to complete a Windows build.&nbsp;&nbsp;For now I
<br>&gt; was just dropping back into Linux so that I could test the new CVS changes<br>&gt; the wxMozilla guys made to their package so that I could get UTF-8 to<br>&gt; properly display.<br>&gt;<br>&gt;&nbsp;&nbsp;Shalom,<br>&gt;&nbsp;&nbsp;Greg Hellings
<br>&gt;<br>&gt; _______________________________________________<br>&gt; wxsword-devel mailing list<br>&gt; <a href="mailto:wxsword-devel@www.crosswire.org">wxsword-devel@www.crosswire.org</a><br>&gt; <a href="http://www.crosswire.org/mailman/listinfo/wxsword-devel">
http://www.crosswire.org/mailman/listinfo/wxsword-devel</a><br>&gt;<br>&gt;<br>&gt;<br><br><br>--<br>Everything I know about computers I learned from the Video Professor<br></blockquote></div><br>