stdlib <list> ?

  • Thread starter Thread starter Steffo
  • Start date Start date
S

Steffo

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.
 
Steffo said:
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.

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

-cd
 
Back
Top