POV-Ray : Newsgroups : povray.programming : GUI Extension problem : Re: GUI Extension problem Server Time
29 Jul 2024 06:18:18 EDT (-0400)
  Re: GUI Extension problem  
From: Ron Parker
Date: 12 Aug 1998 12:47:17
Message: <35d1b905.0@news.povray.org>
On Wed, 12 Aug 1998 10:29:46 -0500, David Clutter
        <clu### [at] ncsauiucedu> wrote:
>Problem solved.  VC++ 5.0 doesn't support __export, so you need to write
>a .DEF file (and use the associated command line switch) to explicitly
>export the PovGuiExtensionGetPointers function.  You can use the dumpbin
>utility to see exactly which functions are exported from a DLL. 

However, VC++ 5.0 does support __declspec(dllexport) which does the same
thing.


Post a reply to this message

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