Problem with Creating a Type Library with COMET Tools
- From: "Mary Roberts" <mary_roberts4 hotmail com>
- To: orbit-list gnome org
- Subject: Problem with Creating a Type Library with COMET Tools
- Date: Thu, 23 Jan 2003 13:40:26 +0000
Hi All,
I get a problem when I try to create a TypeLibrary with the the ts2tlb
command for the following struct.idl [installed in the demos] file,
I have added the struct.idl file to the ifr
and to the
typestore -> by typeman -e *
Now when I use ts2tlb -f ch.tlb -l IT_MARY passStruct
I get this error D:\Program Files\IONA\bin\..\orbix_art\1.2\bin\ts2tlb:
Processing : passStruct
D:\Program Files\IONA\bin\..\orbix_art\1.2\bin\ts2tlb:
Exception :
Failed to load ITstdInterfaces.tlb [1] : Error loading type
library/DLL.
Please let me know what is the problem
This is the struct.idl I am using
interface passStruct
{
struct structFixedLength
{
long l;
short s;
float f;
};
struct structVariableLength
{
long l;
short s;
float f;
string str;
};
structFixedLength passFLS(in structFixedLength i,
inout structFixedLength io,
out structFixedLength o);
structVariableLength passVLS(in structVariableLength i,
inout structVariableLength io,
out structVariableLength o);
};
Thanks
Mary
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]