Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CrossTalk interface error
#1
Hi everyone,
I installed crosstalk. I added NET.mscorlib to the uses unit. But I am getting the following error while compiling. does anyone have an idea about this?

[Image: 1.jpg]

[Image: 2.jpg]

[Image: 3.jpg]

[Image: 4.png]

[Image: 5.png]
Reply
#2
(11-25-2022, 12:50 PM)delphi.developer Wrote: I added NET.mscorlib to the uses unit. But I am getting the following error while compiling. does anyone have an idea about this?

interface is a reserved keyword in Delphi, it can't be used as an identifier.

Reply
#3
(11-25-2022, 09:23 PM)rlebeau Wrote:
(11-25-2022, 12:50 PM)delphi.developer Wrote: I added NET.mscorlib to the uses unit. But I am getting the following error while compiling. does anyone have an idea about this?

interface is a reserved keyword in Delphi, it can't be used as an identifier.

you are right.I changed it to &interface. it works now. I hope it won't be a problem later.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)