Virtual Machines to the rescue...


________________________________
 From: David Ching <d...@dcsoft.com>
To: interest@qt-project.org 
Sent: Tuesday, June 19, 2012 12:03 PM
Subject: Re: [Interest] Porting Qt app to windows
 
> From: Diego Iastrubni [mailto:diegoi...@gmail.com] 
> Sent: Tuesday, June 19, 2012 8:22 AM
> 
>I just rename the name of the Qt directory temporarily to "_Qt" or
something
> and then rename back when I need to code... 
> Ugly, but simulates "uninstallation" of Qt.

But you also need to simulate the 'uninstallation' of the C runtime DLL's,
etc.
As well as making sure you set the compiler switches correctly and are not
calling any native Windows API's that are not included in the lowest version
of
Windows that you are supporting.  Really, there is no better way to test
an app than on a fresh install of Windows.

Thanks,
David

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to