Managed c++ and static libraries

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Elephant

    #1

    Managed c++ and static libraries

    Hello,

    is it possible to build static libraries with managed code? What kind of
    project type should it be? Is there something like a static assembly? A '
    managed c++ class library' is dynamicly linked, right? The only static
    project I can find is a ' win32' project type, and win32 is not managed,
    right?

    Thank you for any answers,

    me.


  • Ronald Laeremans [MSFT]

    #2
    Re: Managed c++ and static libraries

    No, it is not.

    Ronald Laeremans
    Visual C++ team

    "Elephant" <elephant@micro soft.com> wrote in message
    news:KpudnfUgb5 A1whPcRVnyhA@ca sema.nl...[color=blue]
    > Hello,
    >
    > is it possible to build static libraries with managed code? What kind of
    > project type should it be? Is there something like a static assembly? A '
    > managed c++ class library' is dynamicly linked, right? The only static
    > project I can find is a ' win32' project type, and win32 is not managed,
    > right?
    >
    > Thank you for any answers,
    >
    > me.
    >
    >[/color]


    Comment

    Working...