Re: Linux Beta Release Now Available
- Posted by Bernie Ryan <bwryan at PCOM.NET> Oct 24, 1999
- 614 views
On Sun, 24 Oct 1999 19:55:14 -0400, Robert Craig <rds at ATTCANADA.NET> wrote: >I'm not sure I can implement define_c_var() on WIN32. Rob Why can't you just return the results of the "C" address operator ? -- allocate the variable or get it from some where then example -- return &the_variable That would work on any platform that has a "C" compiler. Bernie