nevarim
07-08-2011 14:01:32
hi all i have some warning with mygui with new versin, it seems that are some function deprecated
1>------ Build started: Project: DECAHandling, Configuration: Debug Win32 ------
1> DECAHandling.cpp
1>d:\ogre\hadling\decahandling\decahandling\src\decahandling.cpp(441): warning C4996: 'MyGUI::MemberObsolete<MyGUI::Gui>::injectKeyPress': is deprecated, use : bool InputManager::injectKeyPress(KeyCode _key, Char _text = 0)
1> d:\ogre\addon\mygui\myguiengine\include\mygui_backwardcompatibility.h(442) : see declaration of 'MyGUI::MemberObsolete<MyGUI::Gui>::injectKeyPress'
1>d:\ogre\hadling\decahandling\decahandling\src\decahandling.cpp(536): warning C4996: 'MyGUI::MemberObsolete<MyGUI::Gui>::injectKeyRelease': is deprecated, use : bool InputManager::injectKeyRelease(KeyCode _key)
1> d:\ogre\addon\mygui\myguiengine\include\mygui_backwardcompatibility.h(444) : see declaration of 'MyGUI::MemberObsolete<MyGUI::Gui>::injectKeyRelease'
1>d:\ogre\hadling\decahandling\decahandling\src\decahandling.cpp(543): warning C4996: 'MyGUI::MemberObsolete<MyGUI::Gui>::injectMouseMove': is deprecated, use : bool InputManager::injectMouseMove(int _absx, int _absy, int _absz)
1> d:\ogre\addon\mygui\myguiengine\include\mygui_backwardcompatibility.h(436) : see declaration of 'MyGUI::MemberObsolete<MyGUI::Gui>::injectMouseMove'
1>d:\ogre\hadling\decahandling\decahandling\src\decahandling.cpp(551): warning C4996: 'MyGUI::MemberObsolete<MyGUI::Gui>::injectMousePress': is deprecated, use : bool InputManager::injectMousePress(int _absx, int _absy, MouseButton _id)
1> d:\ogre\addon\mygui\myguiengine\include\mygui_backwardcompatibility.h(438) : see declaration of 'MyGUI::MemberObsolete<MyGUI::Gui>::injectMousePress'
1>d:\ogre\hadling\decahandling\decahandling\src\decahandling.cpp(559): warning C4996: 'MyGUI::MemberObsolete<MyGUI::Gui>::injectMouseRelease': is deprecated, use : bool InputManager::injectMouseRelease(int _absx, int _absy, MouseButton _id)
1> d:\ogre\addon\mygui\myguiengine\include\mygui_backwardcompatibility.h(440) : see declaration of 'MyGUI::MemberObsolete<MyGUI::Gui>::injectMouseRelease'
1> DECAHandling.vcxproj -> D:\ogre\Hadling\DECAHandling\DECAHandling\bin\Debug\DECAHandling.exe