<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic The watermark is controlled in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130580#M6917</link>
    <description>&lt;P&gt;The watermark is controlled by RealVNC, so specific questions should be directed to them.&lt;/P&gt;

&lt;P&gt;However one issue may be that you purchased a RealVNC license, however what you needed was the license for RealVNC plus&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 15:57:22 GMT</pubDate>
    <dc:creator>Joseph_O_Intel1</dc:creator>
    <dc:date>2017-06-23T15:57:22Z</dc:date>
    <item>
      <title>KVMControlApplication SetLicense</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130579#M6916</link>
      <description>&lt;P&gt;Whenever I use this sample code, I get the VNC watermark telling me to register the product.&lt;/P&gt;

&lt;P&gt;I am trying to remove this water-mark. &amp;nbsp;I have purchased the key and put it into the app.config as directed by the readme. &amp;nbsp;No worky.&lt;/P&gt;

&lt;P&gt;I noticed that there are a few lines of code commented out that actually set the license.&lt;/P&gt;

&lt;P&gt;%SampleRoot%\RemoteSessionForm.cs: line 401 and 402&lt;/P&gt;

&lt;PRE class="brush:csharp;"&gt;            // if (Configuration.GetInstance().RFB.LicenseKey != string.Empty)
            // _viewerPanel.Viewer.SetLicense(Configuration.GetInstance().RFB.LicenseKey);&lt;/PRE&gt;

&lt;P&gt;If I uncommented these lines it states that IVncViewer does not contain a method definition for SetLicense.&lt;/P&gt;

&lt;P&gt;I have tried to extend this interface myself and use P/Invoke using the currently implemented patterns with no success.&lt;/P&gt;

&lt;P&gt;The vncamt.h file implements this as:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;typedef void VNCCALL 
VNCViewerSetLicense(VNCViewer *pViewer, const char *licenseString, size_t length);&lt;/PRE&gt;

&lt;P&gt;I am calling it in C# as:&lt;/P&gt;

&lt;PRE class="brush:csharp;"&gt;sdk.vncViewerSetLicense(pViewer, Native.StringParameter(key), (uint)key.Length)&lt;/PRE&gt;

&lt;P&gt;There is a stupid detail that I am missing somewhere.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 00:57:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130579#M6916</guid>
      <dc:creator>Brett_C_</dc:creator>
      <dc:date>2017-06-16T00:57:30Z</dc:date>
    </item>
    <item>
      <title>The watermark is controlled</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130580#M6917</link>
      <description>&lt;P&gt;The watermark is controlled by RealVNC, so specific questions should be directed to them.&lt;/P&gt;

&lt;P&gt;However one issue may be that you purchased a RealVNC license, however what you needed was the license for RealVNC plus&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:57:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130580#M6917</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2017-06-23T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Sorry, if I sound frustrated.</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130581#M6918</link>
      <description>&lt;P&gt;Sorry, if I sound frustrated. &amp;nbsp;I've been dealing with this problem for months.&lt;/P&gt;

&lt;P&gt;The sample code is packaged in&amp;nbsp;&lt;EM&gt;your&lt;/EM&gt;&amp;nbsp;SDK. &amp;nbsp;Are you not responsible for that sample code? &amp;nbsp;Also, if you take a look at the sample, it uses P/invoke, which is RealVNC/Intel agnostic. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;I was hoping to get some insight from someone with more P/Invoke experience than me.&lt;/P&gt;

&lt;P&gt;Thanks for your insight into the key issue.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 14:43:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130581#M6918</guid>
      <dc:creator>Brett_C_</dc:creator>
      <dc:date>2017-07-07T14:43:35Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130582#M6919</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;If the SetLicense call is not available, you may not have the appropriate libraries included in the project.&amp;nbsp; Which version of the AMT SDK are you using? Take a look in AMT_SDK_11.6.0.9\Windows\Intel_AMT\bin\KVM&amp;nbsp; &amp;nbsp;or&amp;nbsp;&amp;nbsp; AMT_SDK_11.6.0.9\Windows\Intel_AMT\bin64\KVM for pre-built libs.&lt;/P&gt;

&lt;P&gt;I have seen an implementation for that code with a license that looks like this:&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt; RealVNC&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;VNCViewerControl;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;using&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt; RealVNC&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;VNCViewerSDK;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;...&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;...&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;_licenseKey &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#d69d85" face="Consolas" size="2"&gt;&lt;FONT color="#d69d85" face="Consolas" size="2"&gt;&lt;FONT color="#d69d85" face="Consolas" size="2"&gt;"xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;if&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt; (_licenseKey&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;!=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;null&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;_viewerPanel&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;Viewer&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;SetLicense(_licenseKey);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;else&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;ShowMessage(&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;&lt;FONT color="#569cd6" face="Consolas" size="2"&gt;string&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;Format(Properties&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#4ec9b0" face="Consolas" size="2"&gt;&lt;FONT color="#4ec9b0" face="Consolas" size="2"&gt;&lt;FONT color="#4ec9b0" face="Consolas" size="2"&gt;Resources&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;&lt;FONT color="#b4b4b4" face="Consolas" size="2"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;&lt;FONT color="#dcdcdc" face="Consolas" size="2"&gt;STATUS_NO_LICENSE));&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2017 00:02:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130582#M6919</guid>
      <dc:creator>Lance_A_Intel</dc:creator>
      <dc:date>2017-07-08T00:02:57Z</dc:date>
    </item>
    <item>
      <title>Lance,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130583#M6920</link>
      <description>&lt;P&gt;Lance,&lt;/P&gt;

