Martin Walter
Enthusiast
since ‎2020-02-02
9 hours ago

User Statistics

  • 73 Posts
  • 6 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

I have working code for an ArchiCAD-Addon for Versions 22-26. Now I try to run it with ArchiCAD 27 but it fails in the following line: m_hModule = ::LoadLibrary(wstrDLLPath); LoadLibrary() returns 0. I investigated, that ::GetLastError(); returns 127...
Actually my Addon only supports german. I'd like to recognize the language of ArchiCAD and to adjust the Addon-menu entries to that language. Is this possible or do I need different installers for each language? How do I recognize the language of Arc...
I'd like to add a library element (.gsm) to a teamwork folder to use the element later in a teamwork project. How can I do this? Actually I'm using the following code to register a library folder on my PC: IO::Location folderLocation; API_SpecFolderI...
For the standard Archicad-windows the reveal to wall core can be set with an input field: But in my self created window the input field is missing: Does anybody know, what shall I change in the script to show the input-box?
I create a window from polygons using texture. In 3D view everything works as expected: the texture shows up. But in elevationviews the windows are always white: I figured out that this is caused by how I create the textures in GDL. I use the texture...