RE: Fw: ListView Error
- Posted by "Julio C. Galaret Viera" <euphoria at ured.net> Oct 17, 2003
- 566 views
Derek, Now it works. Nothing happens when column headers are rightclicked. Thank you, Julio C. Galaret Viera Derek Parnell wrote: > > > ----- Original Message ----- > From: "Tony Steward" <tsteward at dodo.com.au> > To: "EUforum" <EUforum at topica.com> > Subject: RE: Fw: ListView Error > > > > Hello Derek, > > You can not just change to functions below in v0.59.1 as you get an > > error: W32_fetch not declared. > > > > Oooops! I just copied the code from the unreleased win32lib. Just use > fetch() instead of W32_fetch(). > > All the functions that used to be in the toolkit libraries have been > renamed with the prefix "W32_" and now stored in a single win32lib > specific sub-library (w32support.e). I will be providing a conversion > library in case anyone actually used any of the toolkit names. > > This was done on advice that my old identifer names were too likely to > clash with other peoples' identifier names and it really was my > responsibility to prevent that. Any talk of namespace facility was not > taken well. I assume they are right. > > Sorry for the inconvenience. > > -- > Derek > >