<?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: AC25 API Compile Error - ParameterPackTraits.hpp in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220624#M2228</link>
    <description>Thanks it compiles now. Seems lowering the "Warning Level" is enough.</description>
    <pubDate>Tue, 10 Aug 2021 11:18:22 GMT</pubDate>
    <dc:creator>Erenford</dc:creator>
    <dc:date>2021-08-10T11:18:22Z</dc:date>
    <item>
      <title>AC25 API Compile Error - ParameterPackTraits.hpp</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220621#M2225</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I'm trying to compile one of the examples of the API (Element_Test) and I'm encountering errors on GSRoot\ParameterPackTraits.hpp.&lt;BR /&gt;
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;Rebuild started...
1&amp;gt;------ Rebuild All started: Project: Element_Test, Configuration: Debug x64 ------
1&amp;gt;Compiling the localized GRC file...
1&amp;gt;Compiling the non-localized GRC file...
1&amp;gt;Compiling the RC2 file...
1&amp;gt;Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
1&amp;gt;
1&amp;gt;Copyright (C) Microsoft Corporation.  All rights reserved.
1&amp;gt;
1&amp;gt;
1&amp;gt;APICommon.c
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;PropertyUtils.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Test.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Trim.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Tools.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Tips.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_SolidLink.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Snippets.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Set.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Modify.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Hotlink.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Edit.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Basics.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Element_Batch_Create.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Dumper.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;APISpeedTest.cpp
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): error C2220: the following warning is treated as an error
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(80,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;C:\Software Development\Addon Development\API Development Kit 25.3002\Support\Modules\GSRoot\ParameterPackTraits.hpp(92,23): warning C4499: 'static': an explicit specialization cannot have a storage class (ignored)
1&amp;gt;Generating Code...
1&amp;gt;Done building project "Element_Test.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
&lt;/PRE&gt;
Only thing I did is edit the MDID (dev+addon id).&lt;BR /&gt;I've tried other examples (Attribute_Test), same thing happened&lt;BR /&gt;Any ideas on how to fix this?&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:23:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220621#M2225</guid>
      <dc:creator>Erenford</dc:creator>
      <dc:date>2021-09-14T07:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: AC25 API Compile Error - ParameterPackTraits.hpp</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220622#M2226</link>
      <description>Hi Erenford,&lt;BR /&gt;
&lt;BR /&gt;
It is a known issue, the fix is already under development. Until then, you can work around it by setting the compiler warning level from level 4 (/W4) to level 3 (/W3). It should compile after that.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Andras</description>
      <pubDate>Tue, 10 Aug 2021 10:46:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220622#M2226</guid>
      <dc:creator>akomporday</dc:creator>
      <dc:date>2021-08-10T10:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: AC25 API Compile Error - ParameterPackTraits.hpp</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220623#M2227</link>
      <description>This is happening because you are trying to compile the code with a later version of Visual Studio than what Archicad builds with.&lt;BR /&gt;
&lt;BR /&gt;
You can work around the situation by lowering the "Warning Level", and turn off "Treat Warnings As Errors" in the project settings.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Aug 2021 10:47:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220623#M2227</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2021-08-10T10:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: AC25 API Compile Error - ParameterPackTraits.hpp</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220624#M2228</link>
      <description>Thanks it compiles now. Seems lowering the "Warning Level" is enough.</description>
      <pubDate>Tue, 10 Aug 2021 11:18:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220624#M2228</guid>
      <dc:creator>Erenford</dc:creator>
      <dc:date>2021-08-10T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: AC25 API Compile Error - ParameterPackTraits.hpp</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/355565#M2229</link>
      <description>&lt;P&gt;Also just hit the same thing in vs2019 (in the year 2022). Note that trying to use vs2017 seemed to hit a pragma that only the 2019 build tools are supported. So curious.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 17:54:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/355565#M2229</guid>
      <dc:creator>Dismiss</dc:creator>
      <dc:date>2022-09-09T17:54:13Z</dc:date>
    </item>
  </channel>
</rss>

