idlj Ignoring "#pragma prefix"
Posted
by Benny
on Stack Overflow
See other posts from Stack Overflow
or by Benny
Published on 2010-04-12T05:42:01Z
Indexed on
2010/04/12
5:53 UTC
Read the original article
Hit count: 504
I have an IDL file that has a "#pragma prefix" directive, but whenever I use idlj to build the Java code, it ignores this and generates an _id without the prefix specified. This is a big problem because when _is_a is used, it always returns false, since my generated code does not contain the expected prefix. Please help! Thanks in advance!
© Stack Overflow or respective owner