OK. I think I fall into the inactive (or sporadically active) category. :)

        c

On Mon, 27 Mar 2000, Mark B. Elrod wrote:

> basically the way we handle granting check in access to cvs is to look at how active
> people are and how good their patches are. if a person sends us patches that tend to
> break things we don't want them arbitrarily checking stuff in <grin>. also, if they 
>are
> not going to be active it is better for us to just handle the checkins... so far 
>after
> someone has sent in a few patches and wants access so they can do things more
> efficiently we have given it to them.
> 
> elrod
> 
> Chad Loder wrote:
> 
> > Yes. Of course, I have no check-in access to the CVS archives. :)
> >
> >         c
> >
> > On Mon, 27 Mar 2000, Mark B. Elrod wrote:
> >
> > > this is a potential fix. i woulsd still like to figure out why i have to put the
> > > cast there at all for vc5. if i define STRICT it will compile without the cast
> > > liek it does in other places but then it is unable to link due to another 
>function
> > > in that file... all in all it is very frustrating. your idea is probably the best
> > > way to sidestep this in the short term.
> > >
> > > elrod
> > >
> > > Chad Loder wrote:
> > >
> > > > 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
> > >
> > > _______________________________________________
> > > [EMAIL PROTECTED]
> > > http://www.freeamp.org/mailman/listinfo/freeamp-dev
> > >
> >
> > ----------------------------------------------------
> > | 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
> 
> _______________________________________________
> [EMAIL PROTECTED]
> http://www.freeamp.org/mailman/listinfo/freeamp-dev
> 

----------------------------------------------------
| 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