Hello.
Hello.
I need to use Fast Fourier transform from SDL Component Suite(library for Delphi)
I'm using Delphi for the first time.
I have Delphi XE4 Lite instaled on my Windows 7.
I've installed SDL Component Suite.
How to import modules from the library? I've found only *.dcu and *.dcr files.
I need to use Fast Fourier transform from SDL Component Suite(library for Delphi)
I'm using Delphi for the first time.
I have Delphi XE4 Lite instaled on my Windows 7.
I've installed SDL Component Suite.
How to import modules from the library? I've found only *.dcu and *.dcr files.
The path is already added. But I get error message "Cannot resolve unit name 'SDL_Fourier' at line 11" This is screenshot -> http://plasmon.rghost.ru/47235328/image.png
ReplyDeleteThe screenshot you've linked shows $(BDS)\lib\SDL\X4 and the Explorer shows D:\Lib\SDL\X4. Have you tried using an absolute path in the IDE?
ReplyDeleteBDS is a variable defined by Delphi, but I've never used it before.
Oh, and turn off Error Insight. It's broken and does not work.
Martin Wienold Thanks.
ReplyDelete