The following code for loading IFC files, which worked in ArchiCAD 28,
now returns error -7003 in ArchiCAD 29.The same procedure works fine
with pln files.What could the problem be? API_FileOpenPars fop;
BNZeroMemory(&fop, sizeof(API_FileOpenPars)); ...