April 23, 200917 yr hi,When i try to compail a c++ code in VC++ 2008 i am getting a error as mention belowError 2 error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format let me know what i need to do ot remove this error
April 23, 200917 yr You'll have to change the line endings from 'CR' to either 'CR LF' (Dos,Windows) if 'LF' (*nix). There are many ways to accomplish this. One of them:Open the file in PsPad, Click on Format->Dos, and save the file.
Create an account or sign in to comment