<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to: develop a plugin using Isadora SDK on Windows with Visual Studio 2010 Express (3&#x2F;3)]]></title><description><![CDATA[<div style="font-size:10pt">[See  2/3](http://troikatronix.com/troikatronixforum/discussion/937/how-to-develop-a-plugin-using-isadora-sdk-on-windows-with-visual-studio-2010-express-23)</div>
<p dir="auto"><strong><u>2nd PART: CREATING NEW BLANK PLUGINS USING BASE VISUAL C++ 2010 PLUGIN OBTAINED IN PART 1</u></strong></p>
<div style="font-size:10pt">Now that you have got a blank plugin that works with VC++ 2010, you'll want to copy it to new projects with new names. Hower, simply duplicating the folder and renaming the files is not enough. There are tutorials on the Internet which explain how to do it manually, but it's really not that easy (don't know what went wrong in my attempts). So this <span style="font-family:Arial, Verdana;font-size:small">part of the tutorial relies on external software called CopyWiz, which does it automatically. Its free version is limited to 10 uses.</span></div>
<div style="font-size:10pt"><span style="font-family:Arial, Verdana;font-size:small">  
</span></div>
<div style="font-size:10pt">
<ul>
<li>Download, install and launch Copywiz.</li>
<li>Open IsadoraBase.sln (the project you got from Part 1) in your VC++ 2010 projects folder (usually in <span style="font-family:Arial, Verdana;font-size:small">C:\Documents and Settings\username\My Documents\Visual Studio 2010\Projects\IsadoraBase)</span></li>
<li>Choose an output folder (usually C:\Documents and Settings\username\Mes documents\Visual Studio 2010\Projects\NEWPLUGIN<span style="font-family:Arial, Verdana;font-size:small">)</span></li>
<li>Type in the name you want for your new project in 'enter the new name'</li>
<li><span style="font-family:Arial, Verdana;font-size:small">Keep defaults for other parameters</span></li>
</ul>
<div>After CopyWiz generates the new project, it seems that sometimes one file location is still wrong. You have to move</div>
</div>
<div style="font-size:10pt">_<span style="font-family:Arial, Verdana;font-size:small">C:\Documents and Settings\username\Mes documents\Visual Studio 2010\Projects\</span>NEWPLUGIN\IsadoraBase\NEWPLUGIN.vcxproj_</div>
<div style="font-size:10pt">to</div>
<div style="font-size:10pt">_<span style="font-family:Arial, Verdana;font-size:small">C:\Documents and Settings\username\Mes documents\Visual Studio 2010\Projects\</span>NEWPLUGIN\NEWPLUGIN_</div>
<div style="font-size:10pt"><span style="font-family:Arial, Verdana;font-size:small">  
</span></div>
<div style="font-size:10pt"><span style="font-family:Arial, Verdana;font-size:small">and delete </span>_<span style="font-family:Arial, Verdana;font-size:small">C:\Documents and Settings\username\Mes documents\Visual Studio 2010\Projects\</span>NEWPLUGIN\IsadoraBase\_</div>
<div style="font-size:10pt"><span style="font-family:Arial, Verdana;font-size:small">  
</span></div>
<div style="font-size:10pt"><span style="font-family:Arial, Verdana;font-size:small">And voilà! Don't forget to change your 4-character unique ID in your plugin's source code, as mentioned in the comments.</span></div>
<div style="font-size:10pt"><span style="font-family:Arial, Verdana;font-size:small">  
</span></div>
<div style="font-size:10pt"><span style="font-family:Arial, Verdana;font-size:small">Have fun!</span></div>
<div style="font-size:10pt"><span style="font-family:Arial, Verdana;font-size:small">  
</span></div>
<div>----</div>
<div>Edit: updated CopyWiz output folder + added 'sometimes' in last paragraph as I couldn't reproduce the bug (maybe the file was still being accessed by some process?)</div>
<div>Edit2: replaced my user name with 'username'</div>]]></description><link>https://community.troikatronix.com/topic/909/how-to-develop-a-plugin-using-isadora-sdk-on-windows-with-visual-studio-2010-express-3-3</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 23:13:28 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/909.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Oct 2013 05:36:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to: develop a plugin using Isadora SDK on Windows with Visual Studio 2010 Express (3&#x2F;3) on Wed, 16 Oct 2013 02:20:20 GMT]]></title><description><![CDATA[<p dir="auto">Regarding building a plugin in Mac OS X, a PDF Read Me that is part of the SDK explains it. Please see this topic:</p>
<div>http://troikatronix.com/troikatronixforum/discussion/940/building-an-isadora-plugin-with-xcode</div>
<div>
<div>Best Wishes,</div>
<div>Mark</div>
</div>]]></description><link>https://community.troikatronix.com/post/8753</link><guid isPermaLink="true">https://community.troikatronix.com/post/8753</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Wed, 16 Oct 2013 02:20:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to: develop a plugin using Isadora SDK on Windows with Visual Studio 2010 Express (3&#x2F;3) on Tue, 15 Oct 2013 12:41:30 GMT]]></title><description><![CDATA[<div><span style="color:rgb(119, 119, 119);font-family:Verdana, Geneva, sans-serif;font-size:10px;line-height:18px;background-color:rgb(255, 255, 255)">(un) fortunately, I am on OS X</span></div>
<div>Haha :)</div>
<div>Thanks for your comment!</div>]]></description><link>https://community.troikatronix.com/post/8751</link><guid isPermaLink="true">https://community.troikatronix.com/post/8751</guid><dc:creator><![CDATA[djinoui]]></dc:creator><pubDate>Tue, 15 Oct 2013 12:41:30 GMT</pubDate></item><item><title><![CDATA[Reply to How to: develop a plugin using Isadora SDK on Windows with Visual Studio 2010 Express (3&#x2F;3) on Tue, 15 Oct 2013 10:06:58 GMT]]></title><description><![CDATA[<p dir="auto">@<a href="http://troikatronix.com/troikatronixforum/profile/90/djinoui" rel="nofollow ugc">djinoui</a><span style="color:rgb(119, 119, 119);font-family:Verdana, Geneva, sans-serif;font-size:10px;line-height:18px;background-color:rgb(255, 255, 255)"> Thanks for this write-up –– (un) fortunately, I am on OS X, but any activity in the plugin department is precious.</span></p>
<div><span style="color:rgb(119, 119, 119);font-family:Verdana, Geneva, sans-serif;font-size:10px;line-height:18px;background-color:rgb(255, 255, 255)">  
</span></div>
<div><span style="color:rgb(119, 119, 119);font-family:Verdana, Geneva, sans-serif;font-size:10px;line-height:18px;background-color:rgb(255, 255, 255)">--8</span></div>]]></description><link>https://community.troikatronix.com/post/8750</link><guid isPermaLink="true">https://community.troikatronix.com/post/8750</guid><dc:creator><![CDATA[eight]]></dc:creator><pubDate>Tue, 15 Oct 2013 10:06:58 GMT</pubDate></item></channel></rss>