ulfben
28-10-2008 14:42:48
Just noting for future reference.
include\MyGUI_ItemDropInfo.h|17| error: use of enum `ObsoleteTypeDropState' without previous declaration |
include\MyGUI_ItemDropInfo.h|17| error: expected unqualified-id before '{' token

Fix: simply comment out ObsoleteTypeDropState and build.
include\MyGUI_ItemDropInfo.h|17| error: use of enum `ObsoleteTypeDropState' without previous declaration |
include\MyGUI_ItemDropInfo.h|17| error: expected unqualified-id before '{' token
Fix: simply comment out ObsoleteTypeDropState and build.