Does anybody have a routine to write a resource to a .res file? For example:

type
  TNameOrNumber = record
    case IsNumber: Boolean of
      False: (Number: Cardinal);
      True:  (Name: string);
  end;

procedure WriteResFile(const InStream, OutStream: TStream; const
ResourceType, ResourceName: TNameOrNumber);

This routine should write the resource in .Res file format to the
Outstream...?

Peter Laman
Senior Software Engineer
Lance ICT Group
Roermond, the Netherlands
http://www.lance-safety.com

__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to