|
|
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
|
|
|
|
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
|
|