Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello
This code does not work in AutoCAD LT 2024, windows 10 its fine in any version of full autocad
(VL-LOAD-COM)
(setq web_obj
(vlax-invoke-method
(vlax-get-acad-object)
'GetInterfaceObject
"WinHttp.WinHttpRequest.5.1"
)
)
returns error: Automation Error. Description was not provided.
anybody any idea why?
thanks peter
Solved! Go to Solution.