Re: [Cppcms-users] Plugins and templates
Brought to you by:
artyom-beilis
From: Julian P. <ju...@wh...> - 2010-08-19 11:09:06
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 19.08.2010 13:03, schrieb Julian Pietron: > Am 19.08.2010 13:00, schrieb Julian Pietron: >> The only problem I have now, that at compile time I get a forward >> declaration error in cppcms/application.h for cppcms::url_dispatcher >> when I insert a dispatch() statement into the constructor of the >> cppcms::application. > > > Add: Just before this error is printed, I get this error: invalid use of > incomplete type »struct cppcms::url_dispatcher« Ok, forget that, it was a missing header file (cppcms/url_dispatcher.h). Nevertheless, I think cppcms/application.h should include that file itself, because one doesn't think he needs the header file if he never directly uses url_dispatcher. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJMbRDJAAoJENidYKvYQHlQXg4P/RatKIyiXGOh1syX13RX8jJQ 0Ed7fFNuWeVyd9QdZdK0zWp38n3pIY+NCBzDOc5nH/ikCy0j2WOMgnn1GEigMz1v qJDPlkiL+L5zeazVvXff4OOw+ZNgeIoCQgWjCd+tXyxpdYGelZqAnCsIHeWMbnLh SQ6XU57OYrUEDHyhNQzcHndcxxkN4/JUYnLgRmC0yEyUxKQqyJ0dW3CSiB0Ew4+Y 5q22keNMKuBtSqZBzBpd/NWK7QUxwwIlDANqkGy07GCynYgvaL3e/Jo18qmNSjDy TRcqaLVtCdj6E7js9pjBnxxvyI6V6FxwWMpyH+NViPDond8GdVrPPOtL+N+6NCg1 tTA02dn3phaFJHRh7toOnJFAUjI3n2SZ0jA1klnDpMu7etf3+hx3Ph7zqwCv1Y2K gIng6hlTG2GhcGAZkSQFNbqzkoNELqkbON3kfz/B1pjuK67jYidjZ/rmMUEAEVV/ wDABeCHlzPOvGVZujG6auOb22UYsj9qW1kGX7SUezxtdjR8yprXxjnmxe/w/v9Uy dArdz7oYRz9KAGu6aVmQCLCAPb9eWKmyteIFkZQsBo5ASgfDsafHt+QENwbGwsgD Lk6p6TVEe5VG/elCx4Gh+FD8EWJAOHL+rQGjGrhVdOa9mvtFA+o//GOk3d6y44JA t1vv0G4/nXdnX0TkJuwf =CJeW -----END PGP SIGNATURE----- |