POV-Ray : Newsgroups : povray.programming : err when compiling with icc in windows : Re: err when compiling with icc in windows Server Time
3 Jul 2024 07:21:08 EDT (-0400)
  Re: err when compiling with icc in windows  
From: Jevin
Date: 16 Jan 2004 15:45:02
Message: <web.40084c7f7a3bf37ce6ddb8ee0@news.povray.org>
ABX wrote:
>On Thu, 15 Jan 2004 23:21:26 EST, "Jevin" <jev### [at] NOSAPMfutagollccom>
>wrote:
>> It compiles fine with VC6 and VC6 using icc. But when I try to use just
>> nmake and the icc makefile I get that error. Any ideas?
>
>My htmlhelp.h contains line:
>
>#ifndef _WIN64
>#define DWORD_PTR DWORD
>#endif
>
>Do you have _WIN64 defined?
>
>ABX
>
No, and I shouldn't because im win32. If I just add a #define DWORD_PTR
DWORD without any if statements (and force it to be defined) it compiles
without error. Is htmlhelp.h incorrect?


Post a reply to this message

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