Search found 124 matches

by CadeX
Wed May 09, 2007 5:54 am
Forum: Tricks 'n' Tips
Topic: DownloadToMemory (for all OS's)
Replies: 25
Views: 11404

Joakim Christiansen wrote:
CadeX wrote:Is there a way to start it at a specific place?
CadeX wrote:(Nevermind, my uberness worked it out. Thanks for the tip, DarkDragon)
Care about sharing some code? :D
It honestly isn't hard, i don't have the code now seeing as it has been so long. Google is your friend.
by CadeX
Fri Apr 13, 2007 7:07 am
Forum: Off Topic
Topic: First Posting for amatuers... (HOW TO)
Replies: 16
Views: 3020

I will be the FIRST to agree with GeoTrail. It was the FIRST video about being a FIRST poster i've ever seen. FIRSTly, its quite hilarious along with the FIRST humour. FIRST, well, Lastly... Goodjob FIRST poster.

Man, i'm (th)Firsty. :roll:
by CadeX
Mon Apr 09, 2007 9:52 am
Forum: Off Topic
Topic: Happy Easter
Replies: 10
Views: 1652

Happy Egg-mess. I mean, Happy Easter ;)
by CadeX
Sat Mar 31, 2007 11:22 am
Forum: Coding Questions
Topic: Turn Off PC and how to detect Removable Disk when inserted
Replies: 47
Views: 10490

Wire the PC with a remote bomb. Press the button when it needs to be off.

For detecting if a removable disk is in the pc, place security camera's around the Computer and have a security guard monitor it 24/7, he'll tell you if he see's one.
by CadeX
Sun Mar 18, 2007 2:15 pm
Forum: Coding Questions
Topic: Freeing strings, values, dims etc.
Replies: 9
Views: 1761

I'm writing an engine to the best of my ability. It struck me when i came into the posibility of re-initialising the engine without having to restart the entire process. I then came to the point where i may not need the program to use the engine after a certain point... That's when i thought it ...
by CadeX
Sun Mar 18, 2007 2:08 pm
Forum: Coding Questions
Topic: Freeing strings, values, dims etc.
Replies: 9
Views: 1761

That's no good then, i need to free the pointer AND the value.
by CadeX
Sun Mar 18, 2007 2:01 pm
Forum: Coding Questions
Topic: Freeing strings, values, dims etc.
Replies: 9
Views: 1761

So, doing:

Code: Select all

String.s = "Hi"
and then

Code: Select all

String = ""
Would somewhat free it?
by CadeX
Sun Mar 18, 2007 1:41 pm
Forum: Coding Questions
Topic: Freeing strings, values, dims etc.
Replies: 9
Views: 1761

Freeing strings, values, dims etc.

For reinitialization purposes i'm trying to make sure i can completely empty the memory of the program.

Basically, for example:

String.s="Hello!"
Dim Hi(2)
Hi(1)=3
Debug String
Debug Hi(1)
;Free "String" Memory
;Free "Hi"
Debug String ;Should be 0
Debug Hi(1) ;Should get an error saying the ...
by CadeX
Fri Mar 02, 2007 9:51 am
Forum: Coding Questions
Topic: What is "Mod" in PB? *solved*
Replies: 4
Views: 1005

Thankyou very much!
by CadeX
Fri Mar 02, 2007 9:45 am
Forum: Coding Questions
Topic: What is "Mod" in PB? *solved*
Replies: 4
Views: 1005

What is "Mod" in PB? *solved*

http://www.microsoft.com/technet/script ... y1019.mspx

As described in there (no, i am not Jo) i'm trying to work with odd and even numbers. If anyone knows another alternative, do tell!

Thanks for reading.
by CadeX
Sun Feb 18, 2007 7:34 am
Forum: Coding Questions
Topic: MMORPG Advice
Replies: 4
Views: 1389

MMORPG Advice

I've bumped into a sudden problem which could be a great issue later on if i don't get it fixed now. As a few people should know i've been working on a MMORPG for the last month.

I've made it up to the stage where people are able to see each other... However i've noticed a huge security flaw where ...
by CadeX
Sat Feb 17, 2007 2:41 am
Forum: Off Topic
Topic: Anti Bot users Idea
Replies: 6
Views: 1523

Smart idea.

However i'm not the one to decide aye or nay.
by CadeX
Thu Feb 15, 2007 5:04 pm
Forum: Off Topic
Topic: What is this life good for?
Replies: 30
Views: 5698

> ERROR: Cpu usage thresholded past 90!
> ERROR: Cpu usage thresholded past 90!
> ERROR: Cpu usage thresholded past 90!
> ERROR: Cpu usage thresholded past 90!
> ERROR: INVALID MEMORY ACCESS.

> Me: That's my whole idea of life. A whole waste of usage and then an invalid memory.
by CadeX
Tue Feb 06, 2007 9:10 am
Forum: Off Topic
Topic: What online game are you currently playing
Replies: 17
Views: 3687

Haha,

I'm playing Ultima Online at the moment, Such an old game...
by CadeX
Mon Feb 05, 2007 12:26 am
Forum: Game Programming
Topic: Colouring Sprites, with greyscaling? *solved*
Replies: 10
Views: 4468

Sorry guys, had a bad cold for the last week and i can't really think straight. Fluid knows exactly what i'm after, thanks a ton.