.sbin file for native ARM coding

2008-06-19 Thread Ekra
Hi freinds, I wanted to know about how to open the .sbin file and its how to use it. I have got some links but it seems access has removed the images from their website. I have read that these files are linked into the output PRC file using the filename to derive the type and ID of the resource

Re: VFSFileOpen on root directory causes returns vfsErrNotADirectory on enumerate?

2008-06-19 Thread Ryan Rix
Well well "someone" told me to use virtualbox :-B I'm not going to name names, but I think that person knows who they are ;) Anyways my code is up and running nicely :) Dmitry Grinberg wrote: use vmware. vmware's shared folders work just like the real thing :) On 6/19/08, Ryan Rix <[EMAIL PROT

Re: VFSFileOpen on root directory causes returns vfsErrNotADirectory on enumerate?

2008-06-19 Thread Dmitry Grinberg
use vmware. vmware's shared folders work just like the real thing :) On 6/19/08, Ryan Rix <[EMAIL PROTECTED]> wrote: > Hi, > > dir is a string passed to the function. In this case it was a constant. > > Found the issue, though; it was with HostFS not properly mounting my > directory in POSE... :

Re: VFSFileOpen on root directory causes returns vfsErrNotADirectory on enumerate?

2008-06-19 Thread Ryan Rix
Hi, dir is a string passed to the function. In this case it was a constant. Found the issue, though; it was with HostFS not properly mounting my directory in POSE... :-] Any reason POSE wouldn't mount a Windows networked drive? (I'm running codewarrior from with a VirtualBox VM, and have a ho

Re: VFSFileOpen on root directory causes returns vfsErrNotADirectory on enumerate?

2008-06-19 Thread Dmitry Grinberg
what string is variable "dir" pointing to? On 6/19/08, Ryan Rix <[EMAIL PROTECTED]> wrote: > Hi all, > This is probably something really stupid that I am missing, but after > successfully opening the root of a VFS directory I call > VFSDirEntryEnumerate(). > This returns 0x2a11 or vfsErrNotADire

VFSFileOpen on root directory causes returns vfsErrNotADirectory on enumerate?

2008-06-19 Thread Ryan Rix
Hi all, This is probably something really stupid that I am missing, but after successfully opening the root of a VFS directory I call VFSDirEntryEnumerate(). This returns 0x2a11 or vfsErrNotADirectory. err= VFSFileOpen( refNum, dir, vfsModeRead, &fref ); if( err != errNone ) // This eval

Re: Documentation?

2008-06-19 Thread Regis St-Gelais
"Jonathan Carse" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi Guys, > > I'm looking for the Garnet OS Companion and Reference. I used to have them > as PDFs, which was very convenient. > But now all I find is this: > http://www.accessdevnet.com/index.php/Garnet-OS/Ga

Documentation?

2008-06-19 Thread Jonathan Carse
Hi Guys, I'm looking for the Garnet OS Companion and Reference. I used to have them as PDFs, which was very convenient. But now all I find is this: http://www.accessdevnet.com/index.php/Garnet-OS/Garnet-OS-68K-Documentation.html, which is an HTML based reference, with no companion document. What