JSpataro
05-06-2005, 04:25 AM
Hello,
I am trying to compile a maya plugin but when I include files that use MTypes.h or I include MTypes.h I get:
error 2632: 'char' followed by 'bool' is illegal
because of this:
typedef unsigned char bool;
How can I get around this? I thought maya plugins are supposed to compile well in VC++
I am trying to compile a maya plugin but when I include files that use MTypes.h or I include MTypes.h I get:
error 2632: 'char' followed by 'bool' is illegal
because of this:
typedef unsigned char bool;
How can I get around this? I thought maya plugins are supposed to compile well in VC++
