POV-Ray : Newsgroups : povray.off-topic : DFT and FFT : Re: DFT and FFT Server Time
9 Oct 2024 20:52:07 EDT (-0400)
  Re: DFT and FFT  
From: Mike Raiford
Date: 20 Jan 2009 10:24:30
Message: <4975ecae$1@news.povray.org>
Invisible wrote:

> 
> Heh. As if I could *ever* do that... I don't even know how DLLs work!
> 

Oh, now. DLLs aren't big scary things. They're just libraries. Creating 
a DLL project in Visual C is a snap. Then you just create the functions 
you want to export using the extern "C" __declspec( dllexport ) 
decoration on the function.

>> You'll of course need to download the DirectX SDK for that to work.
> 
> That's the easy part. ;-)

Depends ... ;) if you're impatient like me it's excruciating.
-- 
~Mike


Post a reply to this message

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