Hi,
I have an old Delphi7 project that I'm upgrading to Delphi XE2.
The resource expert generates reference to a number of files that I want to get rid of.
The file BUBBLEDI.dfm can't even be found.
How do I get rid of the reference to these files in the different languages in use?
(See list of files below)
AREAEDIT.dfm
ARROWEDI.dfm
AXISINCR.dfm
AXMAXMIN.dfm
BAREDIT.dfm
BRUSHDLG.dfm
BUBBLEDI.dfm
CUSTEDIT.dfm
FLINEEDI.dfm
GANTTEDI.dfm
IEDITCHA.dfm
PENDLG.dfm
PIEEDIT.dfm
SHAPEEDI.dfm
TEEABOUT.dfm
TEEGALLY.dfm
TEEPREVI.dfm
TEEXPORT.dfm
Regards,
Ole Petter
Missing file bubbledi.dfm in localized project
-
- Newbie
- Posts: 2
- Joined: Fri Jun 22, 2012 12:00 am
Re: Missing file bubbledi.dfm in localized project
Hi Ole Petter,
We are not sure to understand what are you exactly doing.
It would be helpful if you could explain it with more details, arranging a simple example project we can run as-is to reproduce the situation here.
Thanks in advance.
We are not sure to understand what are you exactly doing.
It would be helpful if you could explain it with more details, arranging a simple example project we can run as-is to reproduce the situation here.
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 2
- Joined: Fri Jun 22, 2012 12:00 am
Re: Missing file bubbledi.dfm in localized project
Hi again,
Thank you for your interest.
To my Delphi XE2 project I have added 2 extra languages.
The subdirectories for the extra languages contains a folder named vcl.
In the project manager the project expects the file BUBBLEDI.DFM to be present in that directory.
But it doesn't exist.
I found that another user has had the same problem and found a solution to it.
http://www.borlandtalk.com/ite-and-teec ... 04166.html
The solution is to copy the VCLTee.TeeBubbleEdit.dfm from the library folder to the project\language\vcl folder and rename it to BUBBLEDI.DFM
Then it works.
I don't know if this is a bug in Delphi or TeeChart.
Anyway I found a workaround.
Regards,
Ole Petter
Thank you for your interest.
To my Delphi XE2 project I have added 2 extra languages.
The subdirectories for the extra languages contains a folder named vcl.
In the project manager the project expects the file BUBBLEDI.DFM to be present in that directory.
But it doesn't exist.
I found that another user has had the same problem and found a solution to it.
http://www.borlandtalk.com/ite-and-teec ... 04166.html
The solution is to copy the VCLTee.TeeBubbleEdit.dfm from the library folder to the project\language\vcl folder and rename it to BUBBLEDI.DFM
Then it works.
I don't know if this is a bug in Delphi or TeeChart.
Anyway I found a workaround.
Regards,
Ole Petter