Re: [Cppcms-users] web does not display
Brought to you by:
artyom-beilis
From: Nazım C. B. <naz...@ne...> - 2018-05-01 16:54:16
|
Hi, In addition to Joerg's suggestion, could you please verify that the type of content variable you are passing to render(...) function matches to the content type declared in view template. CppCMS uses single base class (base_content) and relies on dynamic_cast for conversion. Regards, Nazim Can. On 01/05/18 15:43, Joerg Sonnenberger wrote: > On Tue, May 01, 2018 at 07:54:22PM +0800, Eric Jansen wrote: >> I compiled the source code with clang++ under FreeBSD 11. > Are you using -rdynamic or -Wl,--export-dynamic when linking? > > Joerg > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |