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.
Are you including ciol.h using:
ReplyDeleteextern "C"{
#include "ciol.h"
};
If not, that's probably your problem.