
16 Feb
2009
16 Feb
'09
2:58 p.m.
In "struct" its memebers have "public" access by default. In you define a "class", ensure that all the symbols needed by the framework are accessible (eg., that "reactions" typedef is public)
I just mailed the sample code to this list. As far as I could see whe carefully included the public and private keywords in all relevant locations.