Plan to release source for Codex #27
Replies: 3 comments 4 replies
-
Can you supply a early release of source for Java2OP and Build Jar? |
Beta Was this translation helpful? Give feedback.
-
The reported issue for what Antivirus? |
Beta Was this translation helpful? Give feedback.
-
If you just need to execute command line stuff, I've got a threaded component that will do that. It will execute command line stuff, and you don't have to show the information anywhere. It's optional to show any information or outputs. I've used this to do windows ssh stuff. https://github.com/War3Evo/gtDelphi/blob/master/CommandPrompt/gtCommandPrompt.pas |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a plan to release the source code for Codex by the time v2.0.0 is due for release, which is planned for late this year (2023)
This will happen only once I've resolved a few dependencies, which includes JCL/JVCL:
Codex uses TJvCreateProcess in order to execute commands such as some of the Android tools, e.g. aapt/aapt2, javac etc. I'd like to completely remove this dependency, and have alternative code which is Work In Progress in the Playground, however as per the comments in the code and the reported issue, I am having trouble making it work.
If you are able to help resolve this issue, it will make the release of the source for Codex a reality.
Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions