POV-Ray : Newsgroups : povray.programming : POVWIN 3.1a source code. : Re: POVWIN 3.1a source code. Server Time
29 Jul 2024 10:23:55 EDT (-0400)
  Re: POVWIN 3.1a source code.  
From: Ron Parker
Date: 22 Oct 1998 12:33:35
Message: <362f504f.0@news.povray.org>
On Tue, 20 Oct 1998 13:08:40 GMT, povray.org admin team 
	<new### [at] DESPAMpovrayorg> wrote:
>We've re-released this (same place). Please check it again. We didn't fix the
>comctrl32.lib problem with vc5 since we're not familiar with that tool.

Okay, I've tested it again, this time with VC6 since I no longer have VC5 on
this machine.  If you'd like, I can donate my fixed VC6 project files.  Here's 
what I found:

1) The include path is wrong for the povray project in the release build.  It 
refers to libpng instead of lpng101.  I'm not sure how I missed this one last
time; perhaps png.h was in my include path already.

2) COMMONCTRL_VERSION must be defined to 0x400 or higher in both the release 
and debug builds to get a clean compile of pvtext.c and pvdialog.c.  I didn't 
see this defined in any of the standard include files; perhaps it's a 
compiler-specific thing?

3) comctl32.lib is still missing from the libraries in the release build, but 
you knew that one.

4) The blue rock background still has that line of random pixels.  This isn't
important enough to fix, but I mention it for completeness.

5) Finally, I get the following interesting warnings.  I've edited out the 
type conversion warnings, as they aren't terribly interesting and there are
well over 700 of them.  The 'unreferenced local variable' ones aren't 
interesting either unless you thought you were using them, but just in case
you did...

Compiling resources...
F:\myfiles\winsrc2\windows\PVENGINE.RC (113): warning RC2182 : 
	duplicate dialog control ID 3045
Compiling...
PARSTXTR.C
F:\myfiles\winsrc2\PARSTXTR.C(165) : warning C4013: 
	'Read_BMP_Image' undefined; assuming extern returning int
POVRAY.C
F:\myfiles\winsrc2\POVRAY.C(1043) : warning C4013: 
	'Get_BMP_File_Handle' undefined; assuming extern returning int
TRUETYPE.C
F:\myfiles\winsrc2\TRUETYPE.C(896) : warning C4101: 
	'i' : unreferenced local variable
TXTTEST.C
F:\myfiles\winsrc2\TRUETYPE.C(2911) : warning C4700: 
	local variable 'len' used without having been initialized
VBUFFER.C
F:\myfiles\winsrc2\VBUFFER.C(394) : warning C4101: 
	'size' : unreferenced local variable
PVENGINE.C
F:\myfiles\winsrc2\windows\PVENGINE.C(4719) : warning C4101: 
	'st' : unreferenced local variable
PVFILES.C
F:\myfiles\winsrc2\windows\PVENGINE.C(2255) : warning C4700: 
	local variable 'statbuf1' used without having been initialized


Post a reply to this message

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