Changeset 54 for trunk/src/IDocument.h

Show
Ignore:
Timestamp:
04/14/06 05:08:13 (3 years ago)
Author:
jordi
Message:

Increment ePDFView's version number.
The MainPterTest? doesn't include the epdfview.h header file, because I thought that it was the problem about the memory used by the compiler. It turns out that the problem was that some functions are TOO LONG and the compiler maxs out the memory (128MiB, thats it) and the system starts to swapping. Now I have reduced the compile time from 3 minutes and halt to 1 minute, and the system doesn't freeze :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IDocument.h

    r49 r54  
    2424namespace ePDFView  
    2525{ 
     26    // Forward declarations. 
     27    class DocumentPage; 
     28    class DocumentIndex; 
     29 
    2630    /// 
    2731    /// @brief Defines the possible errors loading a document.