Beim Debuggen kommt
Microsoft C++ 2010
Code:
Dieses Projekt ist veraltet CWebBrowser - Debug Win32 was kann ich tun?
Dieses Projekt ist veraltet CWebBrowser - Debug Win32 was kann ich tun?
1>------ Build started: Project: eterPythonLib, Configuration: Debug Win32 ------
1>Compiling...
1>PythonGraphic.cpp
1>.\PythonGraphic.cpp(294) : error C2664: 'CPythonGraphic::SaveJPEG' : cannot convert parameter 2 from 'char *' to 'LPBYTE'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.30729
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:\Metin2 Source\novaline\Srcs\Client\EterPythonLib\Debug\BuildLog.htm"
1>eterPythonLib - 1 error(s), 0 warning(s)
2>------ Build started: Project: UserInterface, Configuration: Debug Win32 ------
2>Compiling...
2>PythonNetworkStreamModule.cpp
2>c:\metin2 source\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:\metin2 source\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:\metin2 source\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:\metin2 source\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
2>.\PythonNetworkStreamModule.cpp(678) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonNetworkStreamModule.cpp(706) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonNetworkStreamModule.cpp(712) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonNetworkStreamModule.cpp(736) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonNetworkStreamModule.cpp(765) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonNetworkStreamModule.cpp(821) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonNetworkStreamModule.cpp(825) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonNetworkStreamModule.cpp(871) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonNetworkStreamModule.cpp(953) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonNetworkStreamModule.cpp(1222) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonNetworkStreamModule.cpp(1254) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonNetworkStreamModule.cpp(1303) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>MarkImage.cpp
2>.\MarkImage.cpp(190) : error C2664: 'lzo1x_decompress_safe' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\MarkImage.cpp(305) : error C2664: 'lzo1x_999_compress' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>PythonApplicationLogo.cpp
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
2>.\PythonApplicationLogo.cpp(122) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonApplicationLogo.cpp(126) : warning C4309: '=' : truncation of constant value
2>.\PythonApplicationLogo.cpp(166) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonApplicationLogo.cpp(170) : warning C4309: '=' : truncation of constant value
2>PythonShop.cpp
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
2>.\PythonShop.cpp(31) : warning C4309: 'return' : truncation of constant value
2>.\PythonShop.cpp(330) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonShop.cpp(348) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonShop.cpp(360) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonShop.cpp(387) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonShop.cpp(396) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>PythonPlayerModule.cpp
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:\metin2 source\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
2>.\PythonPlayerModule.cpp(770) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(774) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(812) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(842) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(873) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(900) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(912) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(919) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(958) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(991) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(1021) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(1083) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(1294) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(1340) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(1393) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(1456) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(1531) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(1616) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(1673) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(1713) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(1976) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(2017) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
2> c:\metin2 source\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
2> while trying to match the argument list '(PyObject *, int, char *)'
2>.\PythonPlayerModule.cpp(2130) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>.\PythonPlayerModule.cpp(2152) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>AffectFlagContainer.cpp
2>.\AffectFlagContainer.cpp(68) : error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &'
2>Generating Code...
2>Creating browse information file...
2>Microsoft Browse Information Maintenance Utility Version 9.00.30729
2>Copyright (C) Microsoft Corporation. All rights reserved.
2>Build log was saved at "file://c:\Metin2 Source\novaline\Srcs\Client\UserInterface\Debug\BuildLog.htm"
2>UserInterface - 46 error(s), 19 warning(s)
========== Build: 0 succeeded, 2 failed, 14 up-to-date, 0 skipped ==========