'Generating code' and stop in building release mode (Visual Studio 2005 )
- by cchcc
Hi! I have a problem about release build
I'm using Visual Studio 2005. The project is worked on MFC
When I build the project what I working in debug mode, It builds done successfully.
but in release mode, Output window shows next
1Compiling resources...
1Linking...
1Generating code
and then.. it doesn't pass.
It seems like be stoped.
After 20 min ,I just canceld build.
It has been built well before.
I just added some files(.h .cpp) and resorces(.bmp), not special code
and it happened.
Do you have any idea about that?
please help me