Jump to content

Recommended Posts

Posted

Hi I am running xe2, installed Unigui 93.1.100

All is working perfectly, but when i create a new unigui project with the wizard and drop a Tunichart on my new Main form i cant compile.

The error is Chart.dcu not found! Any help would be much appreciated. I went back and check my framework and unigui installations, all is perfect everything is installed and built on the group project. I can't seem to get past this.

 

Thanks

Posted

What XE2 version are you running ?

I think the problem is not with unigui, but I wonder unigui use TeeChart's

base. Check if that component is installed first.

 

Looking at my delphi xe4 I found the same problem.

To fix it, at unit UniChart exchange the name of units on uses session.

 

Chart -> VCLTee.Chart

TeEngine -> VCLTee.TeEngine

TeeProcs -> VCLTee.TeeProcs

Series -> VCLTee.Series

 

Doing this you probably will fix that error.

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...