Cannot find sicomp.obj using C++ Builder 2006

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
bitberry
Posts: 11
Joined: Sun Jan 05, 2003 1:06 pm
Location: Denmark
Contact:

Cannot find sicomp.obj using C++ Builder 2006

Post by bitberry »

Hello,

I'm converting my first project to C++ Builder 2006 and have got TSILang installed just fine. At designtime I can use the components, and it also compiles. However, the linker complains that it cannot find SICOMP.OBJ.

I guess I'm missing something obvious.

I have the following related to TSILang in my .bdsproj file:

<property category="win32.*.win32b.bcc32" name="option.I.arg.6" value="d:\components\bds2006\tsilang\units"/>
<property category="win32.*.win32b.ilink32" name="option.L.arg.7" value="d:\components\bds2006\tsilang\units"/>
<property category="win32.*.win32b.ilink32" name="option.j.arg.3" value="d:\components\bds2006\tsilang\units"/>

I don't have a sicomp.obj, but only .dcu, .hpp and .pas.

What am I missing?

Regards,
Brian
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

May be you have some special settings for OBJ output? Please check path settings for OBJ output for both TsiLang package and globally.
Please let me know if this helps.

P.S. Sometimes! C++Builder 2006 places OBJ into Release or Debug sub-folders. May be this is a reason?
Best regards,
Igor Siticov.
Post Reply