Hi Muhammad,
Thanks for the todo list, my comments are inline below.
2013/9/6 Muhammad Bashir Al-Noimi <mbno...@gmail.com>
> On 09/04/2013 12:55 PM, Wim Dumon wrote:
> > I shared the zip file on google drive.
> Thanks a lot
>
> > Please let me know any issues you have. Double-click on a bat file to
> > start the example, but watch out, not all bat files are Wt examples
> > (this has to be cleaned up).
> I made my tests under Windows-7-x86 and I noticed the following issues:
>
> 1) All binaries don't work until the user installs MS Redistributable
> 2012 package OR MSVS2012 (I got missing MSVCR110.dll error so I
> downloaded
> https://www.microsoft.com/en-us/download/details.aspx?id=30679) which is
> not available by default under Windows 7 (unless you build Wt with VS2008).
>
We can include the redistributables when we make an installer, that's how
that is usually handled.
2) blog example doesn't work (404 Not Found)
>
It's deployed on /blog. I added an index.html that warns you if you go to
the wrong place.
> 3) client-ssl-auth example shows "Login" label only without the other
> fields
>
You need a client certificate, a server certificate, signed by a trusted
CA, and configure the example as documented in the README file for this
example to work. I adapted the example to make this message more clear.
> 4) dbo-tutorials don't have .bat and source files
>
We'll have to fix that. I don't think they require .bat files, as they
don't need any startup options.
> 5) planner example doesn't work fine under IE8 (I know this dump ass IE :)
> )
>
known IE8 bug, I implemented a work-around
> 6) simplechat doesn't work fine under FF18 :
> http://img13.imageshack.us/img13/1010/6xw8.png
>
Hmmm, can you file a bug report for that? Do you see the same problems with
the online simplechat?
> 7) simplechat doesn't work fine under IE8 :
> http://img833.imageshack.us/img833/2123/ywnq.png
>
I can't reproduce that. Do you see the same problems with the online
simplechat?
> 8) I didn't saw GraphicsMagick libs!
>
It's a pain to compile from a script (they don't use cmake ;-)). It's on
the todo list.
>
> I suggest too:
>
> 1) I suggest to put all the examples (binaries and sources) under
> "example" folder.
>
Problem on Windows: the .exe requires the .dll and those are automatically
searched in the cwd. That's why we put them in bin for now.
> 2) I suggest to add Dbo backend for MySQL (I prefer MariaDB instead of
> MySQL specially there are many organizations working on leaving MySQL to
> MariaDB).
Planned, didn't want to make you wait much longer for first preview. I was
indeed planning to use MariaDB iso MySQL (Wt supports both).
> 3) I suggest to add "documentation" folder which contains on docs of Wt.
>
Yes, was on todo list
> 4) helloqt example uses Qt4 where current modern versions are Qt5 so I
> suggest to create a new example for Qt5 or you can modify current
> version to be able to use under Qt5
>
Qt4 happens to be installed on my system. Maybe we shouldn't include this
example; the value is entirely in its source code
> 5) I suggest to add I18N Example (similar to Qt example at:
> https://qt-project.org/doc/qt-5.0/qtwidgets/tools-i18n.html) for showing
> multi-language support with different layouts of RTL/LTR or you can
> modify formexample (I can help you with Arabic). BTW, all GWT examples
> shows multi-language support with multi-layouts.
>
All our widgets should support LTR and RTL, so indeed it would be good if
we could demonstrate that. The choice between RTL and LTR currently has to
happen at startup (i.e. in the constructor of WApplication), so we'd need a
separate arabic example. Contribution welcomed!
> 6) Because this distro guided to MSVS developers I suggest to add .sln
> files to all examples.
>
Good suggestion, but I'm afraid it's a lot of work (unless generated by
cmake).
> > I tested this on a small project; this is the CMakeLists.txt
> I really hate CMake so I'll never use it unless I forced to; so is there
> any reference or guidance to using Wt under Visual Studio 2012?
>
>
That's really like any other MSVS project. I know you hate it, but if you
read the example cmake file I provided, you'll see exactly what include
paths you have to set and what libraries you have to link to.
> I created a new Console project then added the following paths to the
> project but I got linking errors!
> http://img541.imageshack.us/img541/6169/dvmu.png
> http://img94.imageshack.us/img94/4004/7ov2.png
>
>
In Linker Input, specify the wt libraries you want to link to: wt.lib and
wthttp.lib for release builds, wtd.lib and wthttpd.lib for debug builds.
> BTW, is there any hope in the near future to create a distro for Qt
> Creator (MinGW) instead of OR additional to MSVS (Qt Creator took one
> min. from me to start a Wt project under Mint)?
>
>
We can provide a similar package for MinGW, but I'm always confused about
what MinGW compiler I should use for maximum compatibility. I've tested
with two variants, as documented in the Wt wiki. Any suggestions?
Wim.
> --
> Best Regards,
> Muhammad Bashir Al-Noimi
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest