FileClass::CDCheck? - Printable Version +- Renegade Projects Network Forums (https://forums.renegadeprojects.com) +-- Forum: Inject the Battlefield (https://forums.renegadeprojects.com/forumdisplay.php?fid=60) +--- Forum: Ares General Discussion (https://forums.renegadeprojects.com/forumdisplay.php?fid=19) +--- Thread: FileClass::CDCheck? (/showthread.php?tid=2190) |
FileClass::CDCheck? - XTF - 12.09.2014 Why is this named CDCheck? AFAIK it's a null function in the binary and it looks to be used for error logging. RE: FileClass::CDCheck? - DCoder - 12.09.2014 Westwood loves class inheritance... It's an empty function in the base classes, but the most derived class, CCFileClass, has a fully working implementation. RE: FileClass::CDCheck? - XTF - 12.09.2014 Ah, my bad. Back to analysis. Thanks. RE: FileClass::CDCheck? - XTF - 04.10.2014 Weird, it even calls that function when it's writing or deleting files. I'll have a look at the implementation. |