On 10/01/2013 02:27 PM, Dwiki Putrandityo wrote: > Hello, > im using gcc (GCC) 4.5.4 20120510 for GNAT GPL 2012 (20120509) > and qtada from qtada-gpl-3.2.0-20120708-3871-qt4.8.2-2.exe installer. > im trying to compile example from > "..\GNAT\2012\examples\qtada\sql\cached_table", but it say > "table_editors-moc.ads not found", > > > the error came from statement : > with Table_Editors.MOC; > pragma Warnings (Off, Table_Editors.MOC); > -- Child package MOC must be included in the executable. > > where can i found the "Child package MOC" that contains > "table_editors-moc.ads" and another moc file?? > You need to run 'amoc' tool first. It can be done using cached_table_moc.gpr project file:
gprbuild -P cached_table_moc.gpr then build application using cached_table.gpr project file: gprbuild -P cached_table.gpr _______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
