POV-Ray : Newsgroups : povray.programming : How to Build a GUI Extension to POV-Ray for Windows. : Re: How to Build a GUI Extension to POV-Ray for Windows. Server Time
28 Jul 2024 14:22:37 EDT (-0400)
  Re: How to Build a GUI Extension to POV-Ray for Windows.  
From: Andrew Wilcox
Date: 7 Aug 2002 17:55:17
Message: <3d519745$2@news.povray.org>
If you want to suspend the warnings about args no used from BCC, put the
following #pragma before each method where these warnings are declared.

#pragma argsused

Man, makes compiling and debugging a little less painful. :-)

Also there's a news group for help with the command line tools.

http://info.borland.com/newsgroups/cppnewsdesc.html#cppide

Look at borland.public.cpp.commandlinetools.

That's where I found the tip above.

Andrew Wilcox


Post a reply to this message

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