AviUtl Control コマンドを自分でビルドする

方法

AviUtl のウィンドウのタイトルが変更されていたので動かなかった AviUtlからUniteWindow

アプリの一覧の中「Visual Studio 2022」から「Developer Command Prompt for VS 2022」をクリック

Y:
cl "C:\app\aviutl\auc\src\auc_exec.c" user32.lib
  if ( lstrcmp ( buf, "UniteW" ) ) return TRUE;

C++

Posted by eightban