On Sunday, 24 May 2026 at 19:42:38 UTC, c-smile wrote:
Really, the only cross-platform and modern UI option now is my Sciter/D.

```diff
diff --git a/sciter+/D/sciter/types.d b/sciter+/D/sciter/types.d
index ae0695b..c8ee986 100644
--- a/sciter+/D/sciter/types.d
+++ b/sciter+/D/sciter/types.d
@@ -1,3 +1,4 @@
+module sciter.types;

 alias INT_PTR = ptrdiff_t;
 alias UINT_PTR = size_t;
diff --git a/sciter+/D/sciter/utils/archive.d b/sciter+/D/sciter/utils/archive.dindex 2f46229..e98dfe9 100644
--- a/sciter+/D/sciter/utils/archive.d
+++ b/sciter+/D/sciter/utils/archive.d
@@ -1,4 +1,4 @@
-module sciter.util.archive;
+module sciter.utils.archive;

 import sciter.api;
 import std.string;
```

to make it up to spec, rn it only compiles due to some compilers not checking names.

Reply via email to