![]() |
|
GNU C++ Compiler error - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10) +---- Thread: GNU C++ Compiler error (/showthread.php?tid=3307) |
RE: GNU C++ Compiler error - Jack - 12-22-2024 I would copy/move all your basic files to the QB64pe-4.0.0 folder and work from there RE: GNU C++ Compiler error - eoredson - 12-22-2024 After merging the directories the same compilation error displayed. With the .txt file: So, instead deleted \qb64pe-4.0.0 and extracted it again and did a re-build and seems to work now. RE: GNU C++ Compiler error - SMcNeill - 12-22-2024 You *can not* merge and extract versions of QB64 on top of each other. You *can not* copy versions of QB64 on top of each other. You *can not* replace old drives or folders by simply transferring files to overwrite older versions. We have said this over and over and over and over and over and over and over and over and over, and YET, with every release, there's at least a handful of folks who post, "HELP! THIS DOESN'T WORK!! I CAN'T MERGE FOLDERS!!".... From now on, my response to all these posts is just going to be: "GOOD!! YOU DON'T NEED TO PROGRAM ANYWAY!! GO TAKE UP KNITTING!!" (Gee @Pete -- maybe I'm going to become the NEXT Clippy.. It seems that a lot of his style may be necessary for the forums simply because nothing else works to get the message across to people. )
RE: GNU C++ Compiler error - eoredson - 12-22-2024 btw: I have tested v4.0.0 with a memusage monitor which has cpu specific and ram displays and it works. Also tested 32,000 lines of Sick and 53,000 lines of Qbshell and it works.. However due to the fact I cannot merge the two folders I am forced to manually copy them one by one!? Erik. RE: GNU C++ Compiler error - eoredson - 12-22-2024 (12-22-2024, 05:50 AM)SMcNeill Wrote: You *can not* merge and extract versions of QB64 on top of each other.Well, I apologize when I thought one new release of QB64pe would go into the same folder. So, now I have two folders of the same product!? You must bear with me because I have never done a complete build before... Erik. knit knit RE: GNU C++ Compiler error - Jack - 12-22-2024 eoredson you can keep your \QB64pe folder but delete everything that's related to the QB64pe installation and then extract the binary distribution into \QB64pe RE: GNU C++ Compiler error - Steffan-68 - 12-22-2024 Or simply like me (I'm just lazy) create a BAT file that removes the entire QB64pe. Afterwards you can simply put the new one there again copy into it. Code: (Select All)
RE: GNU C++ Compiler error - Kernelpanic - 12-22-2024 I have already posted it four or five times: download the file, unpack it in a folder (for example UNPACK), from there move the whole qb64 folder to where you want it, then right-click and drag the qb64-pe.exe file to the desktop, select "Link here", and you're done. Takes about 10 minutes including downloading. The settings for the IDE are now applied after a query.
RE: GNU C++ Compiler error - Pete - 12-22-2024 Oh for ****'s sake, just do a *** **** fresh install and move all your **** over to the new *** **** qb64 folder!!! @SMcNeill Hurry, send an exorcists!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pete
RE: GNU C++ Compiler error - SMcNeill - 12-22-2024 (12-22-2024, 05:37 PM)Pete Wrote: Oh for ****'s sake, just do a *** **** fresh install and move all your **** over to the new *** **** qb64 folder!!! Even better: Keep all your BAS files and personal stuff in a separate folder *OUTSIDE* the QB64PE folders. Click the "Save EXE with Source" option. When a new version of QB64PE comes out, delete the old installation off your drive. extract the new version to the same place as before. PRESTO! That's probably all you need to do. Gosh, wasn't that complicated? |