Re: [Plib-devel] Example Program Changes
Brought to you by:
sjbaker
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-11-06 13:51:00
|
Melchior, It appears that we are not looking at the same thing. I specifically changed the "scrolling list" to a simple "list", which is indeed a defined widget. If you don't believe me, I invite you to browse the SVN tree under SourceForge. John F. Fay Technical Fellow Jacobs/Sverdrup TEAS Group 850-883-1294 -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Melchior FRANZ Sent: Saturday, November 04, 2006 1:51 AM To: pli...@li... Subject: Re: [Plib-devel] Example Program Changes * Fay John F Dr CTR USAF AFSEO/SK -- Friday 03 November 2006 23:38: > I have now fiddled with the demo programs (as distinct from the > example programs) and they all compile under Windows They don't here. The original bug is still there, and it seems you didn't even read that part of my already *twice* sent message: CreateWidget.cxx: In function 'puObject* createWidget(int)': CreateWidget.cxx:32: error: 'PUCLASS_SCROLLINGLIST' was not declared in this scope [...] CreateWidget.cxx:32: error: 'puaScrollingList' was not declared in this scope And, indeed: neither PUCLASS_SCROLLINGLIST nor puaScrollingList are defined anywhere in plib/svn. Some private widget that you never committed? Or is this a planned, new name for puList or puAuxList? I REPEAT: neither PUCLASS_SCROLLINGLIST nor puaScrollingList are defined anywhere in plib/svn ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^ Here's the proof: $ find -type f|xargs grep PUCLASS_SCROLLINGLIST $ $ find -type f|xargs grep puaScrollingList $ Nothing! So how can it compile for you? In which files of your unmodified copy are those two defined? Have you uninstalled any further instance of plib that may be installed anywhere on your computer? A hacked version where you had added PUCLASS_SCROLLINGLIST and puaScrollingList, and that's picked up here? m. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ plib-devel mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-devel |