Construction of Skybuck's UFO Alert Tool log
Skybuck Flying <[email protected]> Sun, 31 Jul 2022 07:57:39 -0700 (PDT)
| Newsgroups | alt.comp.periphs.videocards.nvidia |
|---|---|
| Message-ID | <[email protected]> |
Construction of Skybuck's UFO Alert Tool log: Day 1, 31 july 2022, Scouting if UBER H3 compiles/builds/works and can be used from Delphi, SUCCESS ! Video log of my activities of Day1: https://youtu.be/b_Dw0iX7DRg 1.1 UBER H3 library works, it was build with VS 2019, CMAKE GUI was first used and later CMAKE command used to make DLL version. https://h3geo.org/ https://h3geo.org/docs/api/indexing https://github.com/uber/h3 1.2 Delphi's TDUMP was used to inspect the produced H3 dll library and exported functions. https://www.embarcadero.com/products/delphi 1.3 VIRUS TOTAL was used to confirm the H3 dll is a PE32+ library which means it's 64 bit. https://www.virustotal.com/gui/ (1.4 Lazarus/Free Pascal's H2PAS and H2PAS Wizard was tried (twice, different versions) to convert from C to PAS but FAILED to produce anything useable.) 1.5 (Nes's) CHET was used to convert C api headers into Pascal headers some further work will be necessary but it already works and is usefull. https://github.com/neslib/Chet 1.6 (Nes's) CLang for Delphi was used to build CHET successfully. https://github.com/neslib/Neslib.Clang 1.7 UBER H3 library/api was loaded into Delphi console application and some simple functions tested OK. (What you could do is try and create some nice sphere with this library to provide some example code of how you did it, this could help me to speed up the construction ! =D) Bye for now, Skybuck.