Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2007 Aug : Access Violation in InternalUniqueString
| Subject: | Access Violation in InternalUniqueString |
| Posted by: | "Michael Zeringue" (micha..@no.smap.zclient.com) |
| Date: | Fri, 31 Aug 2007 16:33:42 |
exception message : Access violation at address 00401B63 in module
'module1'. Write of address 005D7D2C.
System 68 +0 SysGetMem
System 68 +0 @GetMem
System 68 +0 @NewAnsiString
System 68 +0 InternalUniqueString
I know that AnsiStrings do some housekeeping in the background to
implement reference counting and copy on write semantics, hence the need
for functions like InternalUniqueString. However, does anyone know what
would cause it throw access violations like the one I am seeing above?
This with Delphi 2007 (build 11.0.2709.7128)
Thanks,
Michael Zeringue