HerikLyma / CPPWebFramework

​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
MIT License
445 stars 119 forks source link

can not complie on windows beacuse error: C2338: template parameter is an integral of a size not supported on this platform #4

Closed fanhenghui closed 6 years ago

HerikLyma commented 6 years ago

Hello fanhenghui, can you tell me in which file the error occurred and which compiler you are using?

NOTE: Make sure your compiler has C++ 11 enabled.

HerikLyma commented 6 years ago

Looking at your case, you're probably using an older version of Qt. Try using version 5.5 or higher.

HerikLyma commented 6 years ago

If you can not solve it, please let me know. I'll close this issue.

sw0zwl commented 4 years ago

Hello @HerikLyma , I met the same issue as same as above, and my Qt version is 5.11.3(win32), and the OS is win7, I have installed the Visual Studio 2015.