Search found 12 matches

by Andrue
Tue Jan 24, 2006 2:59 pm
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

Thanks, I got them. They installed and I can compile link statically. Oddly when I try to use run time packages the linker fails with 'can't find const.obj' but that's probably some more BDS silliness.

Thanks for all your help anyway :)
by Andrue
Tue Jan 24, 2006 1:50 pm
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

May be it would help if I just send you the compiled BDS2006 С++Builder packages and you install them? If you could that would be great, thanks! I've ll sent an email with our contact details. FWIW I suspect it's down to BDS silliness at our end. At some point I will try a clean BDS install but it'...
by Andrue
Tue Jan 24, 2006 11:51 am
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

D'oh! Well sort of. My colleague sent me a copy of what he claimed was the latest version. Turns out it wasn't. Although I downloaded it myself I must have run his version both times. I've d/loaded it again and although BDS still won't open your project my new project gets a lot further. It only fai...
by Andrue
Tue Jan 24, 2006 11:33 am
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

Thanks, I've added that to the project. I'm still running into a problem with uses. In particular: In siPropEditors the compiler complains at: {$IFNDEF DELPHI8} Menus, DesignIntf, DesignEditors, ComponentDesigner, Variants, DesignMenus, [Pascal Fatal Error] siPropEditors.pas(34): F1026 File not foun...
by Andrue
Tue Jan 24, 2006 8:55 am
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

This is a mystery! :) At leats it is good that it finally works for you. Well I still have to resolve some linker errors but for the moment I think they are unrelated VCL issues. I'm finding that BDS seems to have problems correctly adding LIBs to projects. Edit:Looks like my original project wasn'...
by Andrue
Mon Jan 23, 2006 4:39 pm
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

I found a solution but it's a bit weird. I recreated the package project by manually adding in the two .PAS files (siReg and siDialog) listed in the project you supply. I then added the CPP and clicked Install. 1.First thing I get a dialog telling me that the two PAS files need to be removed so I le...
by Andrue
Mon Jan 23, 2006 4:08 pm
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

Does Delphi 2006 identity work the same way as BCB? Yes but only if load just that personality. Loading all personalities produces an error about an invalid interface. After using the Delphi personality to install the packages I closed the IDE and reloaded as the C++ personality. On startup it comp...
by Andrue
Mon Jan 23, 2006 4:04 pm
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

isiticov wrote:Does Delphi 2006 identity work the same way as BCB?
Yes but only if load just that personality. Loading all personalities produces an error about an invalid interface.
by Andrue
Mon Jan 23, 2006 3:53 pm
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

Are you able see the TSiLang_C2006 in the Project Manager tree? (usually it is placed at the top-right of IDE desktop) Drat. Soemthing lost my reply. No, the project tree remains empty. If we manually add the .bdsproj into a new group BDS loads the last of our projects instead :-/ We've had no prob...
by Andrue
Mon Jan 23, 2006 3:28 pm
Forum: TsiLang Components Suite
Topic: Building packages under BDS2006
Replies: 14
Views: 24273

Building packages under BDS2006

When I try to open TSiLang_C2006.bdsproj nothing happens. BDS just ignores me. I've downloaded the update which claims to fix the problem with drive Y: if that makes a difference.

Obviously this is particularly irritating bug in BDS but is this a known issue with a workaround?
by Andrue
Mon Jan 24, 2005 1:30 pm
Forum: TsiLang Components Suite
Topic: Repositioning components bug #2
Replies: 1
Views: 4775

Repositioning components bug #2

Extended translations form. Selected items list box. You can select multiple items but changing the property value only affects the first item.
by Andrue
Mon Jan 24, 2005 1:28 pm
Forum: TsiLang Components Suite
Topic: Repositioning components bug #1
Replies: 2
Views: 5523

Repositioning components bug #1

When repositioning components you have to take care to do it "the right way" or else the changes get ignored. This might apply to properties in general. The steps we've discovered to be "the right way" are: 1.Add the properties you will be changing to the Extended Items property ...