Page 1 of 1
All work in Debug Mode but no In Compile Mode
Posted: Fri Apr 03, 2015 9:16 pm
by soupetomate
Hi i have write a snippet who work perfect in Debug Mode.
Is about to read a file though
While Eof, then using readstring to store value in a String$ and send it though Request.
He work perfect in Debug Mode, but when i compile it and run the .EXE he don't work anymore.
What is the fuck?
Unicode & ThreadSafe are enable... i have no idea why this don't work only then i compile it.
Re: All work in Debug Mode but no In Compile Mode
Posted: Fri Apr 03, 2015 9:22 pm
by netmaestro
The only difference would be the location of the running exe. Make sure the file you're reading is still available to the program at the location you chose for the compiled .exe, if that's not it then I don't know what is the fuck.
Re: All work in Debug Mode but no In Compile Mode
Posted: Fri Apr 03, 2015 9:23 pm
by soupetomate
Yeah is totally mindfuck

Re: All work in Debug Mode but no In Compile Mode
Posted: Fri Apr 03, 2015 9:24 pm
by infratec
I have also a problem:
How to .... should I know what you have coded
So I'm not able to help you.
Easiest thing: You have somewhere Debug in front of a code line which is needed.
Bernd
Re: All work in Debug Mode but no In Compile Mode
Posted: Fri Apr 03, 2015 9:33 pm
by oreopa
infratec wrote:...Easiest thing: You have somewhere Debug in front of a code line which is needed.
Hi. Just out of interest, you mean:
Code: Select all
Debug "HI!" : a = #VERYIMPORTANTVALUE
?
I didn't realise the compiler did that. Not that I'd probably code like that anyway, but good to know.
Re: All work in Debug Mode but no In Compile Mode
Posted: Fri Apr 03, 2015 9:36 pm
by infratec
Hi oreopa,
no, that works. (Just tested

)
I mean something like
Re: All work in Debug Mode but no In Compile Mode
Posted: Fri Apr 03, 2015 9:37 pm
by oreopa
Aha, thx

I misunderstood

Re: All work in Debug Mode but no In Compile Mode
Posted: Sun Apr 05, 2015 7:15 am
by Blue
netmaestro wrote:... if that's not it then I don't know what is the fuck.
This topic gets my vote for the funniest exchange of April 2015.
Fred and the Other Gods still give those monthly awards, right ?
Re: All work in Debug Mode but no In Compile Mode
Posted: Sun Apr 05, 2015 8:18 am
by Dude
What's with all the fucking swearing in this fucking thread?