I've got a data acquisition and instrument control program
written long ago in VC++ 1.1, that I now want to be able
to build in v6.0.
I've tried opening a new workspace, and inserting the old
project.
I've tried opening a new workspace, and inserting the
individual files.
I can get the code to compile, but I get link errors.
I've tried using the static MFC switch, as well as the
dynamic DLL.
I'm not at the machine with the compiler right now, and I
don't have the specific link errors handy right now.
It looks to me like I may have to do an interim upgrade of
the project? Like from v1.1 to v4.0 first, then up to
6.0? Anybody have a suggestion?
Be gentle, I haven't done much with VC++ for a few years.
Thanks.
Rob