Re: [sword-devel] maps

2009-09-09 Thread mmital2
I didn't realize that Peter has already pointed out this resource in his earlier post in September 2008. Sorry for the duplicate post. Any word if the created maps are really "copy-free"? mmital2 wrote: > > Thank you Peter. > > I have been searching for a good

Re: [sword-devel] maps

2009-09-05 Thread mmital2
Karl Kleinpaste-2 wrote: > > > I've just generated a new module SmithBibleAtlas from one of the links > near the top of the godweb.org reference. I now have 8 map & atlas > modules in my repo (lexdict or genbook): > ABSMaps (ld)EpiphanyMaps (gb) HistMidEast (gb) > NETmaps (ld)

[sword-devel] Highlighting word

2009-04-13 Thread mmital2
Hi, Can anybody suggest what would be the best approach for storing highlighted words (that is, providing user the capability to highlight certain words of the chapter or verse using the mouse).Is there any way this information be stored in module itself? The approach I tried is to store the star

Re: [sword-devel] Follow up: Hello from India

2009-03-13 Thread mmital2
For the Hindi Bible, are we waiting on obtaining copyright permission from Yesudas Solomon, or is it a matter of someone willing to convert the available text into sword compatible format? Thanks for clarification. Yesudas Solomon in Tamilnadu has Bibles available in three Indian languages: Ta

Re: [sword-devel] compiling sword library with CLucene

2009-03-07 Thread mmital2
Hi, Made a little progress with this. A majority of the 133 errors related to TCHAR disappeared after I added: #define TCHAR char I added this in StdHeader.h line 177 //always include replacement, some missing tchar defines #include "CLucene/config/repl_tchar.h" #define TCHAR char