I'm just curious - I guess many ppl use PRINT() to send debug info to the console which is not visible when you distribute an EXE so just wondering if there is any real need to remove all the PRINT() statements prior to sharing an exe?
I make best efforts to do so, but there might be remnant statements in some obscure IF statement that gets missed.
Just curious.
What if I distribute an exe without cleaning the console?
What if I distribute an exe without cleaning the console?
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/pad-and-pencil-gridiron
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/pad-and-pencil-gridiron
Re: What if I distribute an exe without cleaning the console?
If you turn off the console popping up - there is no immediately obvious way to see the print statement. However, I believe that if they run your exe with a --console flag, it will cause the console to pop up.
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Re: What if I distribute an exe without cleaning the console?
Oh. I see. So that can be activated by the user? Even if exe? I'll be sure to take out passwords (joke)
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/pad-and-pencil-gridiron
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/pad-and-pencil-gridiron
Re: What if I distribute an exe without cleaning the console?
It has potential to make the application slower. You can disable print() just in case:
Code: Select all
function print() end
Re: What if I distribute an exe without cleaning the console?
Hmm. I just declare that and job fine. Thanks.
Last project:
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/pad-and-pencil-gridiron
https://togfox.itch.io/hwarang
A card game that brings sword fighting to life.
Current project:
Idle gridiron. Set team orders then idle and watch: https://togfox.itch.io/pad-and-pencil-gridiron
Who is online
Users browsing this forum: Majestic-12 [Bot] and 3 guests