Search found 7 matches

by soupetomate
Fri Apr 03, 2015 9:23 pm
Forum: Coding Questions
Topic: All work in Debug Mode but no In Compile Mode
Replies: 8
Views: 1516

Re: All work in Debug Mode but no In Compile Mode

Yeah is totally mindfuck :|
by soupetomate
Fri Apr 03, 2015 9:16 pm
Forum: Coding Questions
Topic: All work in Debug Mode but no In Compile Mode
Replies: 8
Views: 1516

All work in Debug Mode but no In Compile Mode

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 ...
by soupetomate
Fri Feb 27, 2015 3:09 pm
Forum: General Discussion
Topic: LostPureBasic SourceCode[FIXED] [Thanks to infratec]
Replies: 6
Views: 3263

Re: PureBasic SourceCode fucked

Oh thanks you.
PureBasic is beautiful.

I got the same file - 1 Minute.

Thanks.
by soupetomate
Fri Feb 27, 2015 2:48 pm
Forum: General Discussion
Topic: LostPureBasic SourceCode[FIXED] [Thanks to infratec]
Replies: 6
Views: 3263

Re: PureBasic SourceCode fucked

Then i edit the file with notepad++ is full of

NULLNULLNULL...

I hope they are a way to recover the file.
by soupetomate
Fri Feb 27, 2015 2:40 pm
Forum: General Discussion
Topic: LostPureBasic SourceCode[FIXED] [Thanks to infratec]
Replies: 6
Views: 3263

LostPureBasic SourceCode[FIXED] [Thanks to infratec]

Hello i am writing a tool with more than 3000 Line of code.
I have backup but is about 1 month ago. (more than 700 line of code)


Today my computer shutdown :X
And now i back to open my file who source code size is 70kb, see fine but when i open
it's "Purebasic - File Viewer" and ...
by soupetomate
Tue Feb 24, 2015 2:09 pm
Forum: Coding Questions
Topic: How solve this problem (Critical Process)
Replies: 8
Views: 3129

Re: How solve this problem (Critical Process)

:/

I'm still suck at this to translate it right in PureBasic.
by soupetomate
Wed Feb 04, 2015 8:51 pm
Forum: Coding Questions
Topic: How solve this problem (Critical Process)
Replies: 8
Views: 3129

How solve this problem (Critical Process)

Hi i am making a software who can kill apps.
At the moment i have sucess listed all .EXE and kill .EXE i want.


But some EXE crash and do a BSOD when it's killed.

I have read over internet and i have see some examples.

http://www.codingvision.net/tips-and-tricks/c-make-a-critical-process-bsod ...