Hi, I cannot build a project, as it returns:
[DCC Error] MemIni.pas(867): F2039 Could not create output file 'C:\Program Files\SiComponents\TsiLang\Units\MemIni.dcu'
Why is this happening.
Any ideas?
Never had such a problem before?
Regards
Adrian
Search found 13 matches
- Thu Jan 15, 2009 6:48 pm
- Forum: TsiLang Components Suite
- Topic: Just installed Tsilang 6.3.1.0 D2007 .. cannot build project
- Replies: 1
- Views: 6533
- Sun Jul 03, 2005 1:17 pm
- Forum: TsiLang Components Suite
- Topic: Could you add usefull function?Re:Translation Editor-Strings
- Replies: 2
- Views: 7775
Could you add usefull function?Re:Translation Editor-Strings
When you have ported in hundreds of strings in the translation editor, and after translating those that you realise you need, and then want to delete those you don't need, it becomes a laborious task deleting one row at a time. Can you update your grid to allow for multiline select and delete. This ...
- Sun Jul 03, 2005 1:12 pm
- Forum: TsiLang Components Suite
- Topic: Translating ReportBuilder Reports
- Replies: 5
- Views: 13896
:D Well .. I don't know what I did wrong the first time. But having to port dlls using the ReportBuilder Translation tool, just gave me the incentive to try again. This time I carefully approached the whole matter, and coupled the resource strings to the MainForm of my project. I carefully searched ...
- Sat Jul 02, 2005 4:01 pm
- Forum: TsiLang Components Suite
- Topic: How about custom support for Report Builder
- Replies: 1
- Views: 6212
How about custom support for Report Builder
:idea: How about custom support for Report Builder reporting tool. They have a translation tool using Borlands .res files, and it works, but requires porting dll's with your app, and I just like the feel of siLang, user friendly interface and excellent functionality so much, hope you will consider. ...
- Sat Jul 02, 2005 3:51 pm
- Forum: TsiLang Components Suite
- Topic: Translating ReportBuilder Reports
- Replies: 5
- Views: 13896
ReportBuilder Offers a translation tool, but unfortunately requires dll's be ported with your app. For now this works, but is a most disappointing solution. Could you perhaps consider Direct ReportBuilder Support in a future version. PS the Resource strings also didn't work as expected. Regards Adri...
- Thu Jun 16, 2005 7:51 pm
- Forum: TsiLang Components Suite
- Topic: Feature Request: - Extended translations
- Replies: 5
- Views: 11687
- Thu Jun 16, 2005 7:24 pm
- Forum: TsiLang Components Suite
- Topic: Translating ReportBuilder Reports
- Replies: 5
- Views: 13896
Translating ReportBuilder Reports
This is quite a complex procedure. I'm having great difficulty with the system variables.. ie: ppSystemVariable1 .. which is set to a page numbering variable vtPageSetDescr. It then displays: page 1 of 15 I cannot control this, and want to translate this to read: bladsy 1 van 15 Any suggestions here...
- Thu Jun 16, 2005 7:18 pm
- Forum: TsiLang Components Suite
- Topic: TsiLang Components Suite Version 6.0!
- Replies: 8
- Views: 23800
- Mon Jun 13, 2005 6:20 pm
- Forum: TsiLang Components Suite
- Topic: Feature Request: - Extended translations
- Replies: 5
- Views: 11687
- Mon Jun 13, 2005 3:53 pm
- Forum: TsiLang Components Suite
- Topic: Feature Request: - Extended translations
- Replies: 5
- Views: 11687
- Mon Jun 13, 2005 10:52 am
- Forum: TsiLang Components Suite
- Topic: Feature Request: - Extended translations
- Replies: 5
- Views: 11687
Feature Request: - Extended translations
Could we get the ability to move a label that has been selected in extendedtranslations on the form to its new position for the translated label, without having to physically type in the pixel value for label1.left.
Thanks
Fantastic product
Adrian
Thanks
Fantastic product

Adrian
- Mon Jun 13, 2005 10:46 am
- Forum: TsiLang Components Suite
- Topic: Switching languages on Login form. Mainform does not reflect
- Replies: 3
- Views: 9353
The only difference is that your login form is not in the autocreate of the project. You are also using silangLinked, while I'm using siLang. I moved the CustomLoginForm from autocreate, and now it is working as I would expect. Could you perhaps ellucidate the reason for this? Thanks for your prompt...
- Sun Jun 12, 2005 8:27 pm
- Forum: TsiLang Components Suite
- Topic: Switching languages on Login form. Mainform does not reflect
- Replies: 3
- Views: 9353
Switching languages on Login form. Mainform does not reflect
I have a Delphi project I'm translating. Mainform, and CustomLoginForm are autocreate. All other forms not. The project starts by running the mainform. On the mainform I have: siLang1, and siLangDispatcher1 On CustomLoginForm I have siLang1.LangDispatcher := MainForm.siLangDispatcher1 On running the...