sketchucation logo sketchucation
    • Login
    1. Home
    2. GerhardG
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Groups 1

    GerhardG

    @GerhardG

    10
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    GerhardG Unfollow Follow
    registered-users

    Latest posts made by GerhardG

    • RE: Open SKP in VB.NET Application

      It's a big professional application with several years of development...
      Is there any other way to get a workaround?
      Write my own c++ dll, using the stuff and then use my c++ dll inside my VB application?

      What a frustrating day...

      posted in Developers' Forum
      G
      GerhardG
    • RE: Open SKP in VB.NET Application

      I thought the dll is usable for VB and C++ and C# ...
      So the only difference is how to callt he functions, given by the dll.
      Am I wrong with this?

      looking at the example I see them using classname and function name.
      In other codelines I use
      Private Declare Function GetDesktopWindow Lib "user32.dll" () As IntPtr
      to get the function out of the dll. So I need a doc, which function I need for what and how to get them.

      using
      Private Declare Function skpOpenFile Lib "SketchUpReader.dll" Alias "OpenFile" (ByVal filePath As String, ByRef retVal As VariantType) As Integer

      gives me the error : entry point not found.
      using
      Private Declare Function skpOpenFile Lib "SketchUpReader.dll" Alias "ISkpFileReader.OpenFile" (ByVal filePath As String, ByRef retVal As VariantType) As Integer
      is the same.

      So, how Do I locate the function in the dll?
      How Do I include it in my code?

      posted in Developers' Forum
      G
      GerhardG
    • RE: Open SKP in VB.NET Application

      Yes, I did, but it didn't help.

      First step is to open a SKP fiel and show it. Later steps is to manipulate and save it.

      posted in Developers' Forum
      G
      GerhardG
    • RE: Open SKP in VB.NET Application

      Yes I did, but it didn't help.
      So I'm searchng the Internet.

      posted in Developers' Forum
      G
      GerhardG
    • Open SKP in VB.NET Application

      Hi All

      I have to open a SKP file, get the mesh, use it for some mappings and save in my own file format inside my VB.NET application.

      All Code Snippets and help is not helpful for me.

      Who can help me?
      Where can I get some code snippets to see the main structure / functions etc for using the SketchUpReader.dll?

      Best regards

      Gerhard

      posted in Developers' Forum
      G
      GerhardG