News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wxSmith: Is wxschecklistbox.h missing??

Started by Pecan, December 17, 2005, 05:17:11 PM

Previous topic - Next topic

Pecan

I just did an svn update to 1541 and get the message:

Compiling: defwidgets\wxsstdmanager.cpp
defwidgets\wxsstdmanager.cpp:40:29: wxschecklistbox.h: No such file or directory
defwidgets\wxsstdmanager.cpp:206: error: `wxsCheckListBoxStyles' was not declared in this scope
defwidgets\wxsstdmanager.cpp:206: error: `wxsCheckListBoxEvents' was not declared in this scope
defwidgets\wxsstdmanager.cpp: In member function `virtual wxsWidget* wxsStdManagerT::ProduceWidget(int, wxsWindowRes*)':
defwidgets\wxsstdmanager.cpp:357: error: `wxsCheckListBox' has not been declared
Process terminated with status 1 (1 minutes, 11 seconds)
4 errors, 0 warnings


Am using 1537 to compile. Searched /trunk/src on my disk
and can't find the file.

thanks,
pecan

tiwag


MortenMacFly

Quote from: tiwag on December 17, 2005, 05:18:29 PM
yes
...the same here but I believe byo will have this fixed as soon as he reads this... :lol:

Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

byo

Yop, all fixed. Sorry for delay - weekend without computer ;)

killerbot

another problem now with compiling (on windows with wx...-NewBuild) :

#include "../properties/wxsstringlistcheckproperty.h" in wxschecklistbox.h
---> no such file or directory


Lieven

killerbot

at revision 1562 : things are ok again : thanks byo