On 25-5-2011 12:42, Enrico Forestieri wrote:
> Please, can someone on Windows compiling LyX with MSVC check whether
> forward search works for the dvi format?
> 
> For details, see this thread:
> http://thread.gmane.org/gmane.editors.lyx.general/69958
> 

Hi Enrico,

I added this:

lyxerr << "pdf: " << int(pdfname.lastModified()) << " dvi: " << 
int(dviname.lastModified()) << endl;
lyxerr << (pdfname.lastModified() > dviname.lastModified());
lyxerr << (int(pdfname.lastModified()) > int(dviname.lastModified()));

and the output was:

pdf: -1 dvi: 1306322905
1
0

Vincent

Reply via email to