ATL from VC7 into VC6
-
Hi, This might sound like an impossible task, but I am attempting it anyway. I have a project in VC 7 which uses some of the ATL functions that come with VC 7. I require to compile this project in VC6. As far as i know, there should be no technical limitations in doing this. I am currently copying the ATL files which I am dependent on to my project and attempting to compile that on VC 6. Unfortunately I am getting compile errors, so I was wondering if anyone has any advice. Maybe they have done this before, or maybe they have done something similar and would like to share some experiences. Thanks in advance, Jeremy. Jeremy Pullicino C++ Developer Homepage
-
Hi, This might sound like an impossible task, but I am attempting it anyway. I have a project in VC 7 which uses some of the ATL functions that come with VC 7. I require to compile this project in VC6. As far as i know, there should be no technical limitations in doing this. I am currently copying the ATL files which I am dependent on to my project and attempting to compile that on VC 6. Unfortunately I am getting compile errors, so I was wondering if anyone has any advice. Maybe they have done this before, or maybe they have done something similar and would like to share some experiences. Thanks in advance, Jeremy. Jeremy Pullicino C++ Developer Homepage
You shouldn't assume that there won't be technical issues; VC7 is a different compiler, and is stricter but more compliant. It is likely that the ATL headers might use new features. What are the features in 7 that you need, and why must you use VC6? Steve S
-
Hi, This might sound like an impossible task, but I am attempting it anyway. I have a project in VC 7 which uses some of the ATL functions that come with VC 7. I require to compile this project in VC6. As far as i know, there should be no technical limitations in doing this. I am currently copying the ATL files which I am dependent on to my project and attempting to compile that on VC 6. Unfortunately I am getting compile errors, so I was wondering if anyone has any advice. Maybe they have done this before, or maybe they have done something similar and would like to share some experiences. Thanks in advance, Jeremy. Jeremy Pullicino C++ Developer Homepage
Had similar problems trying to 'port' ATL7 AtlMime classes to VC6. still lokking for a solution.
Hush,hush... thought I heard you call my name now. Kula Shaker. Amit Dey Latest articles at CP -
Writing Word addins Office addin