<?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 Re: ..:: Registration-free for QlikView OCX possible? ::.. C++ Runtime error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398025#M148229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have seen this as well, but as I said, we do not have the source code, so we cannot edit the program and add this DLLImport entry to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally if you provide a manifest file to it then it can by pass the registration process, but I cannot make it work, not sure if there are other solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be nice if Qlikview can provide such a manifest file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 11:47:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-01T11:47:28Z</dc:date>
    <item>
      <title>..:: Registration-free for QlikView OCX possible? ::.. C++ Runtime error</title>
      <link>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398021#M148225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a legacy 3rd party software which makes use of QlikOcx.ocx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that some users do not have admin right to regsiter the QlikOcx.ocx to the registry, I found that there is a possibility to use a &lt;SPAN style="color: #ff0000;"&gt;manifest&lt;/SPAN&gt; file (&lt;A class="loading" href="http://msdn.microsoft.com/en-us/library/eew13bza.aspx" title="http://msdn.microsoft.com/en-us/library/eew13bza.aspx"&gt;http://msdn.microsoft.com/en-us/library/eew13bza.aspx&lt;/A&gt;) for the QlikOcx.ocx and the target exe program &lt;SPAN style="color: #ff0000;"&gt;so that no registration will be needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used MT.exe to generate the manifest file for QlikOcx.ocx, but when my program starts, it said problem loading runtime C++ library. Has anyone tried deploying an application using registration-free QlikOcx.ocx? Do I need to create a manifest file for the &lt;SPAN style="color: #ff0000;"&gt;qvp.dll&lt;/SPAN&gt; too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read fromt he QlikView manual that we can change the code, but since we do not own the source code, is there anything we can do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 09:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398021#M148225</guid>
      <dc:creator />
      <dc:date>2013-03-01T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: ..:: Registration-free for QlikView OCX possible? ::.. C++ Runtime error</title>
      <link>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398022#M148226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to use any tool to register? recommed you to use &lt;A class="loading" href="http://download.cnet.com/Emsa-Register-Dll-Tool/3000-18487_4-54624.html" title="http://download.cnet.com/Emsa-Register-Dll-Tool/3000-18487_4-54624.html"&gt;http://download.cnet.com/Emsa-Register-Dll-Tool/3000-18487_4-54624.html&lt;/A&gt;. It's free.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 10:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398022#M148226</guid>
      <dc:creator />
      <dc:date>2013-03-01T10:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: ..:: Registration-free for QlikView OCX possible? ::.. C++ Runtime error</title>
      <link>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398023#M148227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Contents from Qlikview OCX ref manual.&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Registration free deployment of the QlikView OCX is accomplished by the host program&lt;/P&gt;&lt;P&gt;calling the DLL entry point StartRegFreeOperation. Calling this entry point&lt;/P&gt;&lt;P&gt;will allow the OCX to work with no additional registration. In C# it looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using System;&lt;/P&gt;&lt;P&gt;using System.Collections.Generic;&lt;/P&gt;&lt;P&gt;using System.Windows.Forms;&lt;/P&gt;&lt;P&gt;using System.Runtime.InteropServices;&lt;/P&gt;&lt;P&gt;public class QlikOcxFunctions&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;[DllImport("QlikOcx.ocx", EntryPoint =&lt;/P&gt;&lt;P&gt;"StartRegFreeOperation")]&lt;/P&gt;&lt;P&gt;public static extern void StartRegFreeOperation();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;namespace DropKickDemo3&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;static class Program&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;/// &amp;lt;summary&amp;gt;&lt;/P&gt;&lt;P&gt;/// The main entry point for the application.&lt;/P&gt;&lt;P&gt;/// &amp;lt;/summary&amp;gt;&lt;/P&gt;&lt;P&gt;[STAThread]&lt;/P&gt;&lt;P&gt;static void Main()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;if (MessageBox.Show ("Do you want to run&lt;/P&gt;&lt;P&gt;registration free?", "DropKickDemo3",&lt;/P&gt;&lt;P&gt;MessageBoxButtons.YesNo) == DialogResult.Yes) {&lt;/P&gt;&lt;P&gt;QlikOcxFunctions.StartRegFreeOperation();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Application.EnableVisualStyles();&lt;/P&gt;&lt;P&gt;Application.SetCompatibleTextRenderingDefault(false);&lt;/P&gt;&lt;P&gt;Application.Run(new Form1());&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 10:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398023#M148227</guid>
      <dc:creator />
      <dc:date>2013-03-01T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: ..:: Registration-free for QlikView OCX possible? ::.. C++ Runtime error</title>
      <link>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398024#M148228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but to register it we need admin rights which is not possible for end users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 11:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398024#M148228</guid>
      <dc:creator />
      <dc:date>2013-03-01T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: ..:: Registration-free for QlikView OCX possible? ::.. C++ Runtime error</title>
      <link>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398025#M148229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have seen this as well, but as I said, we do not have the source code, so we cannot edit the program and add this DLLImport entry to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally if you provide a manifest file to it then it can by pass the registration process, but I cannot make it work, not sure if there are other solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be nice if Qlikview can provide such a manifest file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 11:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Registration-free-for-QlikView-OCX-possible-C-Runtime-error/m-p/398025#M148229</guid>
      <dc:creator />
      <dc:date>2013-03-01T11:47:28Z</dc:date>
    </item>
  </channel>
</rss>

