Advertisement
Guest User

Untitled

a guest
May 26th, 2012
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. 1>c:\projects\ogremetro\ogre_test\ogretest\source\basictimer.h(9): error C2456: 'BasicTimer' an unsealed ref class cannot have a public visible constructor. Seal the class, or specify constructor as 'internal', 'protected private' or 'private' instead. (Source\BasicTimer.cpp)
  2. 1>c:\projects\ogremetro\ogre_test\ogretest\source\ogretest.h(13): error C2456: 'OgreTest' an unsealed ref class cannot have a public visible constructor. Seal the class, or specify constructor as 'internal', 'protected private' or 'private' instead. (Source\OgreTest.cpp)
  3. 1>c:\projects\ogremetro\ogre_test\ogretest\source\ogretest.h(145): warning C4451: 'OgreTest::window' : Usage of ref class 'Windows::UI::Core::CoreWindow' inside this context can lead to invalid marshaling of object across contexts (Source\OgreTest.cpp)
  4. 1> Consider using 'Platform::Agile<Windows::UI::Core::CoreWindow>' instead
  5. 1>c:\projects\ogremetro\ogre_test\ogretest\source\ogretest.h(13): error C2456: 'OgreTest' an unsealed ref class cannot have a public visible constructor. Seal the class, or specify constructor as 'internal', 'protected private' or 'private' instead. (Source\Main.cpp)
  6. 1>c:\projects\ogremetro\ogre_test\ogretest\source\ogretest.h(145): warning C4451: 'OgreTest::window' : Usage of ref class 'Windows::UI::Core::CoreWindow' inside this context can lead to invalid marshaling of object across contexts (Source\Main.cpp)
  7. 1> Consider using 'Platform::Agile<Windows::UI::Core::CoreWindow>' instead
  8. 1>c:\projects\ogremetro\ogre_test\ogretest\source\basictimer.h(9): error C2456: 'BasicTimer' an unsealed ref class cannot have a public visible constructor. Seal the class, or specify constructor as 'internal', 'protected private' or 'private' instead. (Source\OgreTest.cpp)
  9. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement