Re: [sword-devel] .Net/C# and Sword

2006-01-20 Thread Martin Gruner
> Sorry to have gotten so far off of topic for the sword mailing list. > If anyone wants to continue this conversation, feel free to move it to > my website. Hey, you're talking about a very cool planned sword frontend! So don't apologize! =) mg ___ s

Re: [sword-devel] .Net/C# and Sword

2006-01-20 Thread Jason Turner
I just hit upon something I find quite fascinating, and settles the issue for me. The mono project is officially supporting Windows.Forms. http://www.mono-project.com/WinForms "Currently, we have a driver for Win32, for X11, and a driver for native Mac OS X support (no X11 required). The drivers

Re: [sword-devel] .Net/C# and Sword

2006-01-20 Thread Greg Marine
Jason,   May I suggest a name for this wrapper? #sword, or Sharp Sword? Play on words of course. A lot of C# libraries have sharp in their names, but in this case we are talking about a sword too, which should be sharp. Sorry of this sounds lame or dull. Just a humble suggestion...   Thanks again

Re: [sword-devel] Re: [jsword-devel] Debian Installer

2006-01-20 Thread DM Smith
Daniel, Thanks so much for looking at this! The earlier versions work just fine. The jlfgr is from Sun. The license is contained within the jar file. We are in compliance with their license as we are not utilizing the artwork in a disparaging way, we have not modified any of the artwork or cha

[sword-devel] Re: [jsword-devel] Debian Installer

2006-01-20 Thread Daniel Glassey
On 10/01/06, DM Smith <[EMAIL PROTECTED]> wrote: > Daniel Glassey wrote: > On 11/01/06, DM Smith <[EMAIL PROTECTED]> wrote: > > > To all Linux developers, > > Would anyone be able/willing to create a Debian installer for > BibleDesktop/JSword? > > I don't have any time for a couple of weeks but

Re: [sword-devel] .Net/C# and Sword

2006-01-20 Thread DM Smith
Jason Turner wrote: To be honest, the main reason I started on Biblestudy instead of working on BibleCS was because I had no experience with Borland's tools, didn't want to pay for Borland's tools (I believe this was right before the free versions were released) and didn't have any interest in le

Re: [sword-devel] .Net/C# and Sword

2006-01-20 Thread Daniel Glassey
On 20/01/06, Jason Turner <[EMAIL PROTECTED]> wrote: > I will positively make sure of two things: > > 1) No win32 specific calls > 2) Logic and UI separate :) > However, I am going to use WIndows.Forms and the "WebBrowser" > interface. I know from having had Biblestudy source publicly available >

Re: [sword-devel] .Net/C# and Sword

2006-01-20 Thread Jason Turner
I will positively make sure of two things: 1) No win32 specific calls 2) Logic and UI separate However, I am going to use WIndows.Forms and the "WebBrowser" interface. I know from having had Biblestudy source publicly available for almost 3 years now that it is very difficult to get people intere

Re: [sword-devel] .Net/C# and Sword

2006-01-20 Thread Daniel Glassey
On 18/01/06, Jason Turner <[EMAIL PROTECTED]> wrote: > Yesterday I got sword compiling with Visual C++ 2005 Express Edition > as a DLL. Using that DLL, I got SWIG to generate a C# wrapper for me. > That C# wrapper was then compiled with Visual C# 2005 Express Edition. > I then proved that I was abl