Code: Select all
function FsGetPreviewBitmap(RemoteName:pchar;width,height:integer; var ReturnedBitmap:HBitmap):integer; stdcall;
Code: Select all
function FsGetPreviewBitmap(RemoteName:pchar;width,height:integer):integer; stdcall;
Any idea?
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
function FsGetPreviewBitmap(RemoteName:pchar;width,height:integer; var ReturnedBitmap:HBitmap):integer; stdcall;
Code: Select all
function FsGetPreviewBitmap(RemoteName:pchar;width,height:integer):integer; stdcall;
Today i had to re-install Windows XP SP2 (EN PRO) (i had Windows 2003 before). There is no updates after SP2, and FsGetPreviewBitmap still not being calledMaybe it's related to the WMF file bug in Windows? Are these Windows versions fully patched?
Ok, thanks, i got it.WMF patch. Try to find KB912919 (this update noted in Total Commander help).