[sword-devel] User Forums

2014-09-25 Thread Nic Carter
Hi all, I believe we've shut down the forums due to the sad amount of spam on there? That would explain the very small number of PS posts I've had to respond to this year ;) Is there a plan to replace them with something else soon? Could we move the current one to a different location, for ref

Re: [sword-devel] Sword C# bindings for Windows

2014-09-25 Thread Jon Behrens
One other thing...The Sword module functions that work via cUrl don't function over a VPN...at least on Windows, haven't tried it on Linux. On 9/25/2014 5:32 PM, Jon Behrens wrote: Success. I've now got the C# bindings so they run without error on both Windows and Linux using the same source

Re: [sword-devel] Sword C# bindings for Windows

2014-09-25 Thread Jon Behrens
Success. I've now got the C# bindings so they run without error on both Windows and Linux using the same source code. This includes the LookupExample and all of the unit tests. The project files differ between the two OSs because of differences between MonoDevelop and VS2013, but symbolic li

Re: [sword-devel] SWORD CD ISO

2014-09-25 Thread Troy A. Griffitts
Sorry, it might be useful to include a link to the ISO stuff, for quick reference: http://crosswire.org/ftpmirror/pub/sword/iso/ the 'lastest' folder has the ISO files expanded and is our staging area for the next image. You can see the structure of the files in there. You will need to use

[sword-devel] SWORD CD ISO

2014-09-25 Thread Troy A. Griffitts
Hey guys, Our CD ISO is horribly outdated. I still get occasional requests for CDs (about 2 per month) and I would guess people still might download the ISO and burn CDs themselves. We have too many modules now to fix on 1 CD. Do you guys have any thoughts as to what we should do with this

[sword-devel] http://crosswire.org/faq/

2014-09-25 Thread jonathon
All: Can somebody updated the FAQ at http://crosswire.org/faq/? a) The engine supports around 5 different v11n schemes; b) At least one Portuguese language Bible is available; c) PocketSword is an iOS app that presents itself as a Crosswire project; d) MacSword changed its names several years ago.

Re: [sword-devel] cross platform c# binding patch

2014-09-25 Thread Daniel Hughes
Forgot to attach the patch... On Thu, Sep 25, 2014 at 10:09 PM, Daniel Hughes wrote: > This patch fixes two of the issues found by Jon Behrens when trying to > use the c# bingings on windows: > > That is 8.1 and 8.2 from his makingSwordForWindows.txt > > 8.1 is fixed by using Cdecl calling conven

[sword-devel] cross platform c# binding patch

2014-09-25 Thread Daniel Hughes
This patch fixes two of the issues found by Jon Behrens when trying to use the c# bingings on windows: That is 8.1 and 8.2 from his makingSwordForWindows.txt 8.1 is fixed by using Cdecl calling convention on every call 8.2 is fixed by removing the .so extension on the DLLNAME, mono/dot net is sma

Re: [sword-devel] c# unit test patch

2014-09-25 Thread Daniel Hughes
bump On Tue, Sep 2, 2014 at 11:07 PM, Daniel Hughes wrote: > Attached is a patch which fixes one of the locale unit tests. This > test was assuming that english 'en' was the always the first locale > and this simply is not always the case. Meaning this test would pass > sometimes on some boxes bu