<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Using the Simhub SDK - Projects				            </title>
            <link>https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 17:15:28 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Using the Simhub SDK</title>
                        <link>https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-5875</link>
                        <pubDate>Sun, 02 Oct 2022 17:13:04 +0000</pubDate>
                        <description><![CDATA[I&#039;ve found the existing &#039;User.PluginSdkDemo&#039; provided also to have a clear dependency on .NET framework 4.8 whilst the whole project is targeted for 4.7.2 which upon loading onto IDE raises ...]]></description>
                        <content:encoded><![CDATA[<p>I've found the existing 'User.PluginSdkDemo' provided also to have a clear dependency on .NET framework 4.8 whilst the whole project is targeted for 4.7.2 which upon loading onto IDE raises all kinds of issues:</p>
<div>
<pre contenteditable="false">: OmniSharp.MSBuild.ProjectLoader
        The primary reference "SimHub.Plugins" could not be resolved because it has an indirect dependency on the assembly "GongSolutions.WPF.DragDrop, Version=3.0.0.0, Culture=neutral, PublicKeyToken=91f1945125b7a587" which was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.7.2".</pre>
</div>
<div> </div>
<div>Then it cannot load SimHub.Plugins library.</div>
<p>Perhaps something worth raising on Github so he can change the codebase.</p>
<p>@trey-ulbrayk: did you come across this by any chance? 2y ago code would likely be different from now.</p>
<p>This was visible through VSCode. Just get the actual Visual Studio and open the .sln and get the same error when building.</p>
<p> </p>
<p>Solution:</p>
<p>In Visual Studio, unload the project, change the project file TargetVersion as e.g.:</p>
<pre contenteditable="false">&lt;TargetFrameworkVersion&gt;v4.8&lt;/TargetFrameworkVersion&gt;</pre>
<p>Reload the project.</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/projects/">Projects</category>                        <dc:creator>Halflernation</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-5875</guid>
                    </item>
				                    <item>
                        <title>RE: Using the Simhub SDK</title>
                        <link>https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-1794</link>
                        <pubDate>Thu, 10 Dec 2020 19:49:03 +0000</pubDate>
                        <description><![CDATA[If it&#039;s any helpI&#039;ve documented it reasonably well, because my memory isn&#039;t great 😀 It probably breaks lots of best-practise rules for C# / WPF (what is MVVM, anyway?) but I&#039;m an old C++ dev...]]></description>
                        <content:encoded><![CDATA[<p>If it's any help https://github.com/simelation/simhub-plugins/tree/master/packages/simhub-sli-plugin I've documented it reasonably well, because my memory isn't great 😀 It probably breaks lots of best-practise rules for C# / WPF (what is MVVM, anyway?) but I'm an old C++ developer working a million miles away from UIs. That's my excuse anyway.</p>
<p>Good luck!</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/projects/">Projects</category>                        <dc:creator>Trey Ulbrayk</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-1794</guid>
                    </item>
				                    <item>
                        <title>RE: Using the Simhub SDK</title>
                        <link>https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-1515</link>
                        <pubDate>Thu, 08 Oct 2020 17:31:26 +0000</pubDate>
                        <description><![CDATA[Did you find something about that ? I am still searching from weeks, i really need it for schoolwork. If you know how please let me know, if i found how i will let you know too.
 
Thanks :...]]></description>
                        <content:encoded><![CDATA[<p>Did you find something about that ? I am still searching from weeks, i really need it for schoolwork. If you know how please let me know, if i found how i will let you know too.</p>
<p> </p>
<p>Thanks :)</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/projects/">Projects</category>                        <dc:creator>irdof</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-1515</guid>
                    </item>
				                    <item>
                        <title>RE: Using the Simhub SDK</title>
                        <link>https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-1421</link>
                        <pubDate>Thu, 10 Sep 2020 01:52:02 +0000</pubDate>
                        <description><![CDATA[I&#039;ve been searching for the same thing for weeks.  I haven&#039;t found anything on how to create a dash from scratch or even edit one with specific controls.]]></description>
                        <content:encoded><![CDATA[<p>I've been searching for the same thing for weeks.  I haven't found anything on how to create a dash from scratch or even edit one with specific controls. </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/projects/">Projects</category>                        <dc:creator>BATMan</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-1421</guid>
                    </item>
				                    <item>
                        <title>Using the Simhub SDK</title>
                        <link>https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-1252</link>
                        <pubDate>Wed, 12 Aug 2020 22:18:56 +0000</pubDate>
                        <description><![CDATA[Hello everyone,
I am completely new in Simhub but my goal is to built my own plugins and do some calculations and evaluations with the data provided by simhub.
Can I find examples how to u...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone,</p>
<p>I am completely new in Simhub but my goal is to built my own plugins and do some calculations and evaluations with the data provided by simhub.</p>
<p>Can I find examples how to use the SDK?</p>
<p>I have some questions that might be answered by looking at an example:</p>
<ul style="list-style-type: circle">
<li>Is this the method that is called every 1/fps seconds? <em>public void DataUpdate(PluginManager pluginManager, ref GameData data)</em></li>
<li>How to access the gamedata (e.g. current gear)? <em>data.gear?</em></li>
<li>How can I activate the plugin?</li>
</ul>
<p>Sorry for the very silly beginner questions... Maybe there is a tutorial somewhere which I didnt found...</p>
<p>Thanks in advance!</p>
<p> </p>
<p>Manuel</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/projects/">Projects</category>                        <dc:creator>Manu-911</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/projects/using-the-simhub-sdk/#post-1252</guid>
                    </item>
							        </channel>
        </rss>
		