VC++ 5.0 API and VC++ 4.2 
Author Message
 VC++ 5.0 API and VC++ 4.2

MS has never guarenteed that lib files from one version of thier
compiler would work with other versions.  However they generally do work
without a problem.

The question that comes up is:  Is this a regular Library or is it using
MFC?  Is it C code or C++ code?  Generally speaking if it just a generic
library it should be OK.  But if it uses MFC or some feature of C++
which may have changed between 4.2 and 5.0 then your users will probably
have to upgrade



Sat, 16 Oct 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Problems debugging MFC under VC 4.2 with separate VC 5.0 installation present

2. VC++ 4.2 and VC++ 5.0 DLL

3. VC++ 4.2 and VC++ 5.0 DLL's

4. Converting from VC 4.2 to VC 5.0

5. VC++ 4.2 projects converted to VC++ 5.0

6. Problem with upgrading from VC 4.2 to 5.0

7. Using HTML help with VC 5.0 and MFC 4.2

8. VC 4.2 and 5.0 LIB incompatibility

9. VC 5.0 Compile Errors (compiles fine with 4.2)

10. VC++ 5.0 vs 4.2 - New Error

11. Compatibility of VC++ 4.2 and 5.0

12. Converting VC 5.0 back to 4.2

 

 
Powered by phpBB® Forum Software