Hi Peter,

I've only just got back on my PC and seen your post...

I haven't done much with resources, apart from reading them, but I do 
know that there is quite a lot on Torry <www.torry.ru> and also 
Sourceforge..

Hope this helps..

Frank Reynolds
Walger Software
<www.netserv.net.au/walger>

>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
>
>
>  
>

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

Reply via email to