Jump to content

[PROBLEM]Compile Binary Source


Recommended Posts

Helloo Guys :) 
Today i was trying to compile the source of binary client ( novaline )
I followed this guide on forum ( cause i'll follow every release and guide from metin2dev ) : 
I followed the guide step by step, i did everything. 
When i build the project, after all, i got some errors..
And i don't really know why this is happening, i tried to find solutions on the guide, on google, on this and other forums but nothing.
Can you help me please?
Here are the errors 

 

1>Compiling...

1>PythonGraphic.cpp
1>.PythonGraphic.cpp(294) : error C2664: 'CPythonGraphic::SaveJPEG' : cannot convert parameter 2 from 'char *' to 'LPBYTE'
2>Compiling...
2>AffectFlagContainer.cpp
2>.AffectFlagContainer.cpp(68) : error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &'
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>.MarkImage.cpp(190) : error C2664: 'lzo1x_decompress_safe' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
2>.MarkImage.cpp(305) : error C2664: 'lzo1x_999_compress' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
2>.PythonApplicationLogo.cpp(166) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
 

Here is the full Output

 

1>------ Build started: Project: eterPythonLib, Configuration: Release 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>Build log was saved at "file://c:UsersConcettoDesktopnovalineSrcsClientEterPythonLibReleaseBuildLog.htm"
1>eterPythonLib - 1 error(s), 0 warning(s)
2>------ Build started: Project: UserInterface, Configuration: Release Win32 ------
2>Compiling...
2>AffectFlagContainer.cpp
2>.AffectFlagContainer.cpp(68) : error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &'
2>PythonNetworkStreamModule.cpp
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacepacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacepacket.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacepacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacepacket.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.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:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersconcettodesktopnovalinesrcsclientuserinterfacePacket.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersconcettodesktopnovalinesrcsclientscriptlibPythonUtils.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>Generating Code...
2>Creating browse information file...
2>Microsoft Browse Information Maintenance Utility Version 9.00.21022
2>Copyright © Microsoft Corporation. All rights reserved.
2>Build log was saved at "file://c:UsersConcettoDesktopnovalineSrcsClientUserInterfaceReleaseBuildLog.htm"
2>UserInterface - 46 error(s), 19 warning(s)
========== Build: 0 succeeded, 2 failed, 14 up-to-date, 0 skipped ==========

I hope someone will help me, i'll wait answers.
Thank you, best regards.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.