To use the functionality of ARCHICAD apartmentography, it is necessary that the apartmentography module be installed and available for access.

The test is performed by the ac_request command with the solaris_test directive.

Call:

int ires = ac_request("solaris test");


On successful testing, 0 is returned.


int res;
res = ac_request("solaris_test");
if(res != 0) {
   cout << "Нет связи с LabPP_Solaris\n";
   return -1;
}