Hello folks,
I think i found bug in omniIDL compiler, that generate uncompilable code
on svalue operations.
valuetype VariableValue {
public octet type;
public long ivalue;
public double dvalue;
public sequence<VariableValue> svalue;
};
where can i submit them?