Recently we updated our sketchup c++ sdk to 18.0.16975. However, if we updated all the libs/includes/dll, the system requires sketchup.exe to start. Dose the c api supposes to work without sketchup? Is there any solution for this?
Are you linking against sketchup.lib
? That’s only there for use of the license functions to used from Ruby C Extensions within SketchUp itself.
For standalone use you link against SketchUpAPI.lib
.
2 Likes
yes, i am sure i linked SketchUpAPI.lib. oh, i got you, i will try it, thank you very much!!
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.