PDA

View Full Version : problems with gordian knot and delphi


scrat
7th April 2003, 21:53
hey!

i have some problems with the source-code of gordian knot and delphi.
when i open the GordianKnot.dpr with delphi 7 i get the following error:
' Clsss TDeftEdit not found. Ignore the error and continue?
NOTE: Ignoring the error may cause components to be deleted or property values to be lost.'

so what's with this TDeftEdit? what shall i do to get not this error?


greetings,
scrat

len0x
8th April 2003, 21:08
[In Delphi] goto Component -> Install Component
then browse for Md5DeftEdit.pas (in components folder of GK)
compile and install it.

Then all you have to do is to make sure that library path includes path to Md5DeftEdit.dcu (which you compiled during first step)

That's it.

scrat
8th April 2003, 21:12
thanks a lot.

now it works fine.