Creating Level Editing Software in CNC/MMFE

Status
Not open for further replies.
Sik said:
Hm, Fénix is really better... You don't need to program video and sound commands, they are implicit to the language... And collisions are perfect at pixel-level. It's slow, but when you do games for the newest hardware (and not too newest)...
Just tried Fenix. TGF is a helluva lot better.
 
Omega the Hedgehog said:
Sik said:
Hm, Fénix is really better... You don't need to program video and sound commands, they are implicit to the language... And collisions are perfect at pixel-level. It's slow, but when you do games for the newest hardware (and not too newest)...
Just tried Fenix. TGF is a helluva lot better.
Really? Where can I find it?
 
Hotdog, how would I open a file that's being used by another process in vb with filestream without killing the other process?(the other process is writing to the file)
 
Hmmm...
Be sure to close the file after you're done with it, and, besure to use the following code below:

Open (filename) For (mode) Access Read Write Shared As (number)

That shared thing lets another process open the same file. You'd have to use it in the first program, though.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top