mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] reworked : support kdlibcpp changes
git-svn-id: https://pykd.svn.codeplex.com/svn@91072 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
85a36df11e
commit
be9f1420ec
@ -2,7 +2,7 @@
|
|||||||
#define PYKD_VERSION_MAJOR 0
|
#define PYKD_VERSION_MAJOR 0
|
||||||
#define PYKD_VERSION_MINOR 3
|
#define PYKD_VERSION_MINOR 3
|
||||||
#define PYKD_VERSION_SUBVERSION 1
|
#define PYKD_VERSION_SUBVERSION 1
|
||||||
#define PYKD_VERSION_BUILDNO 7
|
#define PYKD_VERSION_BUILDNO 8
|
||||||
|
|
||||||
#define __VER_STR2__(x) #x
|
#define __VER_STR2__(x) #x
|
||||||
#define __VER_STR1__(x) __VER_STR2__(x)
|
#define __VER_STR1__(x) __VER_STR2__(x)
|
||||||
|
@ -144,7 +144,7 @@ python::object callTypedVar(kdlib::TypedVarPtr& funcobj, python::tuple& args)
|
|||||||
if ( argCount != funcobj->getType()->getElementCount() )
|
if ( argCount != funcobj->getType()->getElementCount() )
|
||||||
throw kdlib::TypeException(L"wrong argument count");
|
throw kdlib::TypeException(L"wrong argument count");
|
||||||
|
|
||||||
kdlib::CallArgList argLst;
|
kdlib::TypedValueList argLst;
|
||||||
|
|
||||||
for ( size_t i = 0; i < argCount; ++i )
|
for ( size_t i = 0; i < argCount; ++i )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user