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.

Comments

  1. 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

    ReplyDelete
  2. The 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?
    BDS 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.

    ReplyDelete

Post a Comment