Thread: Avisynth+
View Single Post
Old 20th January 2019, 01:40   #4400  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,496
Quote:
Originally Posted by StainlessS View Post
Dont use %d for __int64, use %I64, or results will be wrong:- https://docs.microsoft.com/en-us/cpp...s?view=vs-2017
%I64d - %I64 is a prefix. But it's only for debugging so truncation doesn't matter.

If I only put %I64 it crashes VirtualDub2 completely. You'd think things like (vs)printf(_s) would be a little more robust...
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline