Acorn Arcade forums: Programming: Image Filing Systems
|
Image Filing Systems |
|
instantiator (10:56 14/7/2004) john (13:04 14/7/2004) instantiator (10:17 15/7/2004) john (12:53 15/7/2004) instantiator (17:57 15/7/2004) mavhc (20:31 14/7/2004)
|
|
Lewis Westbury |
Message #56954, posted by instantiator at 10:56, 14/7/2004 |
Member
Posts: 365
|
I'd like to write an Image Filing system. Starting with a basic knowledge of C/C++ where do I go with that? Documents, sample code anyone? |
|
[ Log in to reply ] |
|
John D |
Message #56969, posted by john at 13:04, 14/7/2004, in reply to message #56954 |
Member
Posts: 261
|
There's something on http://www.duffell.riscos.me.uk as far as sample code goes (SoundFS I think). I think it's a "real" FS though, but at least it's in C. See how you get on, I might be able to find some other stuff on my HD if I search around, but I'll only bother if you want it.
Any more q, just ask. |
|
[ Log in to reply ] |
|
Mark Scholes |
Message #56990, posted by mavhc at 20:31, 14/7/2004, in reply to message #56954 |
Member
Posts: 660
|
I'd like to write an Image Filing system. Starting with a basic knowledge of C/C++ where do I go with that? Documents, sample code anyone? Acorn had some example code in C, can't remember where |
|
[ Log in to reply ] |
|
Lewis Westbury |
Message #57010, posted by instantiator at 10:17, 15/7/2004, in reply to message #56969 |
Member
Posts: 365
|
There's something on http://www.duffell.riscos.me.uk as far as sample code goes (SoundFS I think). I think it's a "real" FS though, but at least it's in C. See how you get on, I might be able to find some other stuff on my HD if I search around, but I'll only bother if you want it.
Any more q, just ask. Well, this will keep me busy for a good long while. (Nothing quite like throwing yourself in at the deep end to see if u can swim.)
I was going for an image filing system because I wanted FS behaviour/interface, and I wanted to use its 'image' as a source of parameters - but thats something I can worry about a long time in the future. I might have some more questions once I've finished reading the sourcecode.
Many thx. |
|
[ Log in to reply ] |
|
John D |
Message #57017, posted by john at 12:53, 15/7/2004, in reply to message #57010 |
Member
Posts: 261
|
I was going for an image filing system because I wanted FS behaviour/interface, and I wanted to use its 'image' as a source of parameters - but thats something I can worry about a long time in the future. I might have some more questions once I've finished reading the sourcecode.
Heh I'm sure you'll swim eventually :)
You are supposed to do parameters like SoundFS#param=hello;food=fish: i.e. in the special field. Although if there's a *lot* needed you might get in trouble. Basically whether the contents of the FS are derived from the contents of the file, although LinkFS (or whatever it was called) was a bit of a special case on that front.
What is it you're actually doing? |
|
[ Log in to reply ] |
|
Lewis Westbury |
Message #57035, posted by instantiator at 17:57, 15/7/2004, in reply to message #57017 |
Member
Posts: 365
|
I was going for an image filing system because I wanted FS behaviour/interface, and I wanted to use its 'image' as a source of parameters - but thats something I can worry about a long time in the future. I might have some more questions once I've finished reading the sourcecode.
Heh I'm sure you'll swim eventually
You are supposed to do parameters like SoundFS#param=hello;food=fish: i.e. in the special field. Although if there's a *lot* needed you might get in trouble. Basically whether the contents of the FS are derived from the contents of the file, although LinkFS (or whatever it was called) was a bit of a special case on that front.
What is it you're actually doing? It'll sound a bit dumb until I've had a bit of a success. But it will, I hope, eventually provide a useful alternative to one of the most piss annoying pieces of software I have allowed to reside on my rpc (and paid for the privilege). |
|
[ Log in to reply ] |
|
|
Acorn Arcade forums: Programming: Image Filing Systems |