Error when including atlribbon.h
Brought to you by:
nenadstefanovic
atlribbon.h should include other WTL headers using #include "atl..." rather than #include <atl...>, i.e. using the local include path rather than the system one. This allows atlribbon.h to work when the WTL include directory is not on the system include path. One example of such a case is when WTL is installed via vcpkg.
Anonymous
Correct. Somehow this fell through the cracks... Fixed as proposed
Commit: https://sourceforge.net/p/wtl/git/ci/804aaad67b42138f08f61bc0df3d22ca4a4c5c71/
I think you guys need to consider move this to github.
To clarify: Does the official believe that the wtl header files need to be installed in include/wtl instead of directly in include?
Any folder is fine, there are no requirements for that.
Cheers,
Nenad
p.s. These questions are more appropriate for Discussion then here