stdlib <list> ?

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

    #1

    stdlib <list> ?

    Why can't I use stl list in my dll. I'ts no problem with vector, but when
    trying list I get the followning error msg: error C2061: syntax error :
    identifier 'list'

    Hu!!

    S.


  • Carl Daniel [VC++ MVP]

    #2
    Re: stdlib &lt;list&gt; ?

    Steffo wrote:[color=blue]
    > Why can't I use stl list in my dll. I'ts no problem with vector, but
    > when trying list I get the followning error msg: error C2061: syntax
    > error : identifier 'list'
    >
    > Hu!!
    >
    > S.[/color]

    How about posting some code that shows what you're trying to do? Have you
    #included <list>?

    -cd


    Comment

    Working...