<?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 Issues with Asynchronous and Multiprocess Application Methods in Creo Toolkit in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/Issues-with-Asynchronous-and-Multiprocess-Application-Methods-in/m-p/1044779#M14626</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I am working with &lt;STRONG&gt;Creo Toolkit&lt;/STRONG&gt; and exploring three different methods of application creation:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Asynchronous Method&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I am using the API ProEngineerConnect() which refers to the library pt_asynchronous.lib.&lt;/LI&gt;&lt;LI&gt;Even though I have included this library under &lt;STRONG&gt;Linker → General → Additional Library Directories&lt;/STRONG&gt;, I am getting the following compile-time error:&lt;PRE&gt;identifier "ProEngineerConnect" is undefined&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Multiprocess Method&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When I use the generated DLL in another &lt;STRONG&gt;C# WinForms application&lt;/STRONG&gt;, I encounter this runtime error:&lt;PRE&gt;Unable to load DLL "DLLNAME.dll" or one of its dependencies: The specified module could not be found. (0x8007007E)&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could anyone help me understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Why is ProEngineerConnect() not recognized even after linking the correct library?&lt;/LI&gt;&lt;LI&gt;What could be causing the DLL load failure in the C# application?&lt;/LI&gt;&lt;LI&gt;Are there any best practices or additional steps for setting up asynchronous and multiprocess methods in Creo Toolkit?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance or examples would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Nov 2025 10:24:38 GMT</pubDate>
    <dc:creator>AS_13847166</dc:creator>
    <dc:date>2025-11-25T10:24:38Z</dc:date>
    <item>
      <title>Issues with Asynchronous and Multiprocess Application Methods in Creo Toolkit</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Issues-with-Asynchronous-and-Multiprocess-Application-Methods-in/m-p/1044779#M14626</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I am working with &lt;STRONG&gt;Creo Toolkit&lt;/STRONG&gt; and exploring three different methods of application creation:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Asynchronous Method&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I am using the API ProEngineerConnect() which refers to the library pt_asynchronous.lib.&lt;/LI&gt;&lt;LI&gt;Even though I have included this library under &lt;STRONG&gt;Linker → General → Additional Library Directories&lt;/STRONG&gt;, I am getting the following compile-time error:&lt;PRE&gt;identifier "ProEngineerConnect" is undefined&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Multiprocess Method&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When I use the generated DLL in another &lt;STRONG&gt;C# WinForms application&lt;/STRONG&gt;, I encounter this runtime error:&lt;PRE&gt;Unable to load DLL "DLLNAME.dll" or one of its dependencies: The specified module could not be found. (0x8007007E)&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could anyone help me understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Why is ProEngineerConnect() not recognized even after linking the correct library?&lt;/LI&gt;&lt;LI&gt;What could be causing the DLL load failure in the C# application?&lt;/LI&gt;&lt;LI&gt;Are there any best practices or additional steps for setting up asynchronous and multiprocess methods in Creo Toolkit?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance or examples would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 10:24:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Issues-with-Asynchronous-and-Multiprocess-Application-Methods-in/m-p/1044779#M14626</guid>
      <dc:creator>AS_13847166</dc:creator>
      <dc:date>2025-11-25T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Asynchronous and Multiprocess Application Methods in Creo Toolkit</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Issues-with-Asynchronous-and-Multiprocess-Application-Methods-in/m-p/1044824#M14628</link>
      <description>&lt;P&gt;Are you making sure that all required Creo DLL’s are in your path var prior to load? The obj machine path must be know. For the link error I guess the lib or the header file is still unknown.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 14:39:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Issues-with-Asynchronous-and-Multiprocess-Application-Methods-in/m-p/1044824#M14628</guid>
      <dc:creator>RPN</dc:creator>
      <dc:date>2025-11-25T14:39:48Z</dc:date>
    </item>
  </channel>
</rss>

