Re: [sword-devel] Introducing BibleMemorizer

2005-04-02 Thread Jeremy Erickson
(Troy wrote) > No need to include me in the copyright notice. Consider my > contributions, past and future, 'contributed ownership'. You don't mind being included in the "About" box, do you? Just checking. Your contributions have been helpful. Thanks again. -Jeremy Erickson __

Re: [sword-devel] Introducing BibleMemorizer

2005-04-01 Thread Jeremy Erickson
> That's odd. I think since you are declaring and assigning the > variable, it is trying to call a copy c-tor. Try changing it to: > > VerseKey vk; > for (vk = TOP;... > > and see if that fixes it. If so, we might need to rethink the operator > =(SW_POSITION) feature-- maybe add a VerseKey

Re: [sword-devel] Introducing BibleMemorizer

2005-04-01 Thread Troy A. Griffitts
Jeremy, That's odd. I think since you are declaring and assigning the variable, it is trying to call a copy c-tor. Try changing it to: VerseKey vk; for (vk = TOP;... and see if that fixes it. If so, we might need to rethink the operator =(SW_POSITION) feature-- maybe add a VerseKey(SW_POSITI

Re: [sword-devel] Introducing BibleMemorizer

2005-04-01 Thread Jeremy Erickson
> Books can be obtained from VerseKey with something like: > > for (VerseKey vk = TOP; !vk.Error(); vk.Book(vk.Book()+1)) { > cout << vk.getBookName() << endl; > } > > > vk.getBookAbbrev(); is also available if you'd like a shorter book name. > > -Troy. When I

Re: [sword-devel] Introducing BibleMemorizer

2005-03-25 Thread Jeremy Erickson
Got my own message individually. I'm responding to see if it will show up as a response rather than a new message. Hopefully this fixes the top-level message problem. El Vie 25 Mar 2005 12:52 PM, Jeremy Erickson escribió: > Thanks, Troy, for the patch. It basically works. With a few modifica

Re: [sword-devel] Introducing BibleMemorizer

2005-03-25 Thread Troy A. Griffitts
Jeremy, No need to include me in the copyright notice. Consider my contributions, past and future, 'contributed ownership'. Yeah, I figured you'd want to move some stuff around. I saw your concept of a Verse class, but didn't spend the time to understand how you were using it. Book

Re: [sword-devel] Introducing BibleMemorizer

2005-03-23 Thread David Blue (Mailing List Address)
On Wednesday 23 March 2005 05:39 pm, Jeremy Erickson wrote: >   I have created a program called BibleMemorizer which will help with Bible > memorization. Wow, I was just contemplating doing this myself. I'll have to check it out. -- -David's Mailing List and Spam Receiver Keeping me (relatively)

Re: [sword-devel] Introducing BibleMemorizer

2005-03-23 Thread Troy A. Griffitts
Jeremy, Just a quick hack. this assumes you've done a 'make install' for the sword libraries so you have them available for programming (headers in something like /usr/include/sword), or have installed an rpm like sword-devel. You'll probably have to change some paths in the make system. Ho

Re: [sword-devel] Introducing BibleMemorizer

2005-03-23 Thread Eeli Kaikkonen
On Thursday 24 March 2005 00:39, Jeremy Erickson wrote: > BibleMemorizer is under a > GPL-compatible 2-clause BSD License. It cannot be. If it uses a GPL'ed library, it must be under GPL. However, you can double-license part your source code - but not binaries - under some other license. It goe