Hi Georg,
> I'm trying to figure out how to add an enum to the root-dictionary
> #pragma link C++ enum ENUMNAME
This is the correct syntax to add the enum to the root dictionary
> but it doesn't appear in the rootmap-file. Any hint?
How do you produce the rootmap files? Currently rlibmap only generate an entry for classes. (I.e the right solution is likely to enclosed your enum into a class).
Cheers,
Philippe.
On 2/21/11 11:45 AM, Georg Troska wrote:
> Hi,
>
> I'm trying to figure out how to add an enum to the root-dictionary
>
> I tried
>
> #pragma link C++ enum ENUMNAME;
>
> but it doesn't appear in the rootmap-file. Any hint?
>
> Georg
>
Received on Tue Feb 22 2011 - 18:18:42 CET
This archive was generated by hypermail 2.2.0 : Tue Feb 22 2011 - 23:50:01 CET