Ok - ive figured out how to define global enums now, but Since we have had the ability to define types ( structs/enums/delegates) inside Classes for a while now, do you know if its possible yet to define such enums so they sit inside of a RB plugin class ?
I would like to place these plugin enums inside the scope of the class they are associated with. On 8/12/08 15:56, "Christian Schmitz" <[EMAIL PROTECTED]> wrote: > Daniel Stenning <[EMAIL PROTECTED]> wrote: > >> Hi Guys, >> >> I have my own custom plugin which runs inside my RB project. Several classes >> in the plugin use a function which accepts an integer argument which is an >> enum defined in the RB project cast to an integer to be passed on to the >> plugin such as : > > I bet, you need to define the enum in the plugin. > > Gruß > Christian _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
