<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/meta-diff/patches/" rel="alternate"/><link href="https://sourceforge.net/p/meta-diff/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/meta-diff/patches/</id><updated>2012-08-23T17:24:01Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>lvdiff patch for Mercurial diff function</title><link href="https://sourceforge.net/p/meta-diff/patches/8/" rel="alternate"/><published>2012-08-23T17:24:01Z</published><updated>2012-08-23T17:24:01Z</updated><author><name>Ton Plomp</name><uri>https://sourceforge.net/u/tonpg/</uri></author><id>https://sourceforge.net629f6d35176c7fcedd573e5dceea47cd00e48016</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Since Mercurial (and probably GIT as well) don't rename the both versions of the the file, LabVIEW cannot load them into the same application instance.&lt;br /&gt;
This patch renames one of the two files so no name collission will happen.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>LVDIFF 7.1.1 upload by user</title><link href="https://sourceforge.net/p/meta-diff/patches/7/" rel="alternate"/><published>2008-04-07T22:04:22Z</published><updated>2008-04-07T22:04:22Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.netbe180594acdc7ffe904480e61cbe85a01f755c31</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The Compare 2 VIS.vi was changed from LV7.1 to LV8.x.  The LVDIFF program calls this be reference from the location in the labview libraries.  As such the reference to the different version is broken.  I have simply added a reference for the missing version, and slightly modified the code so that it'd run.&lt;/p&gt;
&lt;p&gt;This is only the lvdiff.vi, not any of the other materials from the .zip file that can be downloaded from the project.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Back-save to LV7.1</title><link href="https://sourceforge.net/p/meta-diff/patches/6/" rel="alternate"/><published>2008-03-31T23:52:55Z</published><updated>2008-03-31T23:52:55Z</updated><author><name>Ian Dees</name><uri>https://sourceforge.net/u/undees/</uri></author><id>https://sourceforge.net5eb384b066df6e58af4a469973a3850f3a8d3b38</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Per user requests, here's a LV7.1 version of the three VIs.  If all goes well, we'll do a full-on release for LV7.1 users.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Patch for some copies of LV 8.0</title><link href="https://sourceforge.net/p/meta-diff/patches/5/" rel="alternate"/><published>2006-09-18T18:29:55Z</published><updated>2006-09-18T18:29:55Z</updated><author><name>Ian Dees</name><uri>https://sourceforge.net/u/undees/</uri></author><id>https://sourceforge.neta493a0e58d6eec1cfb0dae766bb17e12b3f41eee</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch is a response to an issue&lt;br /&gt;
(https://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1473590&amp;amp;group_id=29668&amp;amp;atid=396981)&lt;br /&gt;
discovered by Dimitris on his copy of LabVIEW 8.0.  It&lt;br /&gt;
appears that some copies of LV 8.0 may use a different&lt;br /&gt;
connector pane for their VI comparison toolkit.  The&lt;br /&gt;
attached VI should address this issue for affected users.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>lvdiff connector pane</title><link href="https://sourceforge.net/p/meta-diff/patches/4/" rel="alternate"/><published>2006-09-13T13:30:22Z</published><updated>2006-09-13T13:30:22Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net6441b746cb771cba83529efed59e8ee205ab1b41</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, Ian&lt;/p&gt;
&lt;p&gt;I have followed your advise and created new &lt;br /&gt;
blank VI with the same connector pane layout (and &lt;br /&gt;
terminal&lt;br /&gt;
types) as CMP compare two VIs.vi&lt;/p&gt;
&lt;p&gt;Sorry for the late responce.&lt;br /&gt;
Regards&lt;br /&gt;
Dimitris&lt;/p&gt;
&lt;p&gt;PS. Sorry for the New-repeat message but could not &lt;br /&gt;
find a way to attach files on the follow up message&lt;br /&gt;
How can I attach more than one file?&lt;/p&gt;
&lt;p&gt;my email address is &lt;br /&gt;
dimitris.nerantzidis@eurotherm.co.uk&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>adapted to LabVIEW 8.0 and without error message duing LabV</title><link href="https://sourceforge.net/p/meta-diff/patches/3/" rel="alternate"/><published>2006-03-06T11:51:24Z</published><updated>2006-03-06T11:51:24Z</updated><author><name>Oliver Frank</name><uri>https://sourceforge.net/u/ofrank/</uri></author><id>https://sourceforge.netbb712d767e8b747733dbf4fd91e53164547fc428</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;i adapted lvdiff-2.2-win32 to LabVIEW 8.0&lt;br /&gt;
and correct the lvdiff.cpp file, when it called LabVIEW.&lt;/p&gt;
&lt;p&gt;The error message was shown if the path where LabVIEW&lt;br /&gt;
was installed contains blank spaces.&lt;br /&gt;
This is based (so i think) on a failure of the function&lt;br /&gt;
"spawnlp" in the file lvdiff.cpp.&lt;br /&gt;
I prevented this by the transformation into&lt;br /&gt;
8-character-DOS-path.&lt;/p&gt;
&lt;p&gt;enjoy it&lt;/p&gt;
&lt;p&gt;Oliver Frank&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>update to lvdiff</title><link href="https://sourceforge.net/p/meta-diff/patches/2/" rel="alternate"/><published>2005-07-29T17:43:02Z</published><updated>2005-07-29T17:43:02Z</updated><author><name>Mike Porter</name><uri>https://sourceforge.net/u/userid-1320300/</uri></author><id>https://sourceforge.net8fe3eaebcbe2220ed3d7f37f0238c3c3f715b2b4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;See notepad file in archive.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support for MSVC 7.1</title><link href="https://sourceforge.net/p/meta-diff/patches/1/" rel="alternate"/><published>2005-07-01T23:57:26Z</published><updated>2005-07-01T23:57:26Z</updated><author><name>Sebastian Schuberth</name><uri>https://sourceforge.net/u/eyebex/</uri></author><id>https://sourceforge.netd52799f22d0bb1abf4b0f5b30291fd4b159c71ea</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch contains a slightly modified metadiff.cpp&lt;br /&gt;
which compiles without errors using MSVC 7.1, along&lt;br /&gt;
with the project files. The WinMain entry point was&lt;br /&gt;
also removed, because then _argc and _argv would be&lt;br /&gt;
undefined.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>