stdlib <list> ?

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.
 
C

Carl Daniel [VC++ MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top