Page 1 of 2
Support of BCB 2007
Posted: Tue Jun 12, 2007 8:29 am
by Thomas J.
Can I use your component also for BCB 2007? Or do you have to make a new release. I'm using your version 6.x
Posted: Wed Jun 13, 2007 4:21 am
by isiticov
If you're registered user and have the source code licence then you can just use TurboCPP package to install TsiLang into BCB2007.
Posted: Wed Jun 13, 2007 6:17 am
by Thomas J.
Are yor sure that we talk about the same IDE?
I ask regarding this IDE
http://www.codegear.com/products/cppbuilder
Posted: Wed Jun 13, 2007 6:33 am
by isiticov
C++Builder 2007 is the next version of C++Builder. It uses the same methods for installing components and packages. So if you have source code edition then you can just open TsiLang_TurboCPP package file into C++Builder 2007 and re-build it to install. After this you will have TsiLang components installed into C++Builder 2007.
If this doesn't answer your question then please clarify what do you mean.
Posted: Tue Jun 26, 2007 5:34 am
by Thomas J.
I get the error
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(1738,3): error : Fatal: Datei kann nicht ge÷ffnet werden (The file cannot be open)
The file is existing and I'm able to open the file.
Posted: Thu Jul 05, 2007 3:27 pm
by Thomas J.
Any ideas?
Posted: Fri Jul 06, 2007 3:08 am
by isiticov
No ideas, because this is not "ours" file.
Posted: Tue Jul 10, 2007 6:10 am
by Thomas J.
So I ask the CodeGear team and they send me the following answer.
"That is the problem of SiComponents, but you can order support. One request cost 200 pounds."
Great! Sorry but I don't have any ideas why the fiel cannot be open.
The component from MyDac I have already installed without errors. Why do you need the file. I don't use .NET.
Maybe one hint. The problem is during linking.
Posted: Tue Jul 10, 2007 12:36 pm
by isiticov
C++Builder 2007 incorrectly converts Turbo or BDS 2006 packages.
At
http://www.sicomponents.com/soft/C2007_Packages.zip you will find sources for the package files to build and install TsiLang into C++Builder 2007. Just unzip them into {TsiLang}\Packages folder.
Please let us know if this helps.
P.S. This is available only for users with licence to access the source code!
Posted: Wed Jul 11, 2007 5:56 am
by Thomas J.
I open the file TsiLang_C2007.groupproj and try to install the TsiLang_C2007.cbproj first and got the error that the file TSILANG_C2007R.BPI is missing
Then I tried to compile TsiLang_C2007r.cbproj and I got the following errors
Code: Select all
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes '__tpdsc__ System::String' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\SICONSTS.OBJ
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes 'System::__linkproc__ __fastcall VarFromLStr(System::Variant&, const System::AnsiString)' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\_DICTIONARYPROMPT.OBJ
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes 'System::__linkproc__ __fastcall VarAdd(System::Variant&, const System::Variant&)' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\_DICTIONARYPROMPT.OBJ
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes 'System::__linkproc__ DispInvoke()' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\_DICTIONARYPROMPT.OBJ
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes 'System::__linkproc__ __fastcall VarToLStr(System::AnsiString&, const System::Variant&)' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\_DICTIONARYPROMPT.OBJ
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes 'System::__linkproc__ __fastcall VarClr(System::Variant&)' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\_DICTIONARYPROMPT.OBJ
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes '__fastcall Graphics::TFont::SetColor(Graphics::TColor)' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\_DICTIONARYPROMPT.OBJ
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes 'System::__linkproc__ __fastcall VarToBool(const System::Variant&)' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\_DICTIONARYPROMPT.OBJ
[ILINK32 Fehler] Error: Nicht aufl÷sbares externes '__fastcall Graphics::TFont::SetStyle(System::Set<Graphics::TFontStyle, 0, 3>)' referenziert von C:\PROGRAMME\COMPONENTS\TSILANG\UNITS\_WIDTHSTOOLTIP.OBJ
Posted: Wed Jul 11, 2007 6:21 am
by isiticov
First you need to build TsiLang_C2007r package and after this build and install TsiLang_C2007 package.
Please adjust you Library Paths to include Auxilary sub-folder as well. These errors looks like linker was unable to locate needed OBJs.
Posted: Wed Jul 11, 2007 9:05 am
by Thomas J.
The runtime package I could create, but the design not due to
Code: Select all
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets(1738,3): error : Fatal: Datei _EMPTY.OBJ kann nicht ge÷ffnet werden
[quote][/quote]
Posted: Wed Jul 11, 2007 9:54 am
by isiticov
Ah, sorry. Please remove the reference to this unit.
Posted: Wed Jul 11, 2007 11:08 am
by Thomas J.

great - installed
Posted: Wed Jul 11, 2007 12:50 pm
by isiticov
Glad to see this.
