Compile Question



Hello, I'm quite a newbie at Gtkmm, infact i can't compile in eclipse. EVerytime I include gtkmm.h, it says i'm missing a '}' at the end of input. so in the following code:


#include <gtkmm.h>
using namespace std;

int main(int argc, *char argv[]) {
    
}//compiler says i'm missing a '}'


I get a compile error, and i haven't even called any of the gtk classes yet. What would remedy this situation?





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]