DelphiXE2 and Mathcad Automation
Hi all,
this is my first post to this forum so please be patient with me 🙂
I have troubles to use the Mathcad Automation Type Library (MathCad v15) in Delphi XE2.
When i import the library to my project, its not possible to compile anymore.
Following error occures in the source of my exe
Application.Initialize -> [DCC Error] ump.dpr(14): E2018 Record, object or class type required
Application.MainFormOnTaskbar := True; -> [DCC Error] ump.dpr(14): E2018 Record, object or class type required
Application.CreateForm(TForm1, Form1); -> [DCC Error] ump.dpr(14): E2018 Record, object or class type required
Application.Run; -> [DCC Error] ump.dpr(14): E2018 Record, object or class type required
This is how the TLB was imported::
View -> Registered Type Libraries -> Choosing Mathcad Automation API -> Import -> Adding unit to project
What am i doing wrong?

