Jump to content

szymek20189

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by szymek20189

  1. three errors...

     

    .\NetworkActorManager.cpp(476) : error C2039: 'ChangeWing' : is not a member of 'CInstanceBase'
            d:\src\mainline_released\mainline_sg\srcs\client\userinterface\InstanceBase.h(9) : see declaration of 'CInstanceBase'
    
    .\PythonCharacterModule.cpp(87) : error C2039: 'm_dwWing' : is not a member of 'CInstanceBase::SCreateData'
            d:\src\mainline_released\mainline_sg\srcs\client\userinterface\InstanceBase.h(12) : see declaration of 'CInstanceBase::SCreateData'
    .\PythonCharacterModule.cpp(180) : error C2084: function 'PyObject *chrDeleteInstanceByFade(PyObject *,PyObject *)' already has a body
            .\PythonCharacterModule.cpp(112) : see previous definition of 'chrDeleteInstanceByFade'

    Look at the other posts ... 

    you forget some definition in InstanceBase.h:

    'AttachWing'
    'ChangeWing' 

     

    And in ActorInstance.h

    'SetWing' 
    
    'm_eWing'

    error2:

    .\PythonCharacterModule.cpp(180) : error C2084: function 'PyObject *chrDeleteInstanceByFade(PyObject *,PyObject *)' already has a body
            .\PythonCharacterModule.cpp(112) : see previous definition of 'chrDeleteInstanceByFade'

     

    you have doublicated this function :

    PyObject *chrDeleteInstanceByFade(PyObject *,PyObject *)' shearch in PythonCharacterModule.cpp line 112

     

    ​Thanks, im not speak English alone understand.

     

    New bug.

    http://scr.hu/4n6l/vewjd

    http://scr.hu/4n6l/0380s

     

  2. three errors...

     

    .\NetworkActorManager.cpp(476) : error C2039: 'ChangeWing' : is not a member of 'CInstanceBase'
            d:\src\mainline_released\mainline_sg\srcs\client\userinterface\InstanceBase.h(9) : see declaration of 'CInstanceBase'
    
    .\PythonCharacterModule.cpp(87) : error C2039: 'm_dwWing' : is not a member of 'CInstanceBase::SCreateData'
            d:\src\mainline_released\mainline_sg\srcs\client\userinterface\InstanceBase.h(12) : see declaration of 'CInstanceBase::SCreateData'
    .\PythonCharacterModule.cpp(180) : error C2084: function 'PyObject *chrDeleteInstanceByFade(PyObject *,PyObject *)' already has a body
            .\PythonCharacterModule.cpp(112) : see previous definition of 'chrDeleteInstanceByFade'
×
×
  • 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.