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

FillObjectBMI example not working in a Debug build #21

Closed paul-reilly closed 5 years ago

paul-reilly commented 5 years ago

Hi

Re issue #19 the problem appears to be only when building the example in Debug mode, when building Release it works perfectly.

The POST parameters are available for inspection via request.getParameter in doPost, but something is going wrong after that, so the results aren't shown in bmiresults.view .

HerikLyma commented 5 years ago

Hello Friend.

How are you?

Friend, apparently this problem is occurring only in Windows, in the other platforms it works normally. By the way I reprogrammed the .pro files so that qmake/make generates two versions of the library. One release and one debug. Please test this version.

Note: I will send you an email.

Thank you very much Herik Lima

paul-reilly commented 5 years ago

Hi, thanks that fixes the issue and I have supplied the feedback. It's really nice having such an easy to use framework that uses C++ so thanks for all your good work!

HerikLyma commented 5 years ago

Hello my friend.

Thank you very much!