FYI, The CLR does not get used unless you specifically include it.  Visual 
C++ 7.0, by default, includes this library perhaps in an initiative to 
enable the code created by it to use the Microsoft Accessibility Features 
of the OS.  I think (I'm not sure this will fix it) that putting in 
oleacc.dll or oleacc.lib under Linker->Input->Ignore Specific Library on 
the Project Settings might do the trick.  Hopefully this was a help to 
everyone.

Frank

At 07:57 AM 6/18/2002 -0700, John R Pierce wrote:

> > George told me that he has confirmed that Visual C++ 7.0 is bringing in
> > this dependency, but that he didn't see an immediate way to get rid of
> > it.  Based on my very limited experience with VC++ 6.0, I would guess that
> > going to Project->Settings->Link and taking out "oleacc.lib" ( if it is
> > there ) would keep VC++ 7.0 from compiling with dependency on
> > "oleacc.dll".  However, this is also likely to prevent it from compiling
>at
> > all.  But, maybe the errors that come up would be helpful in figuring out
> > what needs to be removed to eliminate the dependency.
>
>chances are pretty good you won't get rid of it, its probably invoked by the
>common runtime library.
>
>_________________________________________________________________________
>Unsubscribe & list info -- http://www.ndatech.com/mersenne/signup.htm
>Mersenne Prime FAQ      -- http://www.tasam.com/~lrwiman/FAQ-mers


_________________________________________________________________________
Unsubscribe & list info -- http://www.ndatech.com/mersenne/signup.htm
Mersenne Prime FAQ      -- http://www.tasam.com/~lrwiman/FAQ-mers

Reply via email to