Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Angelo on November 22, 2006, 08:58:29 pm

Title: Nov. 16 Build -- > Compiling error.
Post by: Angelo on November 22, 2006, 08:58:29 pm
Ok, so I'm using build like in subject, and I'm trying to compile, following code:
http://phpfi.com/177574
But, I'm still receiving message "It seems that this project has not ben build yet. Do you want to build it now?", when I press "YES" nothing change.
If it would help: in new project options I marked only "Release" not "debug".
Title: Re: Nov. 16 Build -- > Compiling error.
Post by: Angelo on November 22, 2006, 09:01:26 pm
Ok, so I've repaired this...
I've added (bolded text):
unsigned savetobase(){return 0;};
unsigned modifybase(){return 0;};
unsigned searchbase(){return 0;};
unsigned addremove_entry(){return 0;};
unsigned makebackup(){return 0;};

But I think that compiler should interact in other way in this case, not only by showing over and over this message... :/ even if I didn't marked the debug option.
Regards, .angelo.