[sword-devel] Downloads exceeding 45 seconds are timed out?

2013-08-29 Thread Rendezvous
Reading the ChangeLog of Sword, i see there was a change that included a 45 second timeout for "InstallMgr FTP." My application when attempting to download a module that takes more than 45 seconds to download will go on to proceed as if it successfully downloaded the module. (But at least, afte

Re: [sword-devel] Another front-end

2010-02-24 Thread Rendezvous
Thanks for informing me that it doesn't work on Vista and 7 (i was hoping to get some feedback on those). I only have Windows XP 32-bit, and things work there like they do in Linux. When testing on my system, the program had only complained about QtCored4.dll and QtGuid4.dll, but i'll be sure t

[sword-devel] Another front-end

2010-02-23 Thread Rendezvous
Is it appropriate to mention this here? I have been working on a front-end, and i was wondering if it can be listed among the rest. I'm not entirely sure where else i can introduce it to the SWORD Project, but the front-end i've been working on can currently be found here: http://code.google.com

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Rendezvous
(Express Edition) DLL and/or > LIB? > To: "SWORD Developers' Collaboration Forum" > Date: Monday, December 7, 2009, 6:09 PM > > On Tue, Dec 8, 2009 at 10:04 AM, > Rendezvous > wrote: > > > I could only get 1.5.9 to compile using those instructio

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Rendezvous
I could only get 1.5.9 to compile using those instructions; couldn't get 1.5.11 or 1.6.0 to compile (didn't try 1.5.10). --- On Mon, 12/7/09, Matthew Talbert wrote: > From: Matthew Talbert > Subject: Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or > LIB? > To: "SWORD Devel

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Rendezvous
mber 7, 2009, 9:14 AM > On Mon, Dec 7, 2009 at 6:36 AM, > Rendezvous > wrote: > > Anyone have, or know where i can get, an > already-compiled DLL or LIB of the sword library that is > compatible or compiled with Microsoft Visual C++ (Express > Edition)? Or perhaps even tell

[sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Rendezvous
Anyone have, or know where i can get, an already-compiled DLL or LIB of the sword library that is compatible or compiled with Microsoft Visual C++ (Express Edition)? Or perhaps even tell me how to compile it for Visual C++ Express Edition? Note: I tried following the instructions i saw on the B

Re: [sword-devel] Understanding the structure of generic books and their relationship with TreeKey.

2009-11-03 Thread Rendezvous
Thank you all for the code examples. Thanks to the code examples i was able to obtain the entire structure of the generic books. ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instr

Re: [sword-devel] Understanding the structure of generic books and their relationship with TreeKey.

2009-11-02 Thread Rendezvous
--- On Sun, 11/1/09, Greg Hellings wrote: > From: Greg Hellings > Subject: Re: [sword-devel] Understanding the structure of generic books and > their relationship with TreeKey. > To: "SWORD Developers' Collaboration Forum" > Date: Sunday, November 1, 2009, 5:3

[sword-devel] Understanding the structure of generic books and their relationship with TreeKey.

2009-11-01 Thread Rendezvous
Through browsing through some source code i've managed to figure out that you need to convert a SWKey (SWModule::getKey()) to a TreeKey to be able to iterate through the sections/chapters of a GenBook. However, i have yet to figure out how to obtain the children for each section/chapter. Rather