Re: [Plib-devel] Example Program Changes
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2006-11-03 20:17:24
|
* Fay John F Dr CTR USAF AFSEO/SK -- Friday 03 November 2006 21:10: > I have run through the example programs and [...] And what about the "demo" programs? I had almost forgotten this bug: p-guide doesn't compile. It issues this error 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? Does this compile for anyone? m. |