Log in

View Full Version : What was the fix for the windef.h compile errors?


Richard Berg
16th April 2003, 02:49
Sorry to bring up trivial stuff here...

I'm trying my hand at plugins again and I've come across the same compile errors mentioned in this thread (http://forum.doom9.org/showthread.php?s=&threadid=42871&highlight=compiling). Including internal.h instead doesn't work.

Richard Berg
16th April 2003, 03:36
Changing the #include to windows.h worked, but then why does it work when compiling Avisynth proper? The weird world of MS headers...

Bidoche
16th April 2003, 10:07
It seems that windef.h needs some symbols from windows.h, which is included by avisynth.h but not by internal.h