View Single Post
Old 09-12-2009, 12:06 PM   #138
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
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.
ericshliao is offline   Reply With Quote