ctl3d.h not found in VC++ 7.0 ???

  • Thread starter Thread starter vibhesh
  • Start date Start date
V

vibhesh

Hello,

I have my own class library.
When I tried to compile it on VC7, I got an error that
CTL3D.H not found.

I read somewhere that the MFC makes use of the CTL3D.DLL
internally.

Can any one help me out !!

Thanks,
Regards.
 
I have my own class library.
When I tried to compile it on VC7, I got an error that
CTL3D.H not found.

I read somewhere that the MFC makes use of the CTL3D.DLL
internally.

Ctl3d hasn't been needed since prior to Windows 95. I'd remove it's
use from your project.

Dave
 
Back
Top