Results 1 to 3 of 3

Thread: Delphi 7 help please

  1. #1
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts

    Delphi 7 help please

    Hi guys,
    I've got Delphi 7 personal edition,and am trying to compile source files from delphi 7 professional, how to I ensure that I've got all of the required sources?
    It's a bit mad, as I'm trying to work out the exact behaviour of an application designed by a client which seems to be eating connections to MySQL through a third party tool called CoreLab MyDAC 4.40 for Delphi 7

    It's quite annoying as it pops up requests for certain compiler components which aren't part of delphi until 7.1 despite the build apparently being done until 7.0

    Has anyone any expertise in Delphi?
    Last edited by scottyman; 07-02-2007 at 09:41 AM.

  2. #2
    Senior Member
    Join Date
    Jan 2006
    Location
    hull
    Posts
    210
    Thanks
    1
    Thanked
    1 time in 1 post
    go to project menu and then options
    in the Directories/Conditionals tab
    click on the "..." button next to the Search path and add the required file's path here ( .dcu files).

    This is for 3rd party class flies only.

    depends on the component types , there is also a thing called package. You'll need to open then in delphi and install then that way.
    Last edited by HyeongSeong; 07-02-2007 at 10:43 AM.
    _______________________________________________
    People know how to read a book with words but not a book without words. People know how to play a stringed instrument, but not one without strings.
    If you only know how to recognize something practical and nothing spiritual, how can you appreciate the wonders of music and books.

    형성

  3. #3
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts
    yeah - no he didn't provide everything required for the build.
    plus it won't run on XP regardless - it's a bit hopeless and annoying.

    mind you i've determined that his code opens a new database connection for every query, but assumes that mysql will close the connections (he's using a 3rd party mysql dac) within a timely period.
    awful design

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. People want to hire me !??!
    By killgORE in forum General Discussion
    Replies: 20
    Last Post: 01-07-2004, 05:34 AM
  2. Delphi help
    By THCi in forum Software
    Replies: 4
    Last Post: 01-10-2003, 12:09 PM

Posting Permissions

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