<?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: pfcExeptions::XToolkitObsoleteFunc in VBA API with Creo 10 in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/962747#M13269</link>
    <description>&lt;P&gt;Thanks for the hint Vladimir. Does "&lt;SPAN&gt;get the Creo 9.0 sources" mean, selecting the new library in the references list? If so, can you tell me the path of the library? It isnt showing in the list.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 08:40:09 GMT</pubDate>
    <dc:creator>SKerski</dc:creator>
    <dc:date>2024-07-23T08:40:09Z</dc:date>
    <item>
      <title>pfcExeptions::XToolkitObsoleteFunc in VBA API with Creo 10</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/962718#M13267</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im currently testing a VBA Code from a college, that was written for Creo 4. In one part, it uses the method&amp;nbsp;IpfcParameter.GetDriverType(). It worked fine in Creo 4, but now with Creo 10, it gives the Runtime Error '-2147352567 (80020009)':&amp;nbsp;pfcExeptions::XToolkitObsoleteFunc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The method is still present in the&amp;nbsp;VB API User’s Guide 10.0.0.0, so I dont know why it should be obsolete. Is there a workaround to get the value otherwise?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 06:07:36 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/962718#M13267</guid>
      <dc:creator>SKerski</dc:creator>
      <dc:date>2024-07-23T06:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: pfcExeptions::XToolkitObsoleteFunc in VBA API with Creo 10</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/962739#M13268</link>
      <description>&lt;P&gt;Take a look solution here - "&lt;STRONG&gt;XToolkitObsoleteFunc with C++ otk in Creo 9.0.0.0 for pfcComponentFeat::GetModelDescr()&lt;/STRONG&gt;": &lt;A href="https://community.ptc.com/t5/Customization/XToolkitObsoleteFunc-with-C-otk-in-Creo-9-0-0-0-for/td-p/816166" target="_blank"&gt;https://community.ptc.com/t5/Customization/XToolkitObsoleteFunc-with-C-otk-in-Creo-9-0-0-0-for/td-p/816166&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 07:52:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/962739#M13268</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2024-07-23T07:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: pfcExeptions::XToolkitObsoleteFunc in VBA API with Creo 10</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/962747#M13269</link>
      <description>&lt;P&gt;Thanks for the hint Vladimir. Does "&lt;SPAN&gt;get the Creo 9.0 sources" mean, selecting the new library in the references list? If so, can you tell me the path of the library? It isnt showing in the list.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 08:40:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/962747#M13269</guid>
      <dc:creator>SKerski</dc:creator>
      <dc:date>2024-07-23T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: pfcExeptions::XToolkitObsoleteFunc in VBA API with Creo 10</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/967662#M13381</link>
      <description>&lt;P&gt;VBA Code needs the Creo VB API Type Lybrary referenced. Try adding/updating to the current &amp;lt;Creo Installation Directory&amp;gt;\Common Files\x86e_win64\obj\pfclscom.exe .&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 20:54:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/967662#M13381</guid>
      <dc:creator>HannesBuxbaum</dc:creator>
      <dc:date>2024-08-21T20:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: pfcExeptions::XToolkitObsoleteFunc in VBA API with Creo 10</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/985177#M13631</link>
      <description>&lt;P&gt;Thanks for the info. When I try to add the&amp;nbsp;&lt;SPAN&gt;pfclscom.exe, the list of libraries refreshed once, but the Creo library isnt showing. Did I miss a step?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 11:16:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/985177#M13631</guid>
      <dc:creator>SKerski</dc:creator>
      <dc:date>2024-11-22T11:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: pfcExeptions::XToolkitObsoleteFunc in VBA API with Creo 10</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/985264#M13632</link>
      <description>&lt;P&gt;Should look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannesBuxbaum_0-1732291113884.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/114649i21F9B80C8C2D9ED7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannesBuxbaum_0-1732291113884.png" alt="HannesBuxbaum_0-1732291113884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;1. (left side): pick the EXE (set filter to show EXE files)&lt;BR /&gt;2.(right side): the "Creo VB API" entry should appear. (If not: try to remove an existing entry, that might be unchecked)&lt;/P&gt;&lt;P&gt;3. Still not showing up? try these steps on a fresh Windows installation and/or new/clean Windows user profile&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 16:02:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/985264#M13632</guid>
      <dc:creator>HannesBuxbaum</dc:creator>
      <dc:date>2024-11-22T16:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: pfcExeptions::XToolkitObsoleteFunc in VBA API with Creo 10</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/985397#M13636</link>
      <description>&lt;P&gt;Hello Hannes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess the error comes from the fact, that there already is a (unchecked) pfclscom.exe in the list for the existing Creo 4 installation. I cant fully remove it with the commands&amp;nbsp; "Application.VBE.ActiveVBProject.References.Remove" or "ActiveWorkbook.VBProject.References.Remove", because they only uncheck the given reference. Do you know another way to remove it from the list? Otherwise I will try to message our IT admin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 07:17:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/pfcExeptions-XToolkitObsoleteFunc-in-VBA-API-with-Creo-10/m-p/985397#M13636</guid>
      <dc:creator>SKerski</dc:creator>
      <dc:date>2024-11-25T07:17:02Z</dc:date>
    </item>
  </channel>
</rss>

