View Single Post
  #15  
Old 04-11-2011, 19:39
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
I used ansi version.. no issues.. try removing the section where the error is
in the ISS script.

Code:
type
  TGUID = record
  Data1: Longword;
  Data2,
  Data3: Word;
  Data4: array [0..7] of byte;
end;
Reply With Quote