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



Reply With Quote

