Re: Challenge: Build a Color-Coded Log Viewer for Phix/Euphoria (Inspired by chat.exw)
- Posted by xecronix in June
- 812 views
I've uploaded the logger project here:
https://github.com/xecronix/BzTelemetry
I also partly implemented a wrapper. (For Phix 32 bit)
https://github.com/xecronix/BzTelemetry/blob/main/example-wrappers/bzlog.e
This is what you need to know if you're going to write a wrapper
https://github.com/xecronix/BzTelemetry/blob/main/bzlogger_core/bzlogger_win_wrap.pas
And these are the exported names of the functions.
https://github.com/xecronix/BzTelemetry/blob/main/bzlogger_core/BzLoggerDLL.lpr
This is the pre-built 32 bit version of the dll
https://github.com/xecronix/BzTelemetry/blob/main/bzlogger_core/bzlogger_32.dll
This is the pre-built viewer (this development is active ATM)
https://github.com/xecronix/BzTelemetry/blob/main/logViewer/log_viewer.exe

