Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Duane
On 7/8/2014 2:09 PM, Thiago Macieira wrote: > On Tuesday 08 July 2014 13:24:27 Duane wrote: >> I have an application built with VS 2012 (with the tool chain XP >> support) using Qt 5.3. It runs fine on Windows 7 and 8. >> >> When I try to run it on a box with WinXP I get the error "Procedure >> en

Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Duane
On 7/8/2014 1:54 PM, Ian Monroe wrote: > On Tue, Jul 8, 2014 at 10:24 AM, Duane wrote: >> I have an application built with VS 2012 (with the tool chain XP >> support) using Qt 5.3. It runs fine on Windows 7 and 8. >> >> When I try to run it on a box with WinXP I get the error "Procedure >> entry

Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Duane
On 7/8/2014 1:52 PM, Keith Gardner wrote: > On Tue, Jul 8, 2014 at 12:48 PM, Till Oliver Knoll > mailto:till.oliver.kn...@gmail.com>> wrote: > > Am 08.07.2014 um 19:24 schrieb Duane >: > > > I have an application built with VS 2012 (with the tool cha

Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Duane
On 7/8/2014 1:48 PM, Till Oliver Knoll wrote: > Am 08.07.2014 um 19:24 schrieb Duane : > >> I have an application built with VS 2012 (with the tool chain XP >> support) using Qt 5.3. It runs fine on Windows 7 and 8. >> >> When I try to run it on a box with WinXP I get the error "Procedure >> entry

Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Thiago Macieira
On Tuesday 08 July 2014 13:24:27 Duane wrote: > I have an application built with VS 2012 (with the tool chain XP > support) using Qt 5.3. It runs fine on Windows 7 and 8. > > When I try to run it on a box with WinXP I get the error "Procedure > entry point GetTickCount64 could not be loaded in KE

Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Ian Monroe
On Tue, Jul 8, 2014 at 10:24 AM, Duane wrote: > I have an application built with VS 2012 (with the tool chain XP > support) using Qt 5.3. It runs fine on Windows 7 and 8. > > When I try to run it on a box with WinXP I get the error "Procedure > entry point GetTickCount64 could not be loaded in KE

Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Keith Gardner
On Tue, Jul 8, 2014 at 12:48 PM, Till Oliver Knoll < till.oliver.kn...@gmail.com> wrote: > Am 08.07.2014 um 19:24 schrieb Duane : > > > I have an application built with VS 2012 (with the tool chain XP > > support) using Qt 5.3. It runs fine on Windows 7 and 8. > > > > When I try to run it on a bo

Re: [Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Till Oliver Knoll
Am 08.07.2014 um 19:24 schrieb Duane : > I have an application built with VS 2012 (with the tool chain XP > support) using Qt 5.3. It runs fine on Windows 7 and 8. > > When I try to run it on a box with WinXP I get the error "Procedure > entry point GetTickCount64 could not be loaded in KERNEL

[Interest] Running Qt 5 Application on WinXP

2014-07-08 Thread Duane
I have an application built with VS 2012 (with the tool chain XP support) using Qt 5.3. It runs fine on Windows 7 and 8. When I try to run it on a box with WinXP I get the error "Procedure entry point GetTickCount64 could not be loaded in KERNEL32.DL" Any suggestions? ___