POV-Ray : Newsgroups : povray.programming : Undefined symbol RBN_HEIGHTCHANGE ? Server Time
29 Jul 2024 04:23:15 EDT (-0400)
  Undefined symbol RBN_HEIGHTCHANGE ? (Message 1 to 2 of 2)  
From: Ralph Stuermer
Subject: Undefined symbol RBN_HEIGHTCHANGE ?
Date: 18 Nov 1998 07:29:11
Message: <3652bd97.0@news.povray.org>
Hallo,

Error:         pvengine.c(3920,35):Undefined symbol 'RBN_HEIGHTCHANGE'
Compiler:  BorlandC++ 5.02
Source:      file: povwin_s.zip    size: 1.750.496      date: 20.10.98

Whats wrong?
I dont found the symbol RBN_HEIGHTCHANGE.

--
Ciao
Ralph Stuermer
---
Darmstadt University of Technologie
Institute for Structural Analysis
email <stu### [at] statiktu-darmstadtde>


Post a reply to this message

From: Ron Parker
Subject: Re: Undefined symbol RBN_HEIGHTCHANGE ?
Date: 18 Nov 1998 10:12:22
Message: <3652e3d6.0@news.povray.org>
On Wed, 18 Nov 1998 13:29:01 +0100, Ralph Stuermer 
	<stu### [at] statiktu-darmstadtde> wrote:
>Hallo,
>
>Error:         pvengine.c(3920,35):Undefined symbol 'RBN_HEIGHTCHANGE'
>Compiler:  BorlandC++ 5.02
>Source:      file: povwin_s.zip    size: 1.750.496      date: 20.10.98
>
>Whats wrong?
>I dont found the symbol RBN_HEIGHTCHANGE.

You probably either need a new commctrl.h (part of the 
Platform SDK) or you need to make sure _WIN32_IE is
defined properly.  Look in your commctrl.h and see if
you find it defined in there; if you do, you need to 
make sure COMMONCTRL_VERSION is at least 0x400 in your
POV makefile.  If you don't find it, you'll have to
get a more recent version of the Platform SDK.  I 
think you can get it from

http://msdn.microsoft.com/developer/sdk/bldenv.htm

You may have to register with MSDN online; I'm pretty sure 
that's a free service.


Post a reply to this message

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