sketchucation logo sketchucation
    • Login
    1. Home
    2. Gábor
    3. Topics
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    G
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 435
    • Groups 6

    Topics

    • G

      C SDK save in 2022 or 2023 formats

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      425 Views
      G
      @TIG Thank you for your input. My understanding of the C SDK is: SUModelSaveToFileWithVersion(model, "SU2021.skp", SUModelVersion_SU2021); - Should save into the "versionless" 2021 format and it should load without any error or warning into SU 2022 and SU 2023 SUModelSaveToFileWithVersion(model, "SUcurrent.skp", SUModelVersion_Current); - should save in the version of the SDK (in this case 2024) But instead both function calls save in SU 2024 format which IMO is an error in the SDK. I'll try to contact them to sort this.
    • G

      Is the C SDK upgraded to handle v2015 files?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      458 Views
      G
      And it works flawless with v2015 files. Thanks again.
    • G

      C SDK - How to get reference for the camera object(s)?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      431 Views
      G
      Thank you for checking it.
    • G

      C API unresolved external symbol

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      733 Views
      G
      Thank you AdamB. I did add the path of the downloaded .dll and .lib to the VS library search path. Somewhere I read that character encoding differences could cause such error messages. So I also tried to change the project's encoding settings without any luck.... EDIT: Thank you. SUCCESS!!! (Well it was a missing reference to the lib... )
    • 1 / 1