On Wed, Mar 25, 2009 at 10:32 AM, Barry Fawthrop <[email protected]> wrote:
> To All Thank You > > I would like this to be an Objective-C++ project. > Yes this is alot of hard work ,but it might be worth it not sure yet > > Where is the actual code for initialize_RXK_error_table > and other initialize_???+error_table(s) > > I have RXK_error_table declared in rxkad.h as > extern void initalize_RXK_error_table(void); > But I can not find the code anywhere > > > Thanks again to all you advice and support > You keep tripping over generated code; You can pretty much assume rxgen or compile_et generates anything you can't find. It's not going to help, exactly, because none of it will be objC ready.
