Re: euGTK & irv
- Posted by Bhupen1277 Dec 02, 2019
- 1651 views
I think you may want to just download gtk3-runtime-3.24.12-2019-11-07-ts-win64.exe from that page.
Many thanks for the quick response.
This is indeed the one I installed not the GTK2 flavor. What I have done is to search the machine for anything related to GTK. Apart from the GTK3 stuff just installed there is a copy of GTK2 in a completely unrelated directory. I deleted it. Now the test programs run without errors; however, the software that was using GTK2 is dead. The other thing that is puzzling is the GTK3 demos run extremely slowly at startup. The same (almost) program done with win32lib startup is about 5 times faster. This is the euphoria pseudo code generation step, I think. Maybe everything, including the kitchen sink, is being included and translated instead of just what is needed.
Anyway, Thanks for the pointer. I shall forge ahead with my trial.
regards, jd
I have often found that software developed primarily for Linux platform, and later adjusted to be available for Windows is buggy. I have found WxEuphoria very reliable.