sketchucation logo sketchucation
    • Login
    1. Home
    2. Gábor
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    G
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 427
    • 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
      119 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
      408 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
      402 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
      705 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