C++ (chatlog)

Results 1 to 7 of 7
  1. #1
    Banned Requnael is offline
    BannedRank
    Apr 2009 Join Date
    EstoniaLocation
    378Posts

    C++ (chatlog)

    Tryin complite http://forum.ragezone.com/f245/chat-logger-692594/ but get errors

    Error 5 error C3861: 'srand': identifier not found c:\users\administrator\downloads\chatlog\src\chatlog\cdetour.cpp 68 1 ChatLog
    Error 6 error C3861: 'rand': identifier not found c:\users\administrator\downloads\chatlog\src\chatlog\cdetour.cpp 287 1 ChatLog
    Error 7 error C3861: 'rand': identifier not found c:\users\administrator\downloads\chatlog\src\chatlog\cdetour.cpp 389 1 ChatLog


  2. #2
    Valued Member a1tl4 is offline
    MemberRank
    Sep 2012 Join Date
    BrazilLocation
    112Posts

    Re: C++ (chatlog)

    PHP Code:
    #include <iostream> 

  3. #3
    Banned Requnael is offline
    BannedRank
    Apr 2009 Join Date
    EstoniaLocation
    378Posts

    Re: C++ (chatlog)

    Quote Originally Posted by a1tl4 View Post
    PHP Code:
    #include <iostream> 
    new errors

    Error 6 error LNK2026: module unsafe for SAFESEH image. C:\Users\Administrator\Downloads\ChatLog\Src\ChatLog\detours.lib(disasm.obj) ChatLog
    Error 7 error LNK1281: Unable to generate SAFESEH image. C:\Users\Administrator\Downloads\ChatLog\Src\Debug\ChatLog.dll ChatLog

  4. #4
    Banned Requnael is offline
    BannedRank
    Apr 2009 Join Date
    EstoniaLocation
    378Posts

    Re: C++ (chatlog)

    all is fixed. Now need address for 2008 MatchServer
    Need make WhisperChat log/Game Chat log. Or maybe someone know already?

  5. #5
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: C++ (chatlog)

    Quote Originally Posted by Requnael View Post
    all is fixed. Now need address for 2008 MatchServer
    Need make WhisperChat log/Game Chat log. Or maybe someone know already?
    Don't, you'll use a shitload of IO streams, especially because the code you referred to doesn't even properly close the file handle.

    Really, this is too advanced for someone that just finished "if statements for dummy's".

  6. #6
    Banned Requnael is offline
    BannedRank
    Apr 2009 Join Date
    EstoniaLocation
    378Posts

    Re: C++ (chatlog)

    Quote Originally Posted by Wizkidje View Post
    Don't, you'll use a shitload of IO streams, especially because the code you referred to doesn't even properly close the file handle.

    Really, this is too advanced for someone that just finished "if statements for dummy's".
    Better u help here beginners guys, who want learn C++.

  7. #7
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: C++ (chatlog)

    Quote Originally Posted by Requnael View Post
    Better u help here beginners guys, who want learn C++.


    No.



Advertisement