What steps will reproduce the problem?
1. Build latest in Delphi 2006
2. [Pascal Error] superobject.pas(820): E2065 Unsatisfied forward or external
declaration: 'UUIDToString'
Quickest solution:
move the definitions of
function UUIDToString(const g: TGUID): string;
function StringToUUID(const str: string; var g: TGUID): Boolean;
Down underneath the next line
{$IFDEF HAVE_RTTI}
Alternately, move the implementation of these two methods outside of this
define scope.
Original issue reported on code.google.com by dar...@darianmiller.com on 14 Oct 2011 at 5:55
Original issue reported on code.google.com by
dar...@darianmiller.com
on 14 Oct 2011 at 5:55