Log in

View Full Version : Pascal conversion of avisynth_c.h


Pages : 1 [2]

LigH
22nd November 2024, 13:37
Then it would have built with Win32 target; but it did not.

Testing again... in 64 bit mode,

type
{...}
MSVC_AVS_Value = type AVS_Value;
seems to help, it just has to be declared after the "packed record AVS_Value".

PS: Win32 target seems to work with Int64 too. Continuing from here...

:thanks: