Hey guys,

Allthough I'm fairly experienced with delphi, sometimes I run into some simple yet annoying problems. For example, I would like to run the "Aliens" demo now, which requires sdl_image. So I added "SDL_Image\pas\" to the search path (in project options, not enviroment), but it didn't help. It can't find the DCU (because it isn't there).

I thought that when I press Ctrl+F9 (build) delphi would automatically find all *.pas files used in the project and then generate the corresponding *.dcu's which are then used. Why isn't that the case now?

When does delphi turn *.pas into *.dcu EXACTLY?

Thanks