new Windows version with integrated Qt for VS/mingw

Are there new versions?

new Windows version with integrated Qt for VS/mingw

Postby berndnoetscher » Fri Mar 30, 2012 7:55 pm

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)



berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am

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

Postby berndnoetscher » Fri Mar 30, 2012 10:31 pm

Will make an upload again, as I just saw that forgot to update the runtime sources in the release version.
berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am

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

Postby Slowdown » Sat Mar 31, 2012 9:01 am

Please report back if it works on XP.

it does :)
Kind regards,
Slowdown

OSX 10.8.x, VBox Xp, Ubuntu 32/64 bit, EOS 64 bit
Slowdown
 
Posts: 464
Joined: Sat May 01, 2010 7:11 pm
Location: Netherlands

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

Postby berndnoetscher » Sat Mar 31, 2012 11:15 am

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.
berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am

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

Postby Slowdown » Sat Mar 31, 2012 5:25 pm

still working :D
Kind regards,
Slowdown

OSX 10.8.x, VBox Xp, Ubuntu 32/64 bit, EOS 64 bit
Slowdown
 
Posts: 464
Joined: Sat May 01, 2010 7:11 pm
Location: Netherlands

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

Postby Henning » Sun Apr 01, 2012 7:10 pm

Unfortunately can't test before easter, am on a work-tour....

/Henning
Henning
 
Posts: 522
Joined: Fri Aug 13, 2010 6:29 pm

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

Postby Slowdown » Mon Apr 02, 2012 7:27 pm

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.
Kind regards,
Slowdown

OSX 10.8.x, VBox Xp, Ubuntu 32/64 bit, EOS 64 bit
Slowdown
 
Posts: 464
Joined: Sat May 01, 2010 7:11 pm
Location: Netherlands


Return to Announcements

Who is online

Users browsing this forum: No registered users and 1 guest

cron