ATLBrowser Example compiles on VC6, VC7, not VC7.1

M

Michael Ash

from
http://msdn.microsoft.com/archive/d...mples/internet/browser/atlbrowser/default.asp
VC6. No problem.
VC7. Warnings:
statreg.cpp is obsolete. Please remove it from your project.
atlimpl.cpp is obsolete. Please remove it from your project.
atlwin.cpp is obsolete. Please remove it from your project.
But links successfully.
VC7.1:
Bombs out because it can't find the "deprecated old IOSTREAM"
<strstrea.h>.
I believe the problem arises with the use of "strstream".
I have tried using the include for that class <strstream> and get all kinds
of string errors.
I have tried copying the old <strstrea.h> from the VC7 include dir. and this
leads to successful compilation but can't link because it can't find the old
libcid.lib.
(even tried copying over that old lib, but linker bombed with "can't find
'program.obj'

No more kluges!!
Anyone know the correct way to fix this for 7.1?

Thanks,
Mike
 

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