I have just co'd the latest CVS, when I go to build, I get :
error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup
So, it would appear it is trying to build as a DOS console application, not a Windows one.
Im a UNIX programmer, not a Windows one, so am not totally au-fait with VS.NET - how do I change the type of an existing project ?

