[solved] ObsoleteTypeDropState, error in CodeBlocks + gcc

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.

Altren

28-10-2008 15:00:12

Thx, I'll change this in sources.
Strange that this not work - it compiles fine with MSVC 8, MSVC 9 and gcc 4