2017年9月7日 星期四

資源檔(*.res)

1.編輯文件 test.rc
  mycur cursor c:\waiting.cur //加入游標
  mypic bitmap c:\picturer.bmp //加入圖檔
  mywav wave c:\song.wav //加入聲音檔
  myavi avi c:\demo.avi //加入AVI檔
  myico icon c:\start.ico //加入ICON

2.編譯為 test.res
   brcc32  test.rc

3.載入資源檔
   {$R *.dfm}
   {$R test.res}
   .....
   .....

沒有留言:

張貼留言