ctl3d.h / ctl3d32.lib not in VC++7.0

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

vibhesh

Hello,

I have my own UI controls library like MFC. I was using
ctl3d32.dll for the 3D look of my controls. Previously I
was using Visual C++ 6.0 compiler. Now I want to compile
my library on Visual C++ 7.0 compiler.

The problem is that the VC++7.0 compiler does not have
Ctl3d.h and ctl3d32.lib files. It only has ctl3d32.dll.

Note that I am not using MFC.

Thanks.
 
Back
Top