Sorry the correct linkt to the code is here:
http://bibleworkplace.sourceforge.net/sword2netdoc/swordbible_8cpp_source.html
wolfgang
2010/6/9 Wolfgang Schultz :
> Hello,
>
> the problem is fixed now. This code will provide readable text from a
> given sword bible module
>
> http://bibleworkpla
Hello,
the problem is fixed now. This code will provide readable text from a
given sword bible module
http://bibleworkplace.sourceforge.net/sword2netdoc/sword2net_8cpp_source.html
wolfgang
http://www.zefania.de
2010/5/26 Wolfgang Schultz :
> Hello
>
> following code from the sword2net wrapp
Hello
following code from the sword2net wrapper
modules->Add(gcnew String(module->Name()));
modules->Add(gcnew String(module->Description()));
module->getKey()->increment(1);
modules->Add(gcnew String(module->getKey()->getText())+ " "+ gcnew
String(module->RenderText(module->getKey(;
p