On Sat, Oct 17, 2009 at 12:59 AM, Pau Garcia i Quiles
<[email protected]> wrote:
> If we
> could find a way to bundle the resources and everything in the .exe
> (like Mac .dmg's do), the better.

Actually that is pretty easy to do in a C++ program.  There are many
of programs on the net (I have even made one) that just converts a
binary file into a char array cpp file with a header to expose the
variable it is stored too and the size.  It is compiled to the data
section at compile time and makes it all very easy to access.  As you
can imagine, it is *very* easy to make a program like that.  :)


On Sat, Oct 17, 2009 at 1:05 AM, Pau Garcia i Quiles
<[email protected]> wrote:
> .
>> Why the requirement on QT though?  Why not just a platform dependent
>> backend, on Windows it would certainly be quite simple (like 20 or 30
>> lines of code, and I imagine it would be quite simple on Linux as
>> well).
>
> Because I know Qt and the code is already platform dependent anyways.
>
> Could Wt Desktop use the Internet Explorer ActiveX on Windows, Safari
> on Mac and something else on Unix? Sure, but it would be more
> difficult to implement and IMHO it breaks with what I want: very easy
> distribution, very little support. If Wt Desktop used a different
> browser backend on each platform, you'd need to support every version
> of every browser. By using only one (WebKit), you (developer) can
> focus only in one backend and you know it will work.

I actually meant something along the lines of just including webkit
itself (nothing else) and displaying it directly with a titlebar.  On
Windows that would require very little code, as I think it would
everywhere else too, just a single other cpp file with a unified
header where the appropriate cpp file is compiled in (or put it all in
one file with a macro to determine things based on the OS it is
compiled on, the code is certainly short enough to do it this way
too).

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to