Re: [Cppcms-users] undefined reference to `cppcms::widgets::text::size(int)'
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-08-19 08:46:26
|
Hello, Thanks for the report. Fixed in changeset 1374, I had added an implementation of the missing function Artyom > In the example: > cppcms/examples/forms/ > in info_form::info_form(), calling name.size(int n); does not work. > I get the compile error: > undefined reference to `cppcms::widgets::text::size(int)' > > yet the function is defined here: > > http://art-blog.no- >ip.info/cppcms_ref_v0_99/classcppcms_1_1widgets_1_1text.html#cdd6d081d3f17291ba374e75cf812e7b >b > void cppcms::widgets::text::size ( int n ) > Set html attribute size of the widget > |