Bug #1148
closedWt Trunk: dynamic lib build fails because of WTemplateFormView
0%
Description
Hi,
when building dynamic (shared) libraries, linking fails for project Wt because of missing symbol WTemplateFormView(WContainerWidget *parent = 0);
The reason is, that it is not implemented. If you comment the line, it works. Did not occur to me before as I built it statically.
Best,
Tassilo
Updated by Koen Deforche almost 13 years ago
- Status changed from New to InProgress
- Assignee set to Pieter Libin
- Target version set to 3.2.1
Updated by Pieter Libin almost 13 years ago
- Status changed from InProgress to Resolved
I was able to reproduce this error by commenting the WTemplateFormView(WContainerWidget *parent = 0) and using the function in an example, so this was already fixed in the latest git.
Updated by Tassilo Glander almost 13 years ago
hmm, does not to be fixed in the public git, it still contains the line...
https://github.com/kdeforche/wt/blob/master/src/Wt/WTemplateFormView
Updated by Pieter Libin almost 13 years ago
It is implemented in the C file (https://github.com/kdeforche/wt/blob/master/src/Wt/WTemplateFormView.C).
Kind regards,
Pieter