Results 1 to 4 of 4

Thread: RAD Delphi 2007 SDL lib problems

  1. #1

    RAD Delphi 2007 SDL lib problems

    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

  2. #2

    RAD Delphi 2007 SDL lib problems

    Try add
    C:\JEDI-SDLv1.0\SDL\Pas


    if don't work, post what units delphi does not find..
    From brazil (:

    Pascal pownz!

  3. #3
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    RAD Delphi 2007 SDL lib problems

    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.
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  4. #4

    RAD Delphi 2007 SDL lib problems

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •