PDA

View Full Version : RAD Delphi 2007 SDL lib problems



IchimaruGin
27-10-2007, 01:15 PM
hey guys ive been using delphi2007 a while now and i just installed it on my other pc and for some reason the SDL's are not working i linked them exactly like i did on this pc and they work fine anyone know if there is a fix or if im doing something wrong im heres my library link options settings

$(BDS)\lib;$(BDS)\Imports;$(BDS)\Lib\Indy10;$(BDSC OMMONDIR)\Dcp;C:\undelphix_1_07_f\Source\Dcu110;C: \undelphix_1_07_f\Source;C:\JEDI-SDLv1.0;C:\JEDI-SDLv1.0\SDL;C:\S2DLv1-10;C:\S2DLv1-10\Source

arthurprs
27-10-2007, 01:35 PM
Try add
C:\JEDI-SDLv1.0\SDL\Pas


if don't work, post what units delphi does not find..

cairnswm
27-10-2007, 01:48 PM
I normally move all the SDL .pas files into the JEDI-SDL\ directory so you only need to link to one directory instead of each of the sub directories.

IchimaruGin
27-10-2007, 01:48 PM
it dosnt find any of the units what so ever it as tho the files are not there even tho they are

[quote="cairnswm"]I normally move all the SDL .pas files into the JEDI-SDL\ directory so you only need to ]

ahh thx dude this fixed it sigh such trivial problems what apain :P