Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pictures in an exe?
#11
It doesn't matter what you're using. That .txt file could have just as easily been a .pcr or a .whatever. The first gives you a pointer to the file, loaded in memory. The second gives you an array containing the file's contents.
Reply
#12
... :o I just got BLOAD and BSAVE to work with .bmp and relative directories, you think I'd understand that, I have no clue what that means.
Reply
#13
Quote:Definitely, this is not newbie stuff at all.

Quote:Trust me, it's very hard and it's not worth
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#14
I didn't realize you were just beginning, sorry. If you would like some very detailed and explanitive instructions to walk you through using resources (they are useful and I think you can learn them), I can do that for you.
Reply
#15
Of course he can, I didn't try to sound discouraging, but more in the fashion of "First things first", as our pal doesn't even know how to build Subs properly.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#16
Quote:Of course he can, I didn't try to sound discouraging, but more in the fashion of "First things first", as our pal doesn't even know how to build Subs properly.

Allow Me To Teach Him:

Quote:DECLARE SUB SubName(VariablesToPassToSub)

SUB SubName(VariablesToPassToSub)

*Stuff sub will do*

END SUB

CALL SubName(VariablesToPassToSub)
url=http://www.sloganizer.net/en/][Image: style4,TheDarkJay.png][/url]
Reply
#17
Quote:
na_th_an Wrote:Of course he can, I didn't try to sound discouraging, but more in the fashion of "First things first", as our pal doesn't even know how to build Subs properly.

Allow Me To Teach Him:

Quote:DECLARE SUB SubName(VariablesToPassToSub)

SUB SubName(VariablesToPassToSub)

*Stuff sub will do*

END SUB

CALL SubName(VariablesToPassToSub)
We already did that.. then he got banned Tongue
Maybe he can use those 1-2 hours he has for computer time / day tfor something useful.. like.. learning
Reply
#18
Back to pictures in an exe, I solved it bu using a custom file format, is there a way of making a text file hidden using fb?
Reply
#19
Quote:Back to pictures in an exe, I solved it bu using a custom file format, is there a way of making a text file hidden using fb?

Can't you just load a

BMP with BLOAD
Use POINT to store the picture as an array
Print the "DATA" then the colours with ","'s inbetween to a text file
Load the text file in Notepad
Copy the text file into your code
Load the data with two for loops and READ into an array (or just PSET it and use GET)

and use it like that? Saves making files hidden and stuff.
url=http://www.sloganizer.net/en/][Image: style4,TheDarkJay.png][/url]
Reply
#20
hidden is a very pathetic way of, erm, hiding things...I have every single file visible by default...If its just modification of the pictures you are worried about then just encrypt them....people will see it as not worth it.
But you really shouldnt be worried about it, as even if someone screws with their own pictures, so what? How does it affect you?
[Image: freebasic.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)