Discussion:
How to define a const array in idl?
Andreas Benzler
2008-09-04 11:51:24 UTC
Permalink
Hello list

I stumbled across problem defining a interface in idl. I would like to
add a constant string array to an idl file. I tried it with a c++ syntax
and similar writings but without success. I would like to do something
like " const string[] str32 = { "String1", "String2" }; " directly in an
idl file. Is this possible at all and if so, what is the correct typing
for that. Any hint is appreciated.

Regards

Andreas

Loading...