<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Distributi&#111;n / OCX / COM</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Distributi&#111;n / OCX / COM]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 09:18:05 +0000</pubDate>
  <lastBuildDate>Tue, 09 May 2006 13:27:24 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=4154</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Distributi&#111;n / OCX / COM : I wasn&amp;#039;t even aware of this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12824&amp;title=distribution-ocx-com#12824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 4154<br /><strong>Posted:</strong> 09 May 2006 at 1:27pm<br /><br />I wasn't even aware of this product. Thanks for pointing it out Robin!<br /><br />Cheers ~ jp]]>
   </description>
   <pubDate>Tue, 09 May 2006 13:27:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12824&amp;title=distribution-ocx-com#12824</guid>
  </item> 
  <item>
   <title><![CDATA[Distributi&#111;n / OCX / COM :   apuhjee wrote:I&amp;#039;m limited...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12819&amp;title=distribution-ocx-com#12819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1989">RobinG</a><br /><strong>Subject:</strong> 4154<br /><strong>Posted:</strong> 09 May 2006 at 11:55am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by apuhjee" alt="Originally posted by apuhjee" style="vertical-align: text-bottom;" /> <strong>apuhjee wrote:</strong><br /><br /><BR>I'm limited to one machine right now for all tasks - including development / testing / debugging / web surfing / idle procrastination / etc... When I test my install, the uninstall feature completely removes all references to the Codejock OCX files from the registry - effectly removing them from the dev environment as well (Visual Studio 2003 / 2005) <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"> <BR></td></tr></table> </P><P>Bit late replying on this thread - by why not use something like Virtual PC for you test enviroment? Or even Virtual Server seeing as Microsoft have made this a free download.....<IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 09 May 2006 11:55:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12819&amp;title=distribution-ocx-com#12819</guid>
  </item> 
  <item>
   <title><![CDATA[Distributi&#111;n / OCX / COM : For #2 -- depends on your programming...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12761&amp;title=distribution-ocx-com#12761</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4154<br /><strong>Posted:</strong> 08 May 2006 at 7:07am<br /><br />For #2 -- depends on your programming language, but generally you call CreateObject(TheComponent) or so, inside a try/catch block. If it is failed, then no sense to continue and you can fire a corresponding message.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 08 May 2006 07:07:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12761&amp;title=distribution-ocx-com#12761</guid>
  </item> 
  <item>
   <title><![CDATA[Distributi&#111;n / OCX / COM : Hi Serge - Thanks for the response....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12739&amp;title=distribution-ocx-com#12739</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 4154<br /><strong>Posted:</strong> 07 May 2006 at 2:22pm<br /><br />Hi Serge -<br />Thanks for the response. Are there any "best practice" approaches for suggestion #2?<br /><br />Cheers ~ jp]]>
   </description>
   <pubDate>Sun, 07 May 2006 14:22:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12739&amp;title=distribution-ocx-com#12739</guid>
  </item> 
  <item>
   <title><![CDATA[Distributi&#111;n / OCX / COM : Hi,1) Uninstall should not silently...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12738&amp;title=distribution-ocx-com#12738</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4154<br /><strong>Posted:</strong> 07 May 2006 at 2:04pm<br /><br />Hi,<br><br>1) Uninstall should not silently remove components which could be "shared" like Codejock. Components should be whether left as is, or uninstall would specifically ask user about explicit removing of the component.<br><br>2) To avoid problems when someone else removed a shared component which you may need (like Codejock ;), add a piece of code on the application start to check whether all components exist and properly accessible. If not, just ask a user to reinstall your application.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 07 May 2006 14:04:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12738&amp;title=distribution-ocx-com#12738</guid>
  </item> 
  <item>
   <title><![CDATA[Distributi&#111;n / OCX / COM : Question for the group...  How...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12722&amp;title=distribution-ocx-com#12722</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 4154<br /><strong>Posted:</strong> 07 May 2006 at 9:58am<br /><br />Question for the group...<br /><br />How are you all handling distribution / installation of your OCX files?<br /><br /><ul><li>Maybe I'm using InstallShield incorrectly</li><li>Maybe I don't understand enough about OCX / COM</li><li>Maybe this is the COM distribution HELL that I've heard so much about</li></ul><br /><br />Because...<br /><br />I'm limited to one machine right now for all tasks - including development / testing / debugging / web surfing / idle procrastination / etc... When I test my install, the uninstall feature completely removes all references to the Codejock OCX files from the registry - effectly removing them from the dev environment as well (Visual Studio 2003 / 2005)  <img border="0" src="http://forum.codejock.com/smileys/smiley5.gif" border="0"><br /><br />Ok - so let's say I work a little smarter and tell InstallShield to <strong>not</strong> remove the registry entries during uninstall... what's to say that my app is the only one using Codejock on the target machine? It may be my imagination, but I'm seeing A LOT of apps lately that scream "Codejock". Granted - the big guys use the MFC code rather than the COM stuff... but what happens when an uninstall occurs with an app other than mine?<br /><br /><strong>Should I worry that, at any moment, the entire gui framework that my app is built on might disappear into thin air?</strong><br /><br />No, no, no... I must be doing something wrong. Right?<br /><br />Regards ~ jp]]>
   </description>
   <pubDate>Sun, 07 May 2006 09:58:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4154&amp;PID=12722&amp;title=distribution-ocx-com#12722</guid>
  </item> 
 </channel>
</rss>