le 31/01/00 22:13, Ken Lindberg à klindberg@... a écrit : > Warning: This toolbox call does not return a result. > The compiler has forced a result of zero. > in file New Project.¼:RUNTIME.INCL at line 222 in PGREPLACERES > €OSErr = FN HNOPURGE(resHndl&)€ > '~' be careful about vocabulary Ken, a warning is not an error - you can ignore warnings. Errors you shouldn't. in this case, staz has changed the runtime to follow changes from Apple [in PPC code in fact]. This message is in fact saying: "before you may have used OSerr to obtain a value back from FN HNOPURGE(), this will no longer work in FB^3. If you didnot try to do this you can safely ignore this warning, if you did try to get back info then you should change your code as OSerr will be returning random info". As to this is PG, well in the French localised version I believe Alain beautified the code to stop this 'warning' (not error) from appearing and distracting users, but I believe that you can safely ignore it. HTH :-j [gnome who has never programmed in PG, but who believes in live and let live]