Hi,
I should be done with the engine update by end of this week.
Today I rewrote the dictionary word lookup converting it from char to string.
I works properly on Windows 10, but does not work on Linux(Kubuntu).
(no compile warnings on Linux, the compare of user word and dictionary word is not working)
You can see the code at below URL link:
https://pastebin.com/g2Uw2h8G
Not sure how to fix the above to work on both Windows and Linux.
Any help would be appreciated, this is the last big task in this engine update…
Thanks!