Menu

link errors Win32 msvc 8, (config.h issue)

2006-12-27
2013-05-02
  • Nobody/Anonymous

    out-of-the-box compilantion issues link errors under msvc 8
    (win32 is not mentioned in config.h)

    in config.h
    under #define ILUT_USE_OPENGL

    add:

        /* Support WIN32 API */
        #define ILUT_USE_WIN32

     
    • Anonymous

      Anonymous - 2006-12-29

      It is not mentioned because this library works on not win32 operative systems. something should be done in the msvc8 compiler to set the flag ILUT_USE_WIN32 on compilation. (something like gcc -D ILUT_USE_WIN32 flags).
      Is this possible? I don't support such old platforms

       

Log in to post a comment.