nikki
13-08-2008 05:37:02
Hello!
I think it would be better if you add 'MYGUI_' before your #defines, becaue its causing clashes with other libraries. For example, in 'MyGUIMacros.h':-
Is causing problems with OgreAL because it does this:-
I think it would be better if you add 'MYGUI_' before your #defines, becaue its causing clashes with other libraries. For example, in 'MyGUIMacros.h':-
#define DEFAULT ((int)-1)
Is causing problems with OgreAL because it does this:-
enum AudioFormat
{
DEFAULT,
MONO_CHANNEL,
STEREO_CHANNEL,
QUAD_CHANNEL,
MULTI_CHANNEL_51,
MULTI_CHANNEL_61,
MULTI_CHANNEL_71
};