I have a question:
In the example given by Antartica, there is a line "if((Epd=EpdInit(NULL))=NULL)", and before v1.9h I used this line wihout modification. For v1.9h, I got compilation error at that line, so I modified it as "if((Epd=EpdInit(NULL))==NULL)" and I put it in my test program.
Will that line affect using auto-refresh? Did it cause failing to disabe auto-refresh before?
Last edited by ericshliao; 09-12-2009 at 12:09 PM.
|