POV-Ray : Newsgroups : povray.windows : unzip the source code error : unzip the source code error Server Time
1 May 2024 20:49:26 EDT (-0400)
  unzip the source code error  
From: yaoyansi2
Date: 12 Feb 2009 13:05:00
Message: <web.4994644c8d3e83f0a438dadb0@news.povray.org>
Hi, all
I download povwin-3.6, unzip to POVRAY_ROOT, open povray.sln and compile project
'povray', it's OK. But when i compile the project 'codemax', it complains:
editview.cpp(395) : error C2001: newline in constant
editview.cpp(395) : fatal error C1057: unexpected end of file in macro expansion

here is the code in POVRAY_ROOT\windows\codemax\source\editview.cpp:
L392:  if ( bMBCS )
L393:   { chTab = _T('^'); chSpace = _T('`'); }
L394:  else
L395:   { chTab = _T('?); chSpace = _T('?); }

The chars must be unziped error. Then I try 7zip to unzip the source package,
but fail again.

So, Is there anyone can tell me the correct chars on line 395 of editview.cpp?
Thank you.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.