POV-Ray : Newsgroups : povray.programming : htmlhelp Server Time
28 Jul 2024 10:14:21 EDT (-0400)
  htmlhelp (Message 1 to 6 of 6)  
From: Rafal 'Raf256' Maj
Subject: htmlhelp
Date: 8 Aug 2002 07:18:54
Message: <Xns926486D6629F1raf256com@204.213.191.226>
When can I download htmlhelp library ?

-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: ABX
Subject: Re: htmlhelp
Date: 8 Aug 2002 07:27:13
Message: <01l4lugr0rhs5k7nc5utjdep3rsvjub0mg@4ax.com>
On 8 Aug 2002 07:18:54 -0400, "Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote:
> When can I download htmlhelp library ?

If you mean library then perhaps it could help
http://www.google.com/search?q=download+htmlhelp.lib.
If you mean package then
ftp://ftp.povray.org/pub/povray/Official/Windows/hhupd.exe

This was also mentioned just a few posts above in this group:
http://news.povray.org/Xns92646A6EF5BPhiLho%40204.213.191.226

ABX


Post a reply to this message

From: Rafal 'Raf256' Maj
Subject: Re: htmlhelp
Date: 8 Aug 2002 16:43:07
Message: <Xns9264E67D1E75Braf256com@204.213.191.226>
ABX <abx### [at] babilonorg> wrote in
news:01l4lugr0rhs5k7nc5utjdep3rsvjub0mg@4ax.com 

>> When can I download htmlhelp library ?
> If you mean library then perhaps it could help

I just want to fix this problem :

#include <htmlhelp.h> // if compile fails here, you presumably didn't read 
// the README.TXT ...

I do read readme, and I downloaded hhupd but it didn't help.
Everyone who writes/compiles Pov for win32 have this htmlhelp.h, so can 
somebody PLEAS email it, or why not just put it on pov's FTP ? or 
distribute it with Pov's source


> ftp://ftp.povray.org/pub/povray/Official/Windows/hhupd.exe

no - only shows MsgBox - "You have already uptodate version instaled"

> http://www.google.com/search?q=download+htmlhelp.lib.

Download Now :
HelpDocs.ZIP  - 1,349 Kb
hhupd.exe  - 717 Kb
htmlhelp.exe  - 3,426 Kb
htmlhelpj.exe -  1,412 Kb

ok, I will try it



-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Rafal 'Raf256' Maj
Subject: Re: htmlhelp
Date: 8 Aug 2002 16:45:39
Message: <Xns9264E6EAB4C91raf256com@204.213.191.226>
"Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
news:Xns### [at] 204213191226 

> htmlhelp.exe  - 3,426 Kb

ok this is this file :)
stupid question now - as I mentioned I do not use VC++, I work in 
CBuilder/DJGPP. I have this .h file, some .lib / .dll files - how exacly 
can I add this library to VC++ project so I can finaly compile Povengine ?

-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Philippe Lhoste
Subject: Re: htmlhelp
Date: 9 Aug 2002 03:21:10
Message: <Xns92655EFA278BDPhiLho@204.213.191.226>
"Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
news:Xns### [at] 204213191226: 

> "Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
> news:Xns### [at] 204213191226 
> 
> stupid question now - as I mentioned I do not use VC++, I work in 
> CBuilder/DJGPP. I have this .h file, some .lib / .dll files - how
> exacly can I add this library to VC++ project so I can finaly compile
> Povengine ? 

If you don't use VC++, you shouldn't use the VC++ projects. The .dsw and 
.dsp files are Microsoft specific, although miraculously in text format, 
not a misterious binary one, so we still can hack it.

I suggest you take a look at the povray-icl.mak file instead, because it 
looks much more like a regular makefile. You probably need to change it 
heavily, though, most notably in the command line options...

Or perhaps somebody already has made a semi-standard makefile that he can 
share with you.

Regards.

-- 
--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--
Philippe Lhoste (Paris -- France)
Professional programmer and amateur artist
http://jove.prohosting.com/~philho/


Post a reply to this message

From: Chris TRIBBECK
Subject: Re: htmlhelp
Date: 12 Aug 2002 05:19:34
Message: <3d577da6$1@news.povray.org>

Xns### [at] 204213191226...
> "Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
> news:Xns### [at] 204213191226:
>
> > "Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
> > news:Xns### [at] 204213191226
> >
> > stupid question now - as I mentioned I do not use VC++, I work in
> > CBuilder/DJGPP. I have this .h file, some .lib / .dll files - how
> > exacly can I add this library to VC++ project so I can finaly compile
> > Povengine ?
>
> If you don't use VC++, you shouldn't use the VC++ projects.

C++ Builder 6 allows users to use VC++ projects. You need to convert the
.lib files into C++Builder files (I think the command's libimport.exe, but
best check on the C++ Builder FAQs which explain how to import VC++ lib
files http://community.borland.com/downloads/ti-faq/cpp-faq.zip).

Chris Tribbeck


Post a reply to this message

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