D
Dan Trowbridge
Hi All,
I'm in the middle of porting code to VS.NET from VS6.0. My code compiles
fine under DEBUG mode but under RELEASE mode I get a compile-time error:
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\afxwin2.inl(1034) : error C2039: 'Enable3dControls'
: is not a member of 'CWinApp'
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\afxwin.h(4289) : see declaration of 'CWinApp'
I have no direct reference to the depreciated 'Enable3dControls' function
call. Am I referencing an old header file under RELEASE mode only?
Any ideas?
Thanks
Dan Trowbridge
I'm in the middle of porting code to VS.NET from VS6.0. My code compiles
fine under DEBUG mode but under RELEASE mode I get a compile-time error:
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\afxwin2.inl(1034) : error C2039: 'Enable3dControls'
: is not a member of 'CWinApp'
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\afxwin.h(4289) : see declaration of 'CWinApp'
I have no direct reference to the depreciated 'Enable3dControls' function
call. Am I referencing an old header file under RELEASE mode only?
Any ideas?
Thanks
Dan Trowbridge