The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Console | Add-on API | Page | Warning: Currently on hold. Console feature will return later on. |
Database | Add-on API | Page | Note: Use an existing Add-on is serve as database for now. |
Events | Add-on API | Page | Since changes has occur over time, we do recommend head over to H-Ext UnitTests’ repo at github. Then review your preferred coding language base on UnitTestHook__. |
Program Language Support | Add-on API | Page | The following coding language support are: C C++ C# ** D Visual Basic ** Currently not supported are: F# *** (Know a coding language support to compile as Windows’ dll module and support C standard language? Let us know!) Be aware coding languages using .NET Framework... |
Timer | Add-on API | Page | *First support is: H-Ext 0.5.2.2 (Add-on API 3.1.1 to 3.1.2)* *Supported: H-Ext 0.5.3.4 (Add-on API 4.0) or newer* To register the Timer support, the following below is required to be exported with `#define EXT_ITIMER` and `#define EXT_HKTIMER` before including the header of Add-on API. Also require you to manage your... |