Page 1 of 1

new Windows version with integrated Qt for VS/mingw

PostPosted: Fri Mar 30, 2012 7:55 pm
by berndnoetscher
Hi all

today I managed to include a custom version of Qt within q7basic (after endless hours to workaround a bug in qmake/qt.conf).

I WILL UPLOAD NOW THE NEW VERSION.


The new size of the q7basic zip installation package is about 280 MB

+ the minimalistic qt vs + qt mingw is about 80 MB file size
+ other Qt installation are not touched / you do not have a Qt installation setup anymore / newer and older Qt installations do not interfere with q7basic's qt version

Please report back if it works on XP.


Additional, a lots of new commands/signals and classes of Qt has been added to q7basic (other will follows over the next weeks).

e.g.

Code: Select all
  Dim bernd As QString = "gut"
 
  MsgBox(bernd)
 
  bernd = bernd.replace("gut", "besser", Qt.CaseSensitive)
 
  bernd = bernd.simplified()
 
  MsgBox(bernd)
 
  Dim c As QChar = bernd.at(0)
  MsgBox(c)
  MsgBox(bernd.at(0))
  MsgBox("isDigit", c.isDigit())
 
  bernd = String(c)
  MsgBox(bernd)




Re: new Windows version with integrated Qt for VS/mingw

PostPosted: Fri Mar 30, 2012 10:31 pm
by berndnoetscher
Will make an upload again, as I just saw that forgot to update the runtime sources in the release version.

Re: new Windows version with integrated Qt for VS/mingw

PostPosted: Sat Mar 31, 2012 9:01 am
by Slowdown
Please report back if it works on XP.

it does :)

Re: new Windows version with integrated Qt for VS/mingw

PostPosted: Sat Mar 31, 2012 11:15 am
by berndnoetscher
Slowdown wrote:
Please report back if it works on XP.

it does :)



Thanks. Just uploaded the correct version with the new sources for the runtime.

sorry.

Re: new Windows version with integrated Qt for VS/mingw

PostPosted: Sat Mar 31, 2012 5:25 pm
by Slowdown
still working :D

Re: new Windows version with integrated Qt for VS/mingw

PostPosted: Sun Apr 01, 2012 7:10 pm
by Henning
Unfortunately can't test before easter, am on a work-tour....

/Henning

Re: new Windows version with integrated Qt for VS/mingw

PostPosted: Mon Apr 02, 2012 7:27 pm
by Slowdown
Unfortunately can't test before easter, am on a work-tour....

you don't know what you have missed :D
Hope you did have a nice tour.