VC++6 static libraries in VC++7

C

Cliff Cooley

Will static libraries generated by VB++ 6 always be usable
by VC++ 7 applications ?

Many thanks,

Cliff
 
C

Carl Daniel [VC++ MVP]

Cliff said:
Will static libraries generated by VB++ 6 always be usable
by VC++ 7 applications ?

Did you mean VB6 or VC6? (subject says one, text says another).

Of course, VB doesn't produce static libraries, but DLLs produced by VB6
would be just as usable from VC7 and from VC6.

Static libraries produced by VC6 may be usable from VC7 depending on a lot
of factors. What's in the library exactly? A library that uses MFC, ATL or
STL is very likely not usable from VC7 if it was built with VC6.

-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

Top