[gtkada] File refuses to be deleted on Win95

Vinicius F Arcaro varcaro at terra.com.br
Fri Dec 29 23:15:21 CET 2000


Dear list member,

I am a beginner with GtkAda-1.3.8 on Win95. I am using gnat-3.13p.

When trying to delete the executable file of simple.adb (a very simple
example that comes with GtkAda), I got the following error message:

Cannot delete simple: The specified file is being used by Windows

I made the executable using:

gnatmake simple.adb -Ic:\GtkAda-1.3.8\lib -largs -mwindows

Is it a problem with Win95? I would appreciatte any help.

Thank you in advance,
Vinicius

with Gtk.Main, Gtk.Window;

procedure Simple is
   Window : Gtk.Window.Gtk_Window;
begin
   Gtk.Main.Init;
   Gtk.Window.Gtk_New (Window);
   Gtk.Window.Show (Window);
   Gtk.Main.Main;
end Simple;




More information about the gtkada mailing list