<?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: protoolkit_NU.lib(srcstdstream.obj) : error LNK2019: unresolved external symbol __std_find_trivi in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/981877#M13586</link>
    <description>&lt;P&gt;Some solution can be found here:&amp;nbsp;&lt;A href="https://community.ptc.com/t5/Customization/link-error/td-p/207384" target="_blank"&gt;https://community.ptc.com/t5/Customization/link-error/td-p/207384&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2024 08:29:42 GMT</pubDate>
    <dc:creator>VladimirN</dc:creator>
    <dc:date>2024-11-05T08:29:42Z</dc:date>
    <item>
      <title>protoolkit_NU.lib(srcstdstream.obj) : error LNK2019: unresolved external symbol __std_find_trivial_1</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/981781#M13585</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to build a Project, wherein i get the below compilation error: Not sure where exactly is going wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;protoolkit_NU.lib(srcstdstream.obj) : error LNK2019: unresolved external symbol __std_find_trivial_1 referenced in function "unsigned __int64 __cdecl std::_Find_elem&amp;lt;char,27&amp;gt;(char const (&amp;amp;)[27],char)" (??$_Find_elem@D$0BL@@std@@YA_KAEAY0BL@$$CBDD@Z)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Settings Done on Visual Studio 2019:&lt;/P&gt;&lt;P&gt;1. Added&amp;nbsp;protoolkit_NU.lib in Linker-&amp;gt;Input-&amp;gt;AdditionalDependencies&lt;/P&gt;&lt;P&gt;2. Added "$(CREO_INSTALL)/otk/otk_cpp/x86e_win64/obj;$(CREO_INSTALL)/protoolkit/x86e_win64/obj;" under Linker-&amp;gt;General-&amp;gt;AdditionalLibraryDirectories&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 20:45:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/981781#M13585</guid>
      <dc:creator>ED_KSRIF_KSIT</dc:creator>
      <dc:date>2024-11-04T20:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: protoolkit_NU.lib(srcstdstream.obj) : error LNK2019: unresolved external symbol __std_find_trivi</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/981877#M13586</link>
      <description>&lt;P&gt;Some solution can be found here:&amp;nbsp;&lt;A href="https://community.ptc.com/t5/Customization/link-error/td-p/207384" target="_blank"&gt;https://community.ptc.com/t5/Customization/link-error/td-p/207384&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 08:29:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/981877#M13586</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2024-11-05T08:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: protoolkit_NU.lib(srcstdstream.obj) : error LNK2019: unresolved external symbol __std_find_trivi</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/981908#M13587</link>
      <description>&lt;P&gt;Can you DM or attach your *.vcxproj file?&lt;/P&gt;&lt;P&gt;I have already developed a couple of Toolkit projects and if you want, I can check your Visual Studio Project file with one of mine to see if all necessary properties are present in the *.vcxproj file (because in the beginning I was also struggling with compilation/library errors)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 10:08:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/981908#M13587</guid>
      <dc:creator>RobrechtSavaco</dc:creator>
      <dc:date>2024-11-05T10:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: protoolkit_NU.lib(srcstdstream.obj) : error LNK2019: unresolved external symbol __std_find_trivi</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/982107#M13603</link>
      <description>&lt;P&gt;I solved the issue. It was related with new version of VS2022 to be used for building the solution, as it was dependent on V143 toolset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much for the reply.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 20:06:47 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/protoolkit-NU-lib-srcstdstream-obj-error-LNK2019-unresolved/m-p/982107#M13603</guid>
      <dc:creator>ED_KSRIF_KSIT</dc:creator>
      <dc:date>2024-11-05T20:06:47Z</dc:date>
    </item>
  </channel>
</rss>

