Michael Hardeman

Results 3 comments of Michael Hardeman

I have opened a PR for to fix this issue https://github.com/ziacko/TinyWindow/pull/31 I only applied a band-aid `if (0) {}` for now, but at least the program builds and opens a...

I am experiencing this problem as well. Fresh install of 1.0.0(83). I don't see my movie library [Here is the log](https://pastebin.com/9kQsmeM7) from the server side of the tvOS login and...

/dev/random is a Unix only file. The scenario variable "system" allows you to build a windows version that links to advapi32.dll for random numbers. Try, "gnatmake -p libadacrypt.gpr -Xsystem=windows", setting...