Category: MarcEdit

  • MarcEdit Plug-ins: OCLC Connexion data plug-in example

    Ugh, I’m hoping that I can keep my eyes open long enough to finish getting this built, but thought I’d provide a little info on the plug-in framework that I’m setting up in MarcEdit.  First, a reason why I’m even doing this.  As time is going forward, I’m finding that I have a few ideas…

  • Belated MarcEdit update coming

    A quick note to let a few folks that are waiting know that I do have a MarcEdit update coming.  All the code has been updated and tested, its just getting a chance to build the install.  I’d hoped to do it this evening, but I’ve been busy working on other projects and just needed…

  • MarcEdit 5.1 Update

    So I’ve posted an update that fixes a few things.  Corrects the preview function (with one of the last windows service packs, it changed how some data is passed as command-line arguments.  This broke the preview option.  This should correct it). Select/Delete MARC records — fixed the Field searching (F#: mnemonic). Added the Plugin manager. …

  • MarcEdit 5.1 Updates

    It’s been about a month since the last update, so I’ve got a whole slew of changes to note with this update.  However, before noting the things that are fixed, I should note the things that are enhanced.  Over the last month, I’ve written ~10,000 new lines of code to continue to work to make…

  • MarcEdit 5.1 update

    So I’ve updated the the issues noted earlier today (https://blog.reeset.net/archives/457).  Updated files are found at: MarcEdit51_Setup.exe MarcEdit51_Runtimes.exe

  • MarcEdit 5.1 issues to be fixed tonight

    I found some issues while doing some work on the application last night.  A few issues that will be corrected tonight: MarcEditor Most Recent list — I’m getting an array out of bounds error because I didn’t check the number of files being saved.  So, it’s possible to blow this array boundary.  Oops. When I…

  • MarcEdit 5.1 COM update

    I’d forgotten to add two functions back into the COM object: the MARCSplit and MARCJoin functions.  I’ve rebuilt the program and pushed the changes forward.  If you use 4.6 and make use of those functions (or use 5.x and wanted to know where they went), download the update at: MarcEdit51_Setup.exe.  The updated API docs are…

  • MarcEdit 5.1, first updates 🙂

    Posted 5.1 yesterday and already enhancement requests.  So, I quickly whipped up the following changes: MarcValidator changes — I’ve updated the validator so that the 1xx fields are no longer required.  In general, the validator definitions are defined through the validator dictionary files — this includes the definition of a primary title field and the…

  • MarcEdit 5.1 posted

    Yikes!  This has been a long time coming.  I’ve had MarcEdit 5.1 ready for quite a while but responsiblitlies with LibraryFind and other projects has pushed this off my plate for a little bit.  However, I’ve finally got this out.  So what’s been done.  Biggest change: MarcEdit now uses .NET 2.0.  This was a big…

  • MarcEdit 5.1 + Linux (and Mac) Part II

    So, I’ve been doing a bit of house cleaning over the past week going through the code and making sure that no windowism remain in the codebase (i.e., stupid things, like directory slashes, assumptions as to how programs execute (obviously, with mono I need to get path information, creating an “installer” to set application/folder paths…