When I migrant the project from vc6.0 to vc2003 and rebuild it, there's always a 'C2059 newline' erro.
One of the source file is as follows:
///////////////////////////////////////////////////////////////////////////////
// Imports
#import "c:\program files\common files\system\ado\msado15.dll" no_namespace rename ( "EOF", "adoEOF" )
#import "c:\program files\common files\Microsoft Shared\CDO\cdoex.dll" no_namespace
#import "c:\program files\exchsrvr\bin\cdoexm.dll" no_namespace
#include "cdoexstr.h"
#include "cdoexerr.h"
#include <Clusapi.h>
.......
the copiling erro is
error C2059: syntax error : ˇ°newlineˇ±
fatal error C1903: unable to recover from last error, compilin
Any one who can help me Thanks a lot