Help for this page

Select Code to Download


  1. or download this
    In file included from D:/Strawberry-5.20.1.1-ia32/c/i686-w64-mingw32/i
    +nclude/c++/iostream:39:0,
                     from D:/mydoc/projects/GenoEye-0.4.5-Source/src/genoe
    +ye/Common.h:9,
    ...
    D:/Strawberry-5.20.1.1-ia32/c/i686-w64-mingw32/include/c++/ostream:335
    +:49: error: macro "PerlLIO_write" requires 3 arguments, but on
    ly 2 given
           write(const char_type* __s, streamsize __n);
    
  2. or download this
          /**
           *  @brief  Character string insertion.
    ...
          */
          __ostream_type&
          write(const char_type* __s, streamsize __n);
    
  3. or download this
    extern "C"
    {
    ...
    #include <genoeye/Chart.h>
    #include <genoeye/HomologRegion.h>
    #include <genoeye/ElemConnect.h>
    
  4. or download this
    extern "C"
    {
    ...
    
    #include <genoeye/Common.h>
    ......