I have an idl file containing the bellow string
const wstring ROOT_DOMAIN = L"S_ROOT"
I was using open orb 1.3.1 to convert this idl file to java. But it shows bellow error
Undefined identifier : L
But When I removed L from idl file , it was working fine.
Why this error is happening ? What should I do to avoid this error ?