<br><div class="gmail_quote">On 19 June 2010 01:51, Kip Warner <span dir="ltr">&lt;<a href="mailto:kip@thevertigo.com" target="_blank">kip@thevertigo.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br>
(1) I am assuming there is no C++ object oriented API. Does anyone have<br>
any advice for wrapping PhysFS in that case?<br>
<br></blockquote><div><br></div><div>In the past I&#39;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&#39;t do anything fancy like wrap C++ streams or anything. PhysFS worked perfectly for this task.</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

(2) Can PhysFS handle wchar_t characters? My engine relies heavily on<br>
them to maintain flexible internationalization.<br><font class="Apple-style-span" color="#888888"><br></font></blockquote><div> </div><div>No idea on this one, I&#39;ve been slow to embrace wide chars :)</div><div> </div>
</div>