<?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 ACAPI_ProjectOperation_Open() for teamwork in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-ProjectOperation-Open-for-teamwork/m-p/620340#M9732</link>
    <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anybody ever tried to open teamwork projects with &lt;STRONG&gt;&lt;EM&gt;ACAPI_ProjectOperation_Open()&lt;/EM&gt;&lt;/STRONG&gt; method?&lt;BR /&gt;It accepts&amp;nbsp;&lt;EM&gt;API_FileOpenPars&lt;/EM&gt; parameters where I could specify URI path via IO::Location. Actually I was trying to take an actual location from existing teamwork project and path it to the function, but got -7003 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;...
API_FileOpenPars openPars;
BNZeroMemory (&amp;amp;openPars, sizeof (API_FileOpenPars));
openPars.useStoredLib = true;
openPars.fileTypeID = APIFType_WGProjFile;
API_ProjectInfo projectInfo = {};
ACAPI_ProjectOperation_Project (&amp;amp;projectInfo);
IO::Location* twLocation = projectInfo.location_team;
openPars.file = twLocation;
GSErrCode err = ACAPI_ProjectOperation_Open (&amp;amp;openPars);
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It looks that this should be possible, but I guess I'm missing something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 10:44:35 GMT</pubDate>
    <dc:creator>Iyur</dc:creator>
    <dc:date>2024-07-30T10:44:35Z</dc:date>
    <item>
      <title>ACAPI_ProjectOperation_Open() for teamwork</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-ProjectOperation-Open-for-teamwork/m-p/620340#M9732</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anybody ever tried to open teamwork projects with &lt;STRONG&gt;&lt;EM&gt;ACAPI_ProjectOperation_Open()&lt;/EM&gt;&lt;/STRONG&gt; method?&lt;BR /&gt;It accepts&amp;nbsp;&lt;EM&gt;API_FileOpenPars&lt;/EM&gt; parameters where I could specify URI path via IO::Location. Actually I was trying to take an actual location from existing teamwork project and path it to the function, but got -7003 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;...
API_FileOpenPars openPars;
BNZeroMemory (&amp;amp;openPars, sizeof (API_FileOpenPars));
openPars.useStoredLib = true;
openPars.fileTypeID = APIFType_WGProjFile;
API_ProjectInfo projectInfo = {};
ACAPI_ProjectOperation_Project (&amp;amp;projectInfo);
IO::Location* twLocation = projectInfo.location_team;
openPars.file = twLocation;
GSErrCode err = ACAPI_ProjectOperation_Open (&amp;amp;openPars);
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It looks that this should be possible, but I guess I'm missing something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 10:44:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ACAPI-ProjectOperation-Open-for-teamwork/m-p/620340#M9732</guid>
      <dc:creator>Iyur</dc:creator>
      <dc:date>2024-07-30T10:44:35Z</dc:date>
    </item>
  </channel>
</rss>

