[physfs] PhysFS with Avaneya

Oli Wilkinson oli at evolutional.co.uk
Sat Jun 19 07:00:59 EDT 2010


On 19 June 2010 01:51, Kip Warner <kip at thevertigo.com> wrote:
>
>
> (1) I am assuming there is no C++ object oriented API. Does anyone have
> any advice for wrapping PhysFS in that case?
>
>
In the past I've written a basic filemanager class in C++ that simply drops
in the file IO calls for PhysFS calls. Anything that needed disc access had
to go through the File Manager. I didn't do anything fancy like wrap C++
streams or anything. PhysFS worked perfectly for this task.



> (2) Can PhysFS handle wchar_t characters? My engine relies heavily on
> them to maintain flexible internationalization.
>
>
No idea on this one, I've been slow to embrace wide chars :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/physfs/attachments/20100619/b33d8e82/attachment.htm>


More information about the physfs mailing list