Log in

View Full Version : '_ASSERTE' not declared??


E-Male
23rd May 2003, 15:42
when trying to compile a avisynth (2, not 2.5) plug-in i get the following error

------------
c:\plugindir\avisynth.h(278)
: error C2065
: '_ASSERTE'
: nichtdeklarierter Bezeichner
-----------

i´ve included the header without changing anything in the file, it´s version, aswell as the avisynth version i´m running are the newest

any ideas what i´m doing wrong?

thx
e-male

Richard Berg
23rd May 2003, 17:47
I don't think we ever fixed the windef.h problems in 2.0x. Try adding #include "windows.h" somewhere before the line of the error.

E-Male
23rd May 2003, 17:52
i have windows.h before avisynth.h
doesn´t help

Guest
25th May 2003, 19:19
See here:

http://forum.doom9.org/showthread.php?s=&postid=318366#post318366