Alright got it working now, thanks!
Do you think it's possible or not to compile single threaded instead of
multithreaded DLL? I have many "already defined" errors during first attembs
and I did make both the lib and the app single threaded.
So I am asking if the library actually demands the mu
Further:
The errata list: the problems osis23mod showed are two kinds:
1) some oddity in the underlying OSIS text which I am rectifying just now
resulting in various "malformed" messages - essentially a verse closure tag has
made its way into the next chapter. osis2mod always rectified the prob
Alright got it working now on windows!
I didnt do anything special, I used KJV module like I did on debian linux
and I didnt have to set any options and yet the StripText() returned plain
text without any strongs.
So perhaps the library version I used on linux has a bug.
Btw, KJV did have "St
Thanks Daniel,
If you take this on, please note:
Do not include this:
+ cacheBuf[0]='\0'; //just in case len==0
Please see if the added strlen is much of a speed hit. This code should
probably be changed to use SWBuf, which keeps track of len and doesn't
need to do strl