Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pipecom on 3.9x verions of QB64
#11
(11-14-2023, 08:57 PM)SpriggsySpriggs Wrote: 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.

Would you be able to share the latest version of pipecom? Or better yet, share a working example.

BTW, I peeked at the C header in bplus's post, and it uses the C++ standard library string class without the std namespace.

We got rid of using namespace std from libqb.cpp in 3.9.0 and newer (and for good reasons). So, now you'll just need to add std:: before all C++ standard library stuff.
Reply


Messages In This Thread
pipecom on 3.9x verions of QB64 - by krovit - 11-14-2023, 08:10 PM
RE: pipecom on 3.9x verions of QB64 - by bplus - 11-14-2023, 08:43 PM
RE: pipecom on 3.9x verions of QB64 - by bplus - 11-14-2023, 08:46 PM
RE: pipecom on 3.9x verions of QB64 - by bplus - 11-14-2023, 08:54 PM
RE: pipecom on 3.9x verions of QB64 - by a740g - 11-14-2023, 09:24 PM
RE: pipecom on 3.9x verions of QB64 - by SMcNeill - 11-14-2023, 09:51 PM
RE: pipecom on 3.9x verions of QB64 - by SMcNeill - 11-14-2023, 09:52 PM
RE: pipecom on 3.9x verions of QB64 - by krovit - 11-15-2023, 09:32 AM



Users browsing this thread: 1 Guest(s)