User talk:Daktor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (I still can't get access to readfile/writefile)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Why don't you add me to MSN/Gtalk. Easier talking --[[User:Dutchmega|dutchmega]] 10:29, 17 Jul 2006 (PDT)
Why don't you add me to MSN/Gtalk. Easier talking --[[User:Dutchmega|dutchmega]] 10:29, 17 Jul 2006 (PDT)
Good idea, I'm on gtalk as daktor@gmail.com, I've added you (is your username dutchmega@gmail.com)? --[[User:Daktor|Daktor]] 10:40, 17 Jul 2006 (PDT)
== CopyFile ==
ReadFile is definitely in the latest FileSystem interface, inherited from IBaseFileSystem—'''[[User:Ts2do|ts2do]]''' 17:24, 17 Aug 2006 (PDT)
:OK I am defintely doing something wrong then.  I have #include "filesystem.h" and copy/paste your code verbatim.  When I try to compile, it gives the message: error C2039: 'ReadFile' : is not a member of 'IFileSystem'.  Any ideas what I'm doing wrong?  --[[User:Daktor|Daktor]] 22:09, 17 Aug 2006 (PDT)

Latest revision as of 22:09, 17 August 2006

Why don't you add me to MSN/Gtalk. Easier talking --dutchmega 10:29, 17 Jul 2006 (PDT)

Good idea, I'm on gtalk as daktor@gmail.com, I've added you (is your username dutchmega@gmail.com)? --Daktor 10:40, 17 Jul 2006 (PDT)

CopyFile

ReadFile is definitely in the latest FileSystem interface, inherited from IBaseFileSystem—ts2do 17:24, 17 Aug 2006 (PDT)

OK I am defintely doing something wrong then. I have #include "filesystem.h" and copy/paste your code verbatim. When I try to compile, it gives the message: error C2039: 'ReadFile' : is not a member of 'IFileSystem'. Any ideas what I'm doing wrong? --Daktor 22:09, 17 Aug 2006 (PDT)