a �crit dans le message news: JnE9a.376015$vm2.283397@rwcrnsc54... > > what that means when i compile the NOTIFY example ? > Gnat 3.15 has changed their handling of elaboration order. > Take another look at the Notify example's readme.txt and you'll notice > that it says to use "-gnatE" on the gnatmake line to get proper elaboration > handling. The older Claw examples on www.adapower.com suffer from the > same problem when compiled with Gnat 3.15 - their .bat files no longer > work until you insert -gnatE on the gnatmake command line. > It's possible to skip the need for -gnatE by judicious placement of > pragmas to instruct the compiler, and RR Software has done that for $>0 > Claw. Until those changes get propagated to the older version on > adapower, add -gnatE to the .bat files. I have added -gnatE just after gnatmake to all .bat files and have changed in "tools" "GNAT option in current directory" on line gnatmake: "-gnatE" and the problem is alwais there