M
mphanke
Hi,
just in case this is somewhat new:
myfile.h(677): fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more
information
And this is line 677:
Rectangle rCPicL(offset_L, (int)(rCPicHeadL.Bottom), width_halbe,
(width_halbe*3)/4);
This error occured when I tried to remove a couple warnings and added
the (int)(rCPicHeadL.Bottom) cast.
Everything compiles just fine when I remove the (int)(...) cast.
Martin
just in case this is somewhat new:
myfile.h(677): fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more
information
And this is line 677:
Rectangle rCPicL(offset_L, (int)(rCPicHeadL.Bottom), width_halbe,
(width_halbe*3)/4);
This error occured when I tried to remove a couple warnings and added
the (int)(rCPicHeadL.Bottom) cast.
Everything compiles just fine when I remove the (int)(...) cast.
Martin