<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<DIV>Hi Guys!</DIV>
<DIV>&nbsp;</DIV>
<DIV>I believe the "Morph" problem is from the following code<BR>in 
"mainfrm.cpp" of 
BibleCS.<BR>------------------------------------------------------<BR>if ((i 
&gt;= (lookupKey.Length()-1)) &amp;&amp; (i)) {<BR>&nbsp;lookupKey = 
TrimJunk(lookupKey);<BR>&nbsp;String curLex = 
LexDictPageControl-&gt;ActivePage-&gt;Caption;<BR>&nbsp;String feature = 
(DefaultVSKey-&gt;Testament() == 1)?"Hebrew":"Greek";<BR>&nbsp;feature += 
(preChar == '(')?"Parse":"Def";<BR>&nbsp;if (!strncmp(rtf-&gt;Name.c_str(), 
"TextRTFLXX", 10))</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;feature = "GreekDef";&nbsp;&nbsp;&nbsp; //&nbsp;&nbsp; 
&lt;--------------------------------------------------------------- Problem 
code</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;if (!hasFeature(mainmgr, curLex.c_str(), feature.c_str())) 
{<BR>&nbsp;&nbsp;SWBuf tmpval = 
optionsconf-&gt;Sections["ModDefaults"][feature.c_str()];<BR>&nbsp;&nbsp;for 
(int i = 0; i &lt; LexDictPageControl-&gt;PageCount; i++) 
{<BR>&nbsp;&nbsp;&nbsp;if 
(!stricmp(LexDictPageControl-&gt;Pages[i]-&gt;Caption.c_str(), tmpval.c_str())) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;LexDictPageControl-&gt;ActivePageIndex = 
i;<BR>&nbsp;&nbsp;&nbsp;&nbsp;break;<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;}<BR>&nbsp;}<BR>}<BR>------------------------------------------------------<BR>In 
the middle [feature = "GreekDef";] should be [feature = "GreekParse";]<BR>In 
"options.conf" I set [GreekDef=Packard] and got it to work. (But other mods 
failed)<BR>Below is what should be set for KJV, TR &amp; LXX modules:<BR>KJV 
O.T.&nbsp; 
Feature=HebrewDef=StrongsHebrew<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;Feature=HebrewParse=??????&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;---------- Anybody working on this module?<BR>KJV N.T.&nbsp; 
Feature=GreekDef=StrongsGreek<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp; Feature=GreekParse=Robinson</DIV>
<DIV>&nbsp;</DIV>
<DIV>TR&nbsp; N.T.&nbsp; 
Feature=GreekDef=StrongsGreek<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp; Feature=GreekParse=Robinson&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>LXX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Feature=GreekDef=StrongsGreek<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;Feature=GreekParse=Packard&nbsp; <BR>Unfortunately I could not find 
a module for "HebrewParse".<BR>Ideally these settings should be set in the 
module ".conf" files.<BR>For Example, "options.conf" should not lock-in 
"GreekParse" as it can be Robinson or Packard.</DIV>
<DIV>&nbsp;</DIV>
<DIV>In His Grace,<BR>Robin<BR></DIV>
<DIV><FONT lang=0 face=Arial size=2 FAMILY="SANSSERIF" PTSIZE="10">E-mail: 
</FONT><FONT lang=0 face=Arial color=#ff0000 size=2 FAMILY="SANSSERIF" 
PTSIZE="10">RLRandallX@aol.com<BR></FONT></DIV></FONT><BR><BR><BR><DIV><FONT style="color: black; font: normal 10pt ARIAL, SAN-SERIF;"><HR style="MARGIN-TOP: 10px">See AOL's <A title="http://food.aol.com/top-rated-recipes?NCID=aoltop00030000000004" href="http://food.aol.com/top-rated-recipes?NCID=aoltop00030000000004" target="_blank">top rated recipes</A> and <A title="http://body.aol.com/fitness/winter-exercise?NCID=aoltop00030000000003" href="http://body.aol.com/fitness/winter-exercise?NCID=aoltop00030000000003" target="_blank">easy ways to stay in shape</A> for winter.</FONT></DIV></BODY></HTML>