well, you mean the question "is there any body help me?" or "how can I call ..."? true is that my "solution" works just in managed environment, if you wanted to call c# non-static function in non-managed static function, you would need to create another c# static function which would call the non-static function and make it COM visible...
2009/11/23 Cerebrus <[email protected]> > No, I think you misunderstood the question. ;-) > > On Nov 23, 2:30 pm, Processor Devil <[email protected]> wrote: > > yes, you can :). > > Just make instance of the class which non-static functions you want to > call. > > It is the best deal within the keyword "using". > > >
