Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2024-06-11
07:27 AM
- last edited on
2024-06-19
11:29 AM
by
Laszlo Nagy
2024-06-12 08:32 AM
You can check new document or refer Examples code to find the changes then modify your code and solve the error one by one for AC27. For example, API_PenType is not used in AC27, you can find Example code in Attribute_test.cpp
HTH
2024-06-13
07:16 AM
- last edited on
2024-06-19
11:29 AM
by
Laszlo Nagy
Got down to this last error. I tried to erased Win because there's no Win folder after Lib but after that I got 600+ errors
2024-06-13 11:37 AM
The ACAPI_STATD.lib is not in WIN folder in API27 Dev. kit, please remove the WIN\ in VS project.
HTH