Dexed, revived!

Basile B. b2.temp at gmx.com
Fri Apr 24 08:44:10 UTC 2020


On Saturday, 11 April 2020 at 14:05:43 UTC, RegeleIONESCU wrote:
> Dear Sir, I am following your instructions on how to compile 
> and build Dexed on Windows 10. Could you please help me find 
> out why I get the following error?
>
> [...]

Sorry I don't know how I've managed to miss your message since 
the 11. Maybe it's because the topic was more about Akira's fork 
originally.
The compiler error message means that u_dastworx is missing in 
the "use" clause (it's like D imports). You can try to add it by 
editing u_dastworx.pas.

> Fatal: (1018) Compilation aborted
> Error: C:\lazarus\fpc\3.0.4\bin\x86_64-win64\ppcx64.exe 
> returned an error exitcode
> Error: (lazarus) Compile Project, Mode: Release, Target: 
> C:\temp\dexed-v3.8.3\bin\dexed.exe: stopped with exit code 1
> Error: (lazbuild) failed compiling of project 
> C:\temp\dexed-v3.8.3\lazproj\dexed.lpi
>
> [...]

Note that the problem wont be fixed.

1. next version, v3.9.0, doesn't use dastworx anymore but rather 
a library, compiled with LDC.
2. I don't support Windows anymore so people have to submit their 
fixes if they want dexed to continue working on Windows. This can 
be done by sending me patches by email (clone the gitlab project, 
look at the git history to find my mail) or gitlab merge_requests.


More information about the Digitalmars-d-ide mailing list