signs Newbie

Joined: 15 Aug 2003 Posts: 1
|
Posted: Fri Aug 15, 2003 1:31 am Post subject: problem about generating c++ head files from idl files |
|
|
The environment bat files have been set and run in win xp. But when I use "idlc" as:
idlc -O c:\starsuite6.0\sdk\include\com\sun\star\uno c:\starsuite6.0\sdk\idl\com\sun\star\uno\XAdapter.idl
There will be two errors:
cpp: C:\DOCUME~1\Tian\LOCALS~1\Temp\idli_a00472:65 Could not find include file <com/sun/star/uno/XInterface.idl>
cpp: C:\DOCUME~1\Tian\LOCALS~1\Temp\idli_a00472:69 Could not find include file <com/sun/star/uno/XReference.idl>
When I compile Uik.idl and TypeClass.idl, the errors will not occur. But when "regmerge" the uik.urd and TypeClass.urd, no rdb file generated.
If some experts could provide some step by step instructions (with examples) (or some articles) to make out the c++ interface?  |
|