[sword-devel] .Net Exception Odd behavior...

2009-08-21 Thread Wade Balzer
I am working on a Bible project in C# for the web. I am using the SwigSword.dll wrapper. When I load the manager using the default location for the modules as provided by the SWORD_PATH environment, it words fine and the debugger exits without a problem. filterManager = new

Re: [sword-devel] .Net Exception Odd behavior...

2009-08-21 Thread Jeff Becker
the code relatively consistent throughout. -Original Message- From: Wade Balzer [mailto:wbal...@newjerusalem.org] Sent: Friday, July 31, 2009 11:42 AM To: sword-devel@crosswire.org Subject: [sword-devel] .Net Exception Odd behavior... I am working on a Bible project in C

Re: [sword-devel] .Net Exception Odd behavior...

2009-08-21 Thread Wade Balzer
cool too. Thanks, Wade From: Jeff Becker [mailto:jbec...@fiveviews.com] Sent: Friday, August 21, 2009 11:11 AM To: SWORD Developers' Collaboration Forum Subject: Re: [sword-devel] .Net Exception Odd behavior... It could be the same problem I ran into some time back. The SwigSword

Re: [sword-devel] .Net Exception Odd behavior...

2009-08-21 Thread Ben Morgan
Developers' Collaboration Forum *Subject:* Re: [sword-devel] .Net Exception Odd behavior... It could be the same problem I ran into some time back. The SwigSword code destroys some pointers then tries to use them again. Under .Net 1.0 it wasn't a problem because the error was ignored. Under .Net