<?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: Downloading an image for surface creation from a URL in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/578053#M8928</link>
    <description>&lt;P class=""&gt;Any options within the DevKit library? Since we are getting linker error in Windows OS when using curl.h&lt;/P&gt;&lt;P class=""&gt;Found an example to GET json response in Communication_ClientTest but nothing downloads a file.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;clientConnection-&amp;gt;SetTimeout (requestTimeout);
clientConnection-&amp;gt;Send (request);
clientConnection-&amp;gt;Receive (response);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2023 11:57:34 GMT</pubDate>
    <dc:creator>kency</dc:creator>
    <dc:date>2023-11-29T11:57:34Z</dc:date>
    <item>
      <title>Downloading an image for surface creation from a URL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/578022#M8926</link>
      <description>&lt;P&gt;In order to create surface through the plugin we would like to fetch the texture image from a given URL. How can we download the image through ArchiCAD C++ code?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:19:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/578022#M8926</guid>
      <dc:creator>kency</dc:creator>
      <dc:date>2024-09-17T11:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading an image for surface creation from a URL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/578026#M8927</link>
      <description>&lt;P&gt;You can use cUrl lib or built in HTTP classes.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 09:10:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/578026#M8927</guid>
      <dc:creator>Miha Nahtigal</dc:creator>
      <dc:date>2023-11-29T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading an image for surface creation from a URL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/578053#M8928</link>
      <description>&lt;P class=""&gt;Any options within the DevKit library? Since we are getting linker error in Windows OS when using curl.h&lt;/P&gt;&lt;P class=""&gt;Found an example to GET json response in Communication_ClientTest but nothing downloads a file.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;clientConnection-&amp;gt;SetTimeout (requestTimeout);
clientConnection-&amp;gt;Send (request);
clientConnection-&amp;gt;Receive (response);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 11:57:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/578053#M8928</guid>
      <dc:creator>kency</dc:creator>
      <dc:date>2023-11-29T11:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading an image for surface creation from a URL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/579014#M8962</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look at the `Do_DownloadWeatherData()` example in Goodie_Functions.cpp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 16:59:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/579014#M8962</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2023-12-05T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading an image for surface creation from a URL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/579716#M8975</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/7122"&gt;@Akos Somorjai&lt;/a&gt;&amp;nbsp;, Just another question on the Do_DownloadWeatherData.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What does DBPrintf do? Where can I check the output&lt;/LI&gt;&lt;LI&gt;The URL seems to be not working in the provided example.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 11 Dec 2023 09:48:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/579716#M8975</guid>
      <dc:creator>kency</dc:creator>
      <dc:date>2023-12-11T09:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading an image for surface creation from a URL</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/579752#M8976</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;`DBPrintf ()` prints its output to the debugging window/console, you can safely ignore that.&lt;/P&gt;
&lt;P&gt;The URL is just an example, feel free to submit data to any other website.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 14:25:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Downloading-an-image-for-surface-creation-from-a-URL/m-p/579752#M8976</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2023-12-11T14:25:08Z</dc:date>
    </item>
  </channel>
</rss>

