Re: Fw: ListView Error
- Posted by Derek Parnell <ddparnell at bigpond.com> Oct 16, 2003
- 459 views
----- 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