Click here to Skip to main content
15,888,193 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi !
I'm using VC6 to design a software
In this project, I need to use atlenc.h, atlstr.h, atltime.h but, in ATL3.0 (version for VC6)
do not included it. (There header included by ATL 9.0 in VS2008)
Are you have any way to using it in my code (VC6.0)

Best Regards !
Posted
Updated 8-Jan-14 22:04pm
v2
Comments
Ron Beyer 6-Jan-14 23:14pm    
Why not just update to a newer version of VC++? You can download a fully functional free version from here
Mạnh Lê 7-Jan-14 2:16am    
Oh. no,
My solution is too large.
If I update to newer version, I'm need some long time to fixed error. I have tried.
KarstenK 7-Jan-14 3:02am    
re-write the missing parts of these headers, or build a lib or dll with VS2008 and use it in VC 6.

Remember: VC6 is outdated and obsolete. Your job is to cleanup the work from 2008.
Mạnh Lê 7-Jan-14 3:14am    
Thank. I'm thinking create dll file, and using it for VC 6.

Thank you alot !

1 solution

This way for everyone have same problem.

Create a dll file with any function you need (in VS2008) and using this dll in VC6
Thank KarstenK !
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900