In Brief

  • A library written in managed code is simpler to access from other managed code than an unmanaged library.

  • A garbage-collected class written in managed C++ is simple to use from other managed languages, such as C#.

  • A class library in managed C++ is vulnerable to the loader-lock bug, but you can prevent the bug by eliminating DllMain and initializing libraries manually.

  • A managed class library can include classes that have been implemented in native code to improve the performance of the library.



Microsoft Visual C++. NET 2003 Kick Start
Microsoft Visual C++ .NET 2003 Kick Start
ISBN: 0672326000
EAN: 2147483647
Year: 2002
Pages: 141
Authors: Kate Gregory

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net