Jump to content

Unigui charts


Stripes

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...