--
[ Picked text/plain from multipart/alternative ]
Thanks, I did that and now even more errors!

- I have to use eifaveV02 because new eiface does not have Cmd_Argv()
function, using eifaceV02.h requires the need to "use" their "namespace"
before instantiating any of these classes
- utlbuffer does not define IsX360() function (had to make my own in the
file using #ifdef _XBOX)
- Keyvalues: variable "reserved" memset call ("reserved" does not exists and
didn't exist before in the old file) -- removed line
- KeyValues.cpp does not handle wasConditional boolean (had to declare it
myself before hand)
- ICVar: RegisterConCommandBase is now RegisterConCommand

after that I get 1 unresolved external GetCvarIF()

after adding the new libraries to the project I'm getting several unresolved
now:

__pfSqrt
Cvar functions

now I'm getting "characterset_t" already defined messages everywhere...
arggh
had to put: #include "tier1/characterset.h" in convar.h

- now FCVAR_PLUGIN is not defined in convar.h, had to redefine it as it was
previously (1<<18)

and finally :

ConCommandBaseMgr does not exist anywhere, require for
server_plugin_convar.h


Urgh, anyone else sorted these new headers out into a working SDK yet?

Sorry for the rant ;)



On 10/21/07, Keeper <[EMAIL PROTECTED]> wrote:
>
> 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
>
>
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to