Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 May : Win2003 SP1 incompatibility with D7?
| Subject: | Win2003 SP1 incompatibility with D7? |
| Posted by: | "Ralf Kronemeyer" (r.kronemey..@logiware.de) |
| Date: | Fri, 6 May 2005 11:13:06 |
I get an access violation under W2K3SP1 with the function Languages from
Sysutils.pas (D7)
procedure TForm3.Button1Click(Sender: TObject);
begin
ShowMessage(inttostr(Languages.Count));
end;
This violation appears since SP1.
Any ideas?