Friday - last edited 4 hours ago
Hello guys. I was coding the hookers for Archicad 29 and something went wrong. I was following the examples in IFC_Test, and I wrote the code:
I have also executed this code that gave no errors:
IFCAPI::GetHookManager().RegisterPropertyHook(IFCHook::property_hook);
However, for some reason, after the ending of execution of property_hook(), I received this exception error:
I want also to point out that the ifc values were creating fine, without any errors. I was checking it a lot of times through the debugger.
Have someone dealt with this issue before? I would be glad if someone could point me to my mistake. Thank you in advance!
3 hours ago
Also I noticed that it is trying to load up IFCInOutAPI.pdb from somewhere. I went to check out in the devkit for AC29 and it does not exist there.
I also tried to search for IFCInOutAPI.dll, but it does not exist either