wcecl icon indicating copy to clipboard operation
wcecl copied to clipboard

[PROBLEMS] Command Line CE

Open dz333n opened this issue 4 years ago • 1 comments

Actual probelms:

  • Function _getstdfilex_WCECL is not implemented yet.
  • Function WaitForAPIReady is not implemented yet.
  • Function GetStdioPath is not implemented yet.
  • Fails with runtime assert image

dz333n avatar Aug 04 '19 13:08 dz333n

Partially fixed in #26 (merged; implements _getstdfilex, GetStdioPath), #28 (draft; the assertion was happening due to missing command line arguments if I recall correctly - see #25).

EDIT: With #28, #29 now merged, it should mostly work. It crashes on exit, and has some missing APIs, but otherwise is more or less usable.

TheNNX avatar Apr 13 '24 23:04 TheNNX