Using C++ 2010

Results 1 to 2 of 2
  1. #1
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Using C++ 2010

    Well, I've seen many source codes ... which were made by many coders with the C++ language.
    I've downloaded the C++ 2010 now where should I copy the codes to have the Dll xD ???


    I've done it like this... but it says 1 failed to build LOL :
    1 - New Project...
    2 - Win32 Console Application (choose name) then Ok
    3 - Next, then choose DLL, and check Empty Project
    4 - Add New Item...
    5 - C++ File (*.cpp), and choose name then Add
    6 - Then I've copied the code
    7 - Debug > Build Solution

    It shows up:
    Code:
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(12): error C3861: 'atoi': identifier not found
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(15): error C3861: 'ZChatOutput': identifier not found
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(18): error C3861: 'SetMapTextureLevel': identifier not found
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(19): error C2065: 'RTextureType_Map' : undeclared identifier
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(20): error C3861: 'RChangeBaseTextureLevel': identifier not found
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(21): error C3861: 'sprintf': identifier not found
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(22): error C3861: 'ZChatOutput': identifier not found
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(25): error C3861: 'ZChatOutput': identifier not found
    c:\documents and settings\m.g\my documents\visual studio 2010\projects\asd\asd\asd.cpp(26): error C3861: 'ZChatOutput': identifier not found
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    Is it cause of the version of the C++ or what ?
    Or something wrong with what I've done?? xD
    Please HELP :(

    the code was taken from qet123 /maptexture ..;o


  2. #2
    Daemonsring Developer Gunblade is offline
    MemberRank
    Jul 2007 Join Date
    On the moonLocation
    728Posts

    Re: Using C++ 2010

    This is for the GunZ source code which is leaked.
    Don't put it in a DLL since it isn't ment to be put in there.
    Also check your 'Where should I copy the code ??? please help', since I replied there.



Advertisement