<?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: Export To XMLFileFormat in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259431#M2040</link>
    <description>I've checked with your settings, and it works fine for me. Could you please specify which Archicad version are you targeting, and what version of Visual Studio are you using?</description>
    <pubDate>Sun, 18 Apr 2021 19:33:35 GMT</pubDate>
    <dc:creator>Viktor Kovacs</dc:creator>
    <dc:date>2021-04-18T19:33:35Z</dc:date>
    <item>
      <title>Export To XMLFileFormat</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259430#M2039</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I am working on an add-ons where I need to export user data as XML format. For this I have included DGLib, GSXMULtils, GSXML and InputOutput Module library to my project using the CMakelists (Using the archicad add-on template for the development).&lt;BR /&gt;But getting an error in "FormatXMLDoc(document, &amp;amp;xmlFile)" method and not getting any idea what's doing wrong here becuase in the Property_test Example add-on it works file.&lt;BR /&gt;Can anyone kindly help me on this?&lt;BR /&gt;&lt;BR /&gt;N.B. Attached are the error and the code snippet for this.&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:50:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259430#M2039</guid>
      <dc:creator>Nayan</dc:creator>
      <dc:date>2021-09-14T07:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export To XMLFileFormat</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259431#M2040</link>
      <description>I've checked with your settings, and it works fine for me. Could you please specify which Archicad version are you targeting, and what version of Visual Studio are you using?</description>
      <pubDate>Sun, 18 Apr 2021 19:33:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259431#M2040</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2021-04-18T19:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export To XMLFileFormat</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259432#M2041</link>
      <description>&lt;BLOCKQUOTE&gt;Viktor wrote:&lt;BR /&gt;
I've checked with your settings, and it works fine for me. Could you please specify which Archicad version are you targeting, and what version of Visual Studio are you using?
&lt;/BLOCKQUOTE&gt;

I am targeting Archicad version 24. And for Visual Studio IDE I have tried with both VS2017 and VS2019 but getting the same error.&lt;BR /&gt;
N.B. For CMake build I have used VS2017.</description>
      <pubDate>Mon, 19 Apr 2021 03:25:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259432#M2041</guid>
      <dc:creator>Nayan</dc:creator>
      <dc:date>2021-04-19T03:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export To XMLFileFormat</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259433#M2042</link>
      <description>&lt;BLOCKQUOTE&gt;Viktor wrote:&lt;BR /&gt;
I've checked with your settings, and it works fine for me. Could you please specify which Archicad version are you targeting, and what version of Visual Studio are you using?
&lt;/BLOCKQUOTE&gt;
Hi Viktor Kovacs,  any suggestion or idea on this error,  what's possibly I'm doing wrong here?</description>
      <pubDate>Wed, 21 Apr 2021 03:45:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259433#M2042</guid>
      <dc:creator>Nayan</dc:creator>
      <dc:date>2021-04-21T03:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export To XMLFileFormat</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259434#M2043</link>
      <description>Unfortunately I have no idea. If you have a minimal repro and you can attach it here as a zip file I can check it on my computer.</description>
      <pubDate>Mon, 26 Apr 2021 14:25:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259434#M2043</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2021-04-26T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export To XMLFileFormat</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259435#M2044</link>
      <description>&lt;BLOCKQUOTE&gt;Viktor wrote:&lt;BR /&gt;
Unfortunately I have no idea. If you have a minimal repro and you can attach it here as a zip file I can check it on my computer.
&lt;/BLOCKQUOTE&gt;

Dear Viktor Kovacs, Here I have attached the project in zip format.&lt;BR /&gt;
I have added the minimal code for the XML export that simulates my error.&lt;BR /&gt;
You can find the XML export related code in &lt;B&gt;TemplateDialog.cpp&lt;/B&gt; file.&lt;BR /&gt;
&lt;BR /&gt;
N.B. Attached pic is the error snapshot I am facing and I have used the CMake build. (ARCHICAD 24 &amp;amp; VS2017)</description>
      <pubDate>Tue, 27 Apr 2021 08:33:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259435#M2044</guid>
      <dc:creator>Nayan</dc:creator>
      <dc:date>2021-04-27T08:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export To XMLFileFormat</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259436#M2045</link>
      <description>I think I found the error. The CMake template is updated on GitHub, and it seems you started from the old version. Please try to modify your CMakeLists.txt like this:&lt;BR /&gt;
&lt;A href="https://github.com/GRAPHISOFT/archicad-addon-cmake/commit/646a7067667586e38eff3e3378d24de7f2c58abc" target="_blank"&gt;&lt;LINK_TEXT text="https://github.com/GRAPHISOFT/archicad- ... e7f2c58abc"&gt;https://github.com/GRAPHISOFT/archicad-addon-cmake/commit/646a7067667586e38eff3e3378d24de7f2c58abc&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Tue, 27 Apr 2021 10:00:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259436#M2045</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2021-04-27T10:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export To XMLFileFormat</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259437#M2046</link>
      <description>&lt;BLOCKQUOTE&gt;Viktor wrote:&lt;BR /&gt;
I think I found the error. The CMake template is updated on GitHub, and it seems you started from the old version. Please try to modify your CMakeLists.txt like this:&lt;BR /&gt;
&lt;A href="https://github.com/GRAPHISOFT/archicad-addon-cmake/commit/646a7067667586e38eff3e3378d24de7f2c58abc" target="_blank"&gt;&lt;LINK_TEXT text="https://github.com/GRAPHISOFT/archicad- ... e7f2c58abc"&gt;https://github.com/GRAPHISOFT/archicad-addon-cmake/commit/646a7067667586e38eff3e3378d24de7f2c58abc&lt;/LINK_TEXT&gt;&lt;/A&gt;
&lt;/BLOCKQUOTE&gt;
Updated the CMakelists.txt file and seems the error has resolved.&lt;BR /&gt;
Thank you so much for your time and support. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:06:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Export-To-XMLFileFormat/m-p/259437#M2046</guid>
      <dc:creator>Nayan</dc:creator>
      <dc:date>2021-04-27T11:06:34Z</dc:date>
    </item>
  </channel>
</rss>

