I go the same error. I just commented out that line. Keeper
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, October 20, 2007 7:03 PM To: [email protected] Subject: [hlcoders] filesystem_passthru.h -- IBaseFileSystem missing UnzipFile -- [ Picked text/plain from multipart/alternative ] Hello, After updating the SDK with the files from ftp.valvesoftware.com to update my plugin code, I have hit a dilemma, where two of the files don't match filesystem_passthru.h: has a function virtual bool UnzipFile( const char *pFileName, const char *pPath, const char *pDestination ) { return m_pBaseFileSystemPassThru->UnzipFile( pFileName, pPath, pDestination ); } yet the filesystem.h file does not have this function in the IBaseFileSystem class, these two headers were from the valvesoftware ftp Can anyone locate the correct headers for me ? thanks! -- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

