Project

General

Profile

Some Missing Additional Includes

Added by Quirin Schwanse over 5 years ago

Hey there, right now I'm working on my first planned project, which shall become the website for a potential company.

Upon implementing the layout I noticed that I have some part of the wt-framework missing in the include-directory.

For example - I can't include some Objects like the Wt::WScrollArea // Wt::WScrollBar.

To make sure that it isn't Visual Studio bugging I opened the Wt-Installation-Directory to check the "include/Wt" folder for

the missing files, where I couldn't locate them. But the mentioned files should actually be there.

I used the installer from github to install the library on a windows-machine

https://github.com/emweb/wt/releases

Wt-4.0.4-msvs2015-Windows-x64-SDK.exe

Can anyone help me with that issue?


Replies (1)

RE: Some Missing Additional Includes - Added by Roel Standaert over 5 years ago

That's correct, WScrollArea was removed in favor of the overflow setting of WContainerWidget: https://www.webtoolkit.eu/wt/wt3/doc/reference/html/classWt_1_1WContainerWidget.html#ae269f870992c5843d3097a63795b10d6

    (1-1/1)