My apologies if this is already known.
This IDL file causes a memory exception on my NT 4.0 system. It's not
particularly serious since once you fix the "stringsomevalue" error (which
is also reported) the exception goes away and you just get errors.
interface Junk {
void someMethod (in stringsomevalue);
void setOtherMethod (in int junk);
};
Jim