Feb 21, 2005

BCB or VS2003?

Oh my god.
I spent so much time on compiling my project by MS Visual Studio .Net 2003!
I used BCB 6 before. And the project is done.
DDJ said that Intel C++ Compiler (ICC) is the fastest compiler. OK, but it must run with Visual C++ 6 or above!
NCTU bought the right of using so many MS products in school. Thus I have VS2003.
At first, it's cannot be compiled by VS2003! After a lot of settings are done, it's OK.
Then, it's cannot be compiled by ICC! A sucking fatal error : Internal error during pass 2.
Who knows what happened in its pass 2?
I found that the error may be caused by mspdb71.dll but I don't know why.
Thanks for the great help of MSDN. From the document, the mspdb71.dll seems only used in debug mode.
Change the configuration to Release, it's OK!!
But the built EXE file cannot run....orz....
I still have no idea. I DO NOT want to know why! ICC really sucks!

I feel that the help document of BCB6 is better than MSDN....
Some examples in MSDN are too complex, and,
there is no easy example about _beginthreadex().

It's a ....bad story....

No comments: