You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pvtcupcakes edited this page Sep 13, 2010
·
3 revisions
Welcome to the kajamtag wiki!
Developers Guide:
After installing the library, link to it with GCC. -lkajamtag
Include in C: #include <kajamtag/kajamtag.h>
Include in C++:
extern “C” {
#include <kajamtag/kajamtag.h>
}
I’m not sure why it needs the extern “C”, I had my header wrapped in extern “C” anyway. I’ll figure it out eventually.
If Kajamtag returns “BAD_TAG”, that means the tag format was not recognized.