POV-Ray : Newsgroups : povray.general : what the hell :-) : Re: what the hell :-) Server Time
7 Aug 2024 05:20:14 EDT (-0400)
  Re: what the hell :-)  
From: Ron Parker
Date: 16 Nov 2001 08:03:58
Message: <slrn9va3lv.f46.ron.parker@fwi.com>
On Thu, 15 Nov 2001 20:12:27 -0500, Mahalis wrote:
> Dang. Does anyone know of a way to do this (fake registry entries)?

I assume what you're wanting to do is make POV think there's an entry there
when there's actually not, to get around some sort of administrative control
on the Registry.  Offhand, I'd say there's no such thing, because that would
sort of defeat the purpose of administrative control.

However... an administrator who allows you to install software but doesn't
allow you to modify the registry hasn't really thought it all through.  
There's nothing keeping you from creating a program that injects a small
DLL into POV's address space, then having that DLL redirect all calls to 
the appropriate registry functions to your fake versions.  Nothing like
this actually exists, that I know of, but there is sufficient documentation 
in various places for a talented Windows programmer to write it.

-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbt 1}hollow interior{media{emission T}}finish{
reflection.1}}#end Z(-x-x.2y)Z(-x-x.4x)camera{location z*-10rotate x*90}


Post a reply to this message

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