Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.19 KB

onscripter_csharp

[WIP super extremly very much] port onscripter-en to csharp, DONNOT use me now

Status

  • not stable, not work now

History

  • 2024-10-01: migrate from gitee to github
    onscripter_csharp_20240915_v1.7z
    onscripter_en_fork2_sdlport2_20240915_v1.rar
    ref: onscripter_en_fork2_sdlport2_20240915_v1_min.zip
  • 2021-06-20: first commit to gitee ref: onscripter_en_fork2_sdlport2_master_min.zip
  • 2020-10-04: onsharp_v1.rar

Ref

TODO

  • put vendor files (and mod, to compare) about onscripter_en_fork2_sdlport2

TODO, 20241223

CLib.cs:582, not implemented
public static uint fread(UnsignedCharPtr buffer, uint size, uint count, FILEPtr fp)
public static uint fread(CharPtr buffer, uint size, uint count, FILEPtr fp)
public static uint fwrite(UnsignedCharPtr buffer, uint size, uint count, FILEPtr fp)
public static uint fwrite(CharPtr buffer, uint size, uint count, FILEPtr fp)

TODO, 20241225

public static long SHGetFolderPathA(int param1, UInt32 param2, int param3, int param4, CharPtr hpath)