How to read from Resource file in delphi 7?

前端 未结 1 1605
有刺的猬
有刺的猬 2021-01-23 11:35

I have made resource file and have compiled and linked it with my delphi unit.But I am facing problems when reading from that resource file.

implementation

{$R          


        
1条回答
  •  执笔经年
    2021-01-23 11:53

    If you want to export RCDATA, your rc file has to look like this:

    ExeTest RCDATA YourDataFileName
    

    0 讨论(0)
提交回复
热议问题