Category: MarcEdit
-
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…
-
.NET 64-bit processor memory issues when using sendmessage to access a winform element
I’m posting this in hopes that it will save someone else a lot of time or someone that knows .NET a bit better than I can provide a better solution. Problem: Last week, I had someone ping me regarding MarcEdit and a problem that they were running into with the Editor running it on a 64-bit…
-
MarcEdit Update
I’ll be updating MarcEdit to 5.1 shortly. I need to make sure all the changes are working. This will replace 5.0, and remove the beta moniker. Ideally, this would have been done much sooner, but I got busy with a number of other projects that really left me with little time to work on MarcEdit. …
-
MarcEdit 5 + Linux (and Mac)
It’s been a little while since I’d taken a look at the progress being made by the MONO group in regards to the GUI development and since someone had asked, I thought I’d see how it was working. The current stable working version of MONO tested is 1.2.3. Testing was done on CentOS. And what did…