POV-Ray : Newsgroups : povray.unofficial.patches : WinMegaPOV : Re: WinMegaPOV Server Time
2 Sep 2024 02:20:09 EDT (-0400)
  Re: WinMegaPOV  
From: Thorsten Froehlich
Date: 13 Jun 2000 10:27:26
Message: <394644ce@news.povray.org>
In article <3945D3F5.179B33A2@hotmail.com> , Pabs <pab### [at] hotmailcom>  
wrote:

> I am not sure if other platform specific versions of WIN_WhereError
> exist (none in the dos src - maybe there is one in the mac/other gui
> src) and if they do perhaps a define of WHERE_ERROR could be used in
> config.h to determine the correct one for the specific platform (just
> like other platform specific functions) and in tokenize.c do
> #ifndef WHERE_ERROR
> #define WHERE_ERROR(a,b,c,d,e) WIN_WhereError(a,b,c,d,e)
> #endif
> so that compile errors do not occur when the specific platform does not
> have its own version of this function

Just use the UICB_xx family of macros, no need to define a new one. See
frame.h to find out more about the macros, and use a multi-file search to
find out where they are used in the source.


     Thorsten


Post a reply to this message

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