when making addon i receive this errors:
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(84): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(85): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(94): error C2131: expression did not evaluate to a constant
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(94): note: failure was caused by a read of a variable outside its lifetime
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(94): note: see usage of 'dlenu'
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(95): error C2131: expression did not evaluate to a constant
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(95): note: failure was caused by a read of a variable outside its lifetime
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(95): note: see usage of 'klen'
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(96): error C2131: expression did not evaluate to a constant
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(96): note: failure was caused by a read of a variable outside its lifetime
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(96): note: see usage of 'klen'
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(105): error C3863: array type 'uint8_t [dlenu]' is not assignable
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(108): error C3863: array type 'uint8_t [klen]' is not assignable
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(109): error C3863: array type 'uint8_t [klen]' is not assignable
C:\xbmc\cmake\addons\build\pvr.eon\src\PVREon.cpp(123): warning C4552: '<<': result of expression not used
can someone help with this or try to create windows x64 addon?