Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

help me this error

(1/1)

salo:
When I used code:: block to run a trinh.Thi code:: block does not support keyword union Regs.
i can't fix error that.

MortenMacFly:

--- Quote from: salo on March 22, 2010, 12:51:39 pm ---Thi code:: block does not support keyword union Regs.

--- End quote ---
This error is thrown by the compiler, not Code::Blocks. Code::Blocks is just the IDE reporting this to you, nothing else. Ask in a C / C++ / compiler forum for help and / or check your project settings. This forum is dedicated to Code::Blocks related errors, only.

rcoll:
This is not the place to learn beginning programming ... but, just to expedite things a bit:
The compiler is NOT complaining about the "union" keyword; it is complaining that REGS has an unknown size.  Check your definition of REGS to make sure that it is properly defined.

Ringo

Navigation

[0] Message Index

Go to full version