Thread: Avisynth+
View Single Post
Old 25th December 2017, 14:03   #3821  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by ajp_anton View Post
I didn't even know 32-bit applications could access the System32-folder on a 64-bit Windows. I thought Windows just silently mapped them to SysWOW64 instead.
Using the standard LoadLibrary() call or going through the VfW API, 32 bit programs will not be able to access System32 on a 64 bit OS. The OS redirection functionionality takes care of that.

AVSMeter (and AVSMeter64) with the "-avsinfo" switch would probably shed some light on THEAST's problem.
__________________
Groucho's Avisynth Stuff

Last edited by Groucho2004; 26th December 2017 at 11:42.
Groucho2004 is offline