POV-Ray : Newsgroups : povray.unofficial.patches : Support VC .NET : Support VC .NET Server Time
28 Sep 2024 16:53:36 EDT (-0400)
  Support VC .NET  
From: JenniferJ
Date: 7 Jan 2004 15:00:03
Message: <web.3ffc64d3e05b701c9fd50ea0@news.povray.org>
Hello,
The 3.5 version for Windows couldn't be compiled by VC.NET. Is there a plan
on supporting it? The changes are not so many. I tried it with the
following changes.
1. "iosteam.h" is end of lifed in VC .NET. So need to change it to "iosteam"
in file "ztimer.h"
2. all other changes are related to compile-time errors from math functions.
VC.NET is more restrict on syntax, so it issues errors for pow(2,2). It
should be pow((double)2,2). pow() is one of the math functions, there're
also sqrt(),fabs...

Thanks very much,
Jennifer


Post a reply to this message

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