C++ GMAKE

10/14/2015 16:07 EsquireWork#1
Hi guys, i have a problem when i want to copilate my source


help pls
10/15/2015 18:17 [Flash]#2
input_db.cpp:345: error: 'gWolfMap' was not declared in this scope

gWolfMap is not declared
10/23/2015 15:17 EsquireWork#3
and what i need do?
10/24/2015 14:46 Mashkin#4
Quote:
Originally Posted by EsquireWork View Post
Stop post for +1, if you know and you don't wan't help, shut up, is first time when i use c++
[Flash] extracted the relevant error log line.
We don't have your source code and thus we can't tell you in more detail what exactly is wrong.
The best possible answer is "Declare gWolfMap".

Mind that C++ is a very wide and complex topic to learn.
Knowing what a declaration is is one very basic piece of knowledge that you should familiarize yourself with before working on huge, complex projects like the Metin2 source code.

I recommend you have a look at C++ introduction books/courses/tutorials etc. and try to work out the basics of programming in C++ with small exercises and examples.

Teaching C++ is outside of the scope of Metin2 and therefore not appopriate in this forum.

If you don't want, or are not able to, learn the general basics of the language, you should not try to work on the game code yourself, but rather find a programmer who can do that for you.