Jump to content

TommyJSmithJr

Member Since 25 Jan 2014
Offline Last Active Mar 17 2014 07:57 AM
-----

Topics I've Started

Accessing .TOPX and .NOTX Content

04 February 2014 - 03:09 PM

All,

 

I am in the process of both creating tools to make Modules and creating Modules.  I have only been at this a few days, and hoped I could save a little time.  I have been able to connect, extract and Edit RTF content from a bbxl file with a C# application I wrote, but I am not able to connect to a Topics .topx or Study Notes .notx file.  Since both of these file type are created by the User, there should be no copyright issue, or reasons for Rick Meyers to prevent access.

 

I am getting is the following ERROR:

 

 An unhandled exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll

 
Additional information: 'The invocation of the constructor on type 'WpfApplication2.MainWindow' that matches the specified binding constraints threw an exception.' Line number '3' and line position '9'.

 

But this little 2 minute video:

 

 

Is much more helpful in understanding the problem.  The error happens when the file is opened for reading.  Encryption, password, or other formatting appears to have occurred so the parsing of the file causes an error. 

 

Any and All Assistance is appreciated.


e-Sword SQLite Resources

26 January 2014 - 02:31 PM

Hello All,

 

I have used and recommended e-Sword for years.  I am a programmer, among other things, and have decided to wade into developing some modules and tools. I program in a variety of languages (VB, C++, C#, Objective C, Pascal, FORTRAN, Java, JS, VBS, etc.) and have started a project in Visual Studio, but not locked into MS.  

 

From what I have read about Rick Meyers and e-Sword, he used Microsoft tools to create e-Sword.  I have found different .dll files from different sources that provide code to work with SQLite 3 files.

 

I want to use the same resource used by e-Sword to prevent including third-party files in the Assembly Cache, or installing them separately.  I am hoping the installed resources of either software for accessing SQLite files are accessible by other applications.  This would prevent possible .dll problems and ensure compatibility.

 

DOES ANYONE KNOW WHICH RESOURCES EITHER RICK MEYERS OR BRENT HILDEBRAND USED WHEN THEY WROTE THEIR SOFTWARE? 

 

All assistance is most appreciated.