. Then it still complained it would not find the "sdl.dll":
Linking...
c++.exe: SDL.dll: No such file or directory
I have found that file on
C:/upp/sdl/lib/sdl.dll
. I have tried to add this path in "Project / Main Package configuration", but did not succeed. I have also added the packages "Core, Draw, SdlExample".
Obvious i need to tell the path of the *.dll, but don't know where. Can someone give me a pointer?