Forum Discussion
Altera_Forum
Honored Contributor
16 years agoproblem with IORD
i got some problem in IORD. when i build project it come out the error: `IORD' undeclared (first use in this function). thx for helping:)
Altera_Forum
Honored Contributor
16 years agoIORD is a macro defined in io.h. Did you include this file in your source file?
#include <io.h>