It just occurred to me that the compile errors people have been complaining
about

( see http://www.freeamp.org/pipermail/freeamp-dev/1999-December/000039.html
  and http://www.freeamp.org/pipermail/freeamp-dev/2000-February/000282.html )

can be solved in the short term with by switching on the _MSC_VER macro:

#if defined(_WIN32)

#if _MSC_VER > 1100

// MSVC6 code with cast removed

#else

// MSVC5 code with cast remaining

#endif

#endif // _WIN32

        c

----------------------------------------------------
| Chad Loder - Somerville, MA, USA                 |
| EMail:     [EMAIL PROTECTED]                        |
| Home Page: http://www.ccs.neu.edu/home/cloder    |
----------------------------------------------------



_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to