Page 1 of 1

Cannot find sicomp.obj using C++ Builder 2006

Posted: Mon Feb 06, 2006 10:47 pm
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

Posted: Tue Feb 07, 2006 12:54 am
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?