Just reading Aarons notes on deprecated REALRegisterenum where he states we should use REALRegisterModule instead in future ( ie NOW ) but his notes say to " set the enum field to Global"
here: REALRegisterEnum REALRegisterModule (set the enum field to global) I don't get what he means by this - since REALRegisterModule just accepts a single struct pointer to a module definition. I cannot see any element in the definition dealing with globals.. Does he just mean that we pass a pointer to the module ( containing out enum definition ) defined as we would expect fro normal plugin modules ?? 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>