&lt;P&gt;Thank you for your reply.&lt;/P&gt;

&lt;P&gt;I am talking about unmodified sample code, specifically %SDK_ROOT%\Windows\Intel_AMT\Samples\KVM\KVMControlApplication\RemoteSessionForm.cs. &amp;nbsp;Of course it already includes RealVNC.VNCViwerControl and RealVNC.VNCViewerSDK, lines 13 and 14.&lt;/P&gt;

&lt;P&gt;I have looked at several versions of the SDK and none of them implement IVNCViewer.SetLicense including 11.6.0.9.&lt;BR /&gt;
	The lines of code that you supplied are in RemoteSessionForm.cs, lines 401-402 as I stated originally. &amp;nbsp;The line "&lt;SPAN style="font-size: 12px;"&gt;_viewerPanel.Viewer.SetLicense(_licenseKey);" does not work because Viewer (is of type IVNCViewer) does not contain a method definition for SetLicense.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;In SDK version 11.6.0.9, RemoteSessionForm lines 401-402 are commented out. &amp;nbsp;If I uncomment them, I get an error that:&lt;/SPAN&gt;&lt;BR style="font-size: 13.008px;" /&gt;
	&lt;SPAN style="font-size: 13.008px;"&gt;"'IVNCViewer' does not contain a definition for 'SetLicense' and no extension method 'SetLicense' accepting a first argument of type 'IVNCViewer' could be found (are you missing a using directive or an assembly reference?)"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;IVNCViewer is a part of the RealVNC.VNCViewerControl namespace that is already included in RemoteSessionForm.cs. &amp;nbsp;It does not implement the SetLicense method.&lt;/P&gt;

&lt;P&gt;You stated that you have seen this implementation. &amp;nbsp;Where is it? &amp;nbsp;Have you made it work?&lt;/P&gt;

&lt;P&gt;I tried to implement it myself as stated in the original post. &amp;nbsp;I used the same patterns in place to try to get the vncamt.dll VNCViewerSetLicense method to accept the key, and it seems to ignore it without error.&lt;/P&gt;

&lt;P&gt;Edit: I meant vncamt.dll instead of vncamt.h&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 14:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130583#M6920</guid>
      <dc:creator>Brett_C_</dc:creator>
      <dc:date>2017-07-10T14:42:00Z</dc:date>
    </item>
    <item>
      <title>The SDK does not include a</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130584#M6921</link>
      <description>&lt;P&gt;The SDK does not include a full license for Real VNC plus. So the watermark will be retained until you either download and install the 30 day trial or purchase a license for RealVNC plus and add it to the viewer..&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 15:01:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130584#M6921</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2017-07-12T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Joseph,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130585#M6922</link>
      <description>&lt;P&gt;Joseph,&lt;/P&gt;

&lt;P&gt;Thank you for your enthusiasm in trying to help me with this issue.&lt;/P&gt;

&lt;P&gt;However, if you read the OP in full you will notice that "&lt;SPAN style="font-size: 12px;"&gt;I have purchased the key and put it into the app.config as directed by the readme."&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Again, I appreciate your input.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 15:09:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130585#M6922</guid>
      <dc:creator>Brett_C_</dc:creator>
      <dc:date>2017-07-12T15:09:49Z</dc:date>
    </item>
    <item>
      <title>I spoke with VNC about this</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130586#M6923</link>
      <description>&lt;P&gt;I spoke with VNC about this issue. &amp;nbsp;They have intentionally obfuscated this implementation. &amp;nbsp;They would like market-incentive to release this solution to the SDK.&lt;/P&gt;

&lt;P&gt;I don't understand why. &amp;nbsp;Implementing this would only help their customers buy licenses and improve their user-experience.&lt;/P&gt;

&lt;P&gt;Unless Intel can provide an earlier version of the AMT SDK in which the RemoteSessionForm.cs lines 401-402 are functional i.e. uncommented and working, I am considering this matter resolved.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:30:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/KVMControlApplication-SetLicense/m-p/1130586#M6923</guid>
      <dc:creator>Brett_C_</dc:creator>
      <dc:date>2017-07-18T14:30:20Z</dc:date>
    </item>
  </channel>
</rss>

