I would like to point out that the excellent "pipecom" routine of Spriggsy does not work with versions >= 3.90 of QB64 (the functions do not give any results but with the old versions of QB64 you get all the information you want).
I've almost destroyed a program in search of the bug only to find out that it depends (I would say with reasonable confidence) on the compiler.
Can I hope that a solution will be found to this problem? Routine is almost indispensable...
I attach the test file (compiled in 3.8x work, in 3.9x doesn't work).
Thank You!
____ Also posted in the spriggy forum to inform Spriggsy directly (I hope it's not a problem to have duplicated the post)
11-14-2023, 08:43 PM (This post was last modified: 11-14-2023, 08:43 PM by bplus.)
(11-14-2023, 08:10 PM)krovit Wrote: Hallo! to all...
I would like to point out that the excellent "pipecom" routine of Spriggsy does not work with versions >= 3.90 of QB64 (the functions do not give any results but with the old versions of QB64 you get all the information you want).
I've almost destroyed a program in search of the bug only to find out that it depends (I would say with reasonable confidence) on the compiler.
Can I hope that a solution will be found to this problem? Routine is almost indispensable...
I attach the test file (compiled in 3.8x work, in 3.9x doesn't work).
Thank You!
____ Also posted in the spriggy forum to inform Spriggsy directly (I hope it's not a problem to have duplicated the post)
Could be when you updated your QB64pe folder you didn't also copy your header files for Pipecom.
It's also possible you don't need the following anymore? but then why no workie?
(11-14-2023, 08:45 PM)SpriggsySpriggs Wrote: @bplus , I think you must have put those in your folder yourself. The header version of pipecom is very old.
How 'bout the .BM? At one point early on that's what we had to do.
I can't say that I'm confirming the issue because I'm running my Windows version of QB64pe in Wine, but I will say it did work before but is currently not working in 3.9.1. Pretty sure it's something that would have changed with QB64pe itself, but I wouldn't know what. Would probably need Matt or Samuel to take a peek.