tagItem init?
John:
Using Manz Aztec 5.2a, I can successfully compile, without any warnings,
the following ( snippet of )code…
#include <exec/types.h>
#include <utility/tagitem.h>
struct TagItem myTags[ ] =
{
{ PAIN , TRUE },
{ DEATH, FALSE },
{ TAXES, !TRUE },
{ TEXT, "Some Text Here" }
};
I can't imagine doing what's up at your end.
Charles Conlow – via Whap!