Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New Pipecom Update
#4
(11-13-2025, 05:59 PM)SpriggsySpriggs Wrote: Interesting. I'll have to take a look sometime. The Windows code should not be any different from how it was before. I've only changed the POSIX code. Hmm... I have had multiple code files that don't behave the same way on the latest versions of QB64-PE but worked on older versions. Who knows. Usually, it is the 64 bit that has trouble while the 32 bit works. If I can't figure it out, I ain't too concerned. I don't officially support 32 bit as nothing we use should be 32 bit.

Yes I also compared it to old version and it's indeed the same, but that old one also crashed on 32bit.

However, one thing I found already is your TYPE definition for PROCESS_INFORMATION is missing the final field DWORD dwThreadId, this didn't hurt on the 64bit side due to the applied padding, but on the 32bit side w/o the padding the TYPE is simply 4 bytes too short. I corrected that here, also the padding for 64bits is no longer needed then. I was hoping it solves the problem, but it still crashes.

Investigation continues, I'd like to include pipecom here.
Reply


Messages In This Thread
New Pipecom Update - by SpriggsySpriggs - 11-03-2025, 01:53 PM
RE: New Pipecom Update - by RhoSigma - 11-11-2025, 06:41 PM
RE: New Pipecom Update - by SpriggsySpriggs - 11-13-2025, 05:59 PM
RE: New Pipecom Update - by RhoSigma - 11-13-2025, 07:36 PM
RE: New Pipecom Update - by RhoSigma - 11-13-2025, 08:52 PM
RE: New Pipecom Update - by RhoSigma - 11-13-2025, 10:57 PM
RE: New Pipecom Update - by ahenry3068 - 12-10-2025, 03:42 PM
RE: New Pipecom Update - by SpriggsySpriggs - 12-10-2025, 06:06 PM
RE: New Pipecom Update - by ahenry3068 - 12-10-2025, 07:45 PM
RE: New Pipecom Update - by ahenry3068 - 12-10-2025, 10:36 PM
RE: New Pipecom Update - by SpriggsySpriggs - 12-11-2025, 04:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PIPECOM of SpriggsySpriggs krovit 7 1,028 08-26-2025, 12:10 PM
Last Post: SpriggsySpriggs

Forum Jump:


Users browsing this thread: 1 Guest(s)