Author Topic: Nov. 16 Build -- > Compiling error.  (Read 5663 times)

Angelo

  • Guest
Nov. 16 Build -- > Compiling error.
« 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".

Angelo

  • Guest
Re: Nov. 16 Build -- > Compiling error.
« Reply #1 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.