Sujet : Re: threads with package bug (probably timing error) on magicsplat 9.01/02 and bawt 9.01
De : et99 (at) *nospam* rocketship1.me (et99)
Groupes : comp.lang.tclDate : 22. Jul 2025, 02:35:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <105mpsq$32nki$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
On 7/19/2025 12:32 AM, Harald Oehlmann wrote:
No, it would be great to test it now, sorry.
If a bug is fixed, the original reporter should check it.
Sorry,
Harald
Success!
In order to test the new code, I needed to build a wish91.exe from latest source and copy that into a magicsplat bin directory so it could load the math and Thread packages.
Since I didn't know how to do that, I took a stab at getting chatgpt to help. To my amazement and surprise, it knows how to build tcl/tk 9 and knows where to place all the files.
It wrote scripts to download the latest source, build it into a temp directory, and copy in the new .exe and .dll's to a copy of the magicsplat 9.0.2 distro.
Testing the new code from Sergey was a huge success! No failures in over 13000 runs.
Let me know if anyone here is interested in the batch scripts that chatgpt wrote for me. I even got it to build with debug and it helped me to create a visual studio 2022 project file. I then started it in debug and was able to step through the C code.
-eric