Hello,

i have added all files you have given to us...
Now i get many compile errors like this:

In file included from ../HL2SDK/public/tier1/utlvector.h:25,
                 from ../HL2SDK/public/tier1/utlsymbol.h:14,
                 from ../HL2SDK/public/filesystem.h:13,
                 from RatModSource.cpp:4:
../HL2SDK/public/tier1/utlmemory.h:46: Fehler: previous declaration
`template<class T, class I> class CUtlMemory'
../HL2SDK/public/tier1/strtools.h:24: Fehler: used 2 template parameters
instead of 1
In file included from ../HL2SDK/public/filesystem.h:787,
                 from RatModSource.cpp:4:
../HL2SDK/public/filesystem_passthru.h:108: Fehler: conflicting return type
specified for `virtual void CFileSystemPassThru::RenameFile(const char*,
const char*, const char*)'
../HL2SDK/public/filesystem.h:465: Fehler:   overriding `virtual bool
IFileSystem::RenameFile(const char*, const char*, const char*)'
../HL2SDK/public/filesystem_passthru.h: In member function `virtual bool
CFileSystemPassThru::ConnectApp(void*(*)(const char*, int*))':
../HL2SDK/public/filesystem_passthru.h:99: Fehler: 'class IFileSystem' has
no member named 'ConnectApp'
../HL2SDK/public/filesystem_passthru.h: In member function `virtual void
CFileSystemPassThru::DisconnectApp()':
../HL2SDK/public/filesystem_passthru.h:100: Fehler: 'class IFileSystem' has
no member named 'DisconnectApp'
../HL2SDK/public/filesystem_passthru.h: In member function `virtual
InitReturnVal_t CFileSystemPassThru::InitApp()':
../HL2SDK/public/filesystem_passthru.h:101: Fehler: 'class IFileSystem' has
no member named 'InitApp'
../HL2SDK/public/filesystem_passthru.h: In member function `virtual void
CFileSystemPassThru::ShutdownApp()':
../HL2SDK/public/filesystem_passthru.h:102: Fehler: 'class IFileSystem' has
no member named 'ShutdownApp'
../HL2SDK/public/filesystem_passthru.h: In function `void
GiveMeACompileError()':
../HL2SDK/public/filesystem_passthru.h:229: Fehler: cannot declare variable
`asdf' to be of type `CFileSystemPassThru'
../HL2SDK/public/filesystem_passthru.h:229: Fehler:   because the following
virtual functions are abstract:
../HL2SDK/public/filesystem.h:449: Fehler:  virtual const char*
IFileSystem::RelativePathToFullPath(const char*, const char*, char*, int,
PathTypeFilter_t, PathTypeQuery_t*)
../HL2SDK/public/filesystem.h:630: Fehler:  virtual void
IFileSystem::SetupPreloadData()
../HL2SDK/public/filesystem.h:631: Fehler:  virtual void
IFileSystem::DiscardPreloadData()
../HL2SDK/public/filesystem.h:651: Fehler:  virtual FSAsyncStatus_t
IFileSystem::AsyncWriteFile(const char*, const CUtlBuffer*, int, bool, bool,
FSAsyncControl_t__**)
../HL2SDK/public/filesystem.h:682: Fehler:  virtual DVDMode_t
IFileSystem::GetDVDMode()
../HL2SDK/public/filesystem.h:690: Fehler:  virtual void
IFileSystem::EnableWhitelistFileTracking(bool)
../HL2SDK/public/filesystem.h:712: Fehler:  virtual void
IFileSystem::RegisterFileWhitelist(IFileList*, IFileList*, IFileList**)
../HL2SDK/public/filesystem.h:716: Fehler:  virtual void
IFileSystem::MarkAllCRCsUnverified()
../HL2SDK/public/filesystem.h:720: Fehler:  virtual void
IFileSystem::CacheFileCRCs(const char*, ECacheCRCType, IFileList*)
../HL2SDK/public/filesystem.h:721: Fehler:  virtual EFileCRCStatus
IFileSystem::CheckCachedFileCRC(const char*, const char*, CRC32_t*)
../HL2SDK/public/filesystem.h:729: Fehler:  virtual int
IFileSystem::GetUnverifiedCRCFiles(CUnverifiedCRCFile*, int)
../HL2SDK/public/filesystem.h:733: Fehler:  virtual int
IFileSystem::GetWhitelistSpewFlags()
../HL2SDK/public/filesystem.h:734: Fehler:  virtual void
IFileSystem::SetWhitelistSpewFlags(int)
../HL2SDK/public/filesystem.h:737: Fehler:  virtual void
IFileSystem::InstallDirtyDiskReportFunc(void (*)())

So whats wrong now?

With friendly reguards

Ratman2000

----- Original Message -----
From: "Mike Durand" <[EMAIL PROTECTED]>
To: <hlcoders@list.valvesoftware.com>
Sent: Wednesday, October 03, 2007 8:53 PM
Subject: RE: [hlcoders] TF2 Plugin Headstart? VEngineCvar004?


> I've added 'iconvar.h' and 'convar.h'. That should keep those crickets
> under control until the next compilation error. :)
>
> -Mike
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Spencer
> 'voogru' MacDonald
> Sent: Wednesday, October 03, 2007 11:42 AM
> To: hlcoders@list.valvesoftware.com
> Subject: RE: [hlcoders] TF2 Plugin Headstart? VEngineCvar004?
>
> I hear crickets.
>
> - voogru.
>
>
> _______________________________________________
> 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