|
Posted by £Ã£Î£¹£¹ on December 28, 2005, 2:31 am
Please log in for more thread options
Hi all:
I started a VC/SmartDevice project under VC 7.0, But the CFile class seems
don't works, I wonder is it because of the specific project I choose?
The innocent statement like:
CFile file;
if ( ! file.Open( _T("C:\Test.txt", CFile::modeRead ) )
{
return;
}
is always invalid, the if statement always evaluate to TRUE
I wonder is there's some inherent problem?
|