Page 1 of 1

Can a DLL be built that contains another DLL?

Posted: Wed Feb 19, 2020 8:03 pm
by trags3
Hi All,

The subject is my question but to clarify a little....

I need to build a DLL that accesses an FFT DLL but also includes some code to instruct the FFT as to where to look for the input, (ie a microphone) as well as some other information that the FFT DLL requires to efficiently process the audio that needs to be processed.

I have never worked with LC Builder but am now embarking on a new learning experience.

Thanks in advance for the help!

Tom

Re: Can a DLL be built that contains another DLL?

Posted: Wed Feb 19, 2020 10:02 pm
by trags3
Hi Again,

Or do I build a DLL containing all of the interface code and "Use" the FFT library in that DLL?

FFT = Fast Fourier Transform

Thanks
Tom