On Saturday 28 June 2014 13:14:43 liuzg2 wrote: > Twidgetgridbs = class(tcustomwidgetgrid) > public > constructor Create(AOwner: tcomponent);override; > end; > > constructor Twidgetgridbs.create(aowner:tcomponent); > begin > > inherited; > ..... > end; > > > Error: There is no method in an ancestor class to be overridden: > "constructor Twidgetgridbs.Create(TComponent);" > > > fpc 6.2.4 > > last msegui > > why
In your code? Add "mclasses" after "classes" in "uses2, replace "db" by "mdb" in "uses". If the error is while compiling MSEide try to use 'Build' instead of 'Make'. Martin ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

