Re: [PATCH v2 0/1] MR8928: msxml3/tests: add test for IXMLDOMElement_removeAttributeNode.
On Tue Sep 9 08:58:52 2025 +0000, Nikolay Sivov wrote:
Hi, Have you found an application that's using this method? Yes, its called "RiSCAN PRO" from the company "RIEGL GmbH"
The product page can be found here: http://www.riegl.com/products/software-packages/riscan-pro/ (unfortunately one needs an account to download the software, and to install one needs to get a `tar.exe` into `system32` and `syswow64` as the installer uses `tar.exe` to extract zip files, but that is a different issue :grin: ) RiSCAN PRO under `wine-10.13` can't save a project and errors with the following message: ``` 2025-08-19 08:25:47+730 [x] Cannot save project: Not implemented ``` With the following wine-debugging messages: ``` 0148:fixme:msxml:domelem_removeAttributeNode (000072400CD21600)->(000072400CD217C0 00007FFFFE1FE0F8) ``` The project file is in xml format. The program itself is a Delphi Program and it seems to use `msxml.dll` to modify its project file -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8928#note_115432
participants (1)
-
Reinhold Gschweicher (@neroburner)