hi.. am working on ARToolKit which is a software library in C. i want to create an interface for it and using Gtk+ which is also in C..
when i run both programs separately, they both run well. but when i try to run my interface application through ARtoolkit,it does not work.
i`ve tried to integrate Gtk+ with ARtoolkit but am having an error called "PACKAGE"...here is what i`ve done in the ARtoolkit file that i want to run (that is i`ve added these header file from Gtk:
#include <gtk/gtk.h>
#include "interface/src/callbacks.h"
#include "interface/src/interface.h"
#include "interface/src/support.h"
#include "interface/msvc/config.h"
i think am not doing the correct way of integration.if anyone can help me please
any help will be highly appreciated
thanks
when i run both programs separately, they both run well. but when i try to run my interface application through ARtoolkit,it does not work.
i`ve tried to integrate Gtk+ with ARtoolkit but am having an error called "PACKAGE"...here is what i`ve done in the ARtoolkit file that i want to run (that is i`ve added these header file from Gtk:
#include <gtk/gtk.h>
#include "interface/src/callbacks.h"
#include "interface/src/interface.h"
#include "interface/src/support.h"
#include "interface/msvc/config.h"
i think am not doing the correct way of integration.if anyone can help me please
any help will be highly appreciated
thanks