'Generating code' and stop in building release mode (Visual Studio 2005 )

Posted by cchcc on Stack Overflow See other posts from Stack Overflow or by cchcc
Published on 2010-04-30T02:48:12Z Indexed on 2010/04/30 2:57 UTC
Read the original article Hit count: 203

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

1>Compiling resources... 1>Linking... 1>Generating 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

© Stack Overflow or respective owner

Related posts about release-mode

Related posts about compile