[physfs] Physfs and MFC, anyone had any success?

Ryan C. Gordon icculus at icculus.org
Wed Jun 20 09:37:39 EDT 2007


> 	PHYSFS_file *myfile = PHYSFS_openRead(strMyOLDCompundFile);
> 
> 	CFile *pFile = new CFile((FILE*)myfile);

A PHYSFS_file is not a FILE, you can't cast between them.

--ryan.





More information about the physfs mailing list