[sword-devel] Getting text without tags

2006-12-01 Thread Jari Strand
Hello, I have been trying to figure how to print just plain text in the console window. I have tried calling the RenderText() from SWModule among other methods but they all seem to give the string with the tags. The only change I have been able to make to the output format has been making it to

Re: [sword-devel] Getting text without tags

2006-12-01 Thread Jari Strand
d last time I >checked, but they should at least give you a launching point. Happy >coding! > >--Greg > >On 12/1/06, Jari Strand <[EMAIL PROTECTED]> wrote: > > Hello, > > I have been trying to figure how to print just plain text in the console > > window. I

Re: [sword-devel] Getting text without tags

2006-12-01 Thread Jari Strand
Thanks but that seems to return the text with some additional reference numbers (strong?). >From: Joachim Ansorg <[EMAIL PROTECTED]> >Reply-To: SWORD Developers' Collaboration Forum >To: SWORD Developers' Collaboration Forum >Subject: Re: [sword-devel] Getting text without tags >Date: Fri, 1

[sword-devel] How do you link the libarary in windows

2006-12-02 Thread Jari Strand
Hello, this isn't the first time im linking libraries on windows but I havent been able to compile a test application using either one of the three build solutions for VS programs. First I tried the vc8.0 but I dont know how to link the generated dll to a project because it creates manifest inst

Re: [sword-devel] Getting text without tags

2006-12-02 Thread Jari Strand
gt;SWMgr library; >SWModule *book = library.getModule("KJV"); >book.setKey("jn.3.13"); >cout << book.StripText(); > >There are a number of options which you may or may not want to show up in >your text, like footnotes, strongs number, etc. These can be tur

Re: [sword-devel] How do you link the libarary in windows

2006-12-03 Thread Jari Strand
indows >Date: Sat, 02 Dec 2006 12:16:59 -0700 > >Jari, > These are newly added filters. The project files have probably not >been updated to include them. They are both filters and should be >located under src/modules/filters/ > >Jari Strand wrote: > > Hello, this isn

Re: [sword-devel] Getting text without tags

2006-12-03 Thread Jari Strand
rg/svn/sword/trunk/examples/cmdline/listoptions.cpp > >These questions are great opportunities for us to improve our examples; >please keep asking! I hope these are helpful. > > -Troy. > > > >Jari Strand wrote: > > I don't know what's wrong but the

[sword-devel] VC compiler warning worth to take a look

2006-12-04 Thread Jari Strand
Hi, I was compiling the library in VC++ express 2005 and it gave a warning which seems to be worth to take a look. Here's the output: swunicod.cpp ...\..\..\src\utilfuns\swunicod.cpp(128) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the give

Re: [sword-devel] How do you link the libarary in windows

2006-12-04 Thread Jari Strand
Just wanted to let you know that all compilation problems should be solved now! The library compiled fine as MT DLL and just plain MT. In Christ, Jari. _ Express yourself instantly with MSN Messenger! Download today it's FREE! htt

[sword-devel] Some enresolved symbols on windows

2006-12-14 Thread Jari Strand
Hi, I was happily using the sword library until I tried instanting a MarkupFilterMgr and now these references are unsolved: libswordvc71mt.lib(gbfhtmlhref.obj) : error LNK2019: unresolved external symbol "public: static class sword::SWBuf const __cdecl sword::URL::encode(char const *)" ([EMAIL

Re: [sword-devel] Some enresolved symbols on windows

2006-12-15 Thread Jari Strand
me enresolved symbols on windows >Date: Thu, 14 Dec 2006 21:57:41 -0700 > >Looking closely at your output, the missing symbol is from > >URL::encode(char const *) > >this is located here: > >sword/src/utilfuns/url.cpp > >Hope this helps. > > -Troy. >

Re: [sword-devel] How do you select verses from a range?

2006-12-15 Thread Jari Strand
t; >Jari, > I've added a new example for you: > >http://crosswire.org/svn/sword/trunk/examples/cmdline/verserangeparse.cpp > > Please let me know if this does not answer your question. > > -Troy. > > > >Jari Strand wrote: > > Hi

Re: [sword-devel] How do you select verses from a range?

2006-12-15 Thread Jari Strand
rse I could and should use something like std::string and return that but I just wanted to make this in the right way. >Hope this helps. Glad you're making progress. > It sure does! Thanks. It's alright if I can't get a perfect solution for this now that I do have a cod

Re: [sword-devel] How do you select verses from a range?

2006-12-15 Thread Jari Strand
erely a convenience hook to help facilitate UI development. You >can use or neglect them as much as you want. > >-Troy. > > > > > As you can see the result's length is limited. But of course I could and > > should use something like std::string and return that but I jus

Re: [sword-devel] How do you select verses from a range?

2006-12-16 Thread Jari Strand
t's length is limited. But of course I could and > > should use something like std::string and return that but I just wanted >to > > make this in the right way. > > > > > > > >> Hope this helps. Glad you're making progress. > >>

[sword-devel] Copying scripture quickly for presentation

2007-02-09 Thread Jari Strand
Hello. Our church is using power point presentations to display scripture but this requires copy and paste every time which is too slow if you need to show something on request. So I was wondering if there are any plans for some sort of verse exporter that would generate a html page or even bett

[sword-devel] Bug in module conf installation paths in windows

2007-02-17 Thread Jari Strand
Hi. I installed SWORD project and few Bible modules using the local installation method (exe installer) but the configuration files of the modules were placed in to a wrong folder. So I had to move the .conf files to right folder in order to make the SWORD load and show the Bible modules. They w

Re: [sword-devel] Copying scripture quickly for presentation

2007-02-17 Thread Jari Strand
>From: "Jonathon Blake" <[EMAIL PROTECTED]> >Reply-To: SWORD Developers' Collaboration Forum >To: "SWORD Developers' Collaboration Forum" >Subject: Re: [sword-devel] Copying scripture quickly for presentation >Date: Fri, 9 Feb 2007 20:34:34 + > >Jari wrote: > > > So I was wondering if ther

Re: [sword-devel] Copying scripture quickly for presentation

2007-02-17 Thread Jari Strand
It's an interesting idea but I was thinking of rather making a new external app (like the install manager) that would open up for displaying the verse. Could call it scripture presentation and it would overlap the whole screen. Then it could be closed as windows usually are closed with hotkeys (

Re: [sword-devel] -- Spam --Re: Copying scripture quickly forpresentation

2007-02-18 Thread Jari Strand
ation Forum >Subject: Re: [sword-devel] -- Spam --Re: Copying scripture quickly >forpresentation >Date: Sat, 17 Feb 2007 19:18:51 -0700 > >Jari Strand wrote: > > It's an interesting idea but I was thinking of rather making a new >external > > app (like the in

Re: [sword-devel] Copying scripture quickly for presentation

2007-02-19 Thread Jari Strand
w it is windows only >(requires directx, c#, flash player, etc) > >God Bless, >Ben >--- >"Glory is fleeting, but obscurity is forever" Napoleon Bonaparte > >On 2/18/07, Jari Strand &l

[sword-devel] tntSystem.hpp for biblecs?

2007-02-19 Thread Jari Strand
Hi, I'm trying to compile biblecs on windows using turbo C++ from borland but I am missing the tntSystem.hpp header file. Any one know about this? Thank you. In Christ, Jari. _ Express yourself instantly with MSN Messenger! Download