POV-Ray : Newsgroups : povray.programming : povray crashes : Re: PovRay and GUI shell (was: povray crashes) Server Time
29 Jul 2024 14:14:29 EDT (-0400)
  Re: PovRay and GUI shell (was: povray crashes)  
From: Mathias Broxvall
Date: 11 May 1998 18:00:39
Message: <1d8w216.vc349011w8lr0N@dialup122-3-36.swipnet.se>
>       Yeah, it easy, you just write the public interfaces in C, rather than C++,
> then name mangling doesn't matter as all the mangled names are kept within
> the library.

Great! Sorry if this question isn't realy about programming povray:

Are there a standard for it? I have seen the following in some
of my system headers, is it the same on other platform to?

extern "C" {
  ...
  /* All my great C prototypes here */
  ...
}


Post a reply to this message

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