Build process stuck

Hi all

I am trying to build an SDL based app and find that more often than not,
I am getting this error and that VC++ 6.0 gets stuck in build mode when
I press F5 to build my app and hitting the stop build button has no
effect. I have to manually end the program.

Here is the error:
MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib "msvcrt.lib"
conflicts with use of other libs; use /NODEFAULTLIB:library

Could it have anything to due with the fact that I had the Express Beta
2005 installed as I was trying to use it to build my SDL app? I didn’t
have any luck, installed VC++ 6.0 and then uninstalled the Express Beta.

It is strange, as before I even installed the Express Beta, I mainly
used VC++ 6.0 and never got any errors like this one, nor any build
processes that were stuck.

Thanks.
Don