Monday, November 9, 2009
IO_Frame work
I've started work on IO_Frame but I've seemed to have hit a snag. Whenver I try to compile, I get the error message " error LNK2019". For some reason, it doesn't like how I'm using the io_display function. I'll keep at it but this is fustrating the heck out of me.
Subscribe to:
Post Comments (Atom)
1 comments:
Are you including ciol.h using:
extern "C"{
#include "ciol.h"
};
If not, that's probably your problem.
Post a Comment