Cannot find sicomp.obj using C++ Builder 2006
Posted: Mon Feb 06, 2006 10:47 pm
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
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