Page 1 of 1

new windows version comes with some bug fixes

PostPosted: Tue May 15, 2012 2:08 pm
by berndnoetscher
Just uploaded. Package size increased because of new Qt dlls declarative and script.

Re: new windows version comes with some bug fixes

PostPosted: Tue May 15, 2012 5:29 pm
by Henning
The new version still misses to copy needed mingwm10.dll and (all) *d?.dll's to the debug build...

I belive it would be easier to keep all .dll files in one fixed path known by the runtime.
Deploying would be easier, copy the executable and the dll folder. That way every app would not need to copy those dll's into multiple directories.


/Henning

Re: new windows version comes with some bug fixes

PostPosted: Tue May 15, 2012 6:59 pm
by Henning
Deploy works ok!

/Henning

Re: new windows version comes with some bug fixes

PostPosted: Wed May 16, 2012 1:43 pm
by berndnoetscher
Henning wrote:The new version still misses to copy needed mingwm10.dll and (all) *d?.dll's to the debug build...

I belive it would be easier to keep all .dll files in one fixed path known by the runtime.
Deploying would be easier, copy the executable and the dll folder. That way every app would not need to copy those dll's into multiple directories.


/Henning



The files are not copied, because it increases the project size about 400 MB. Does starting the debug version (gcc mode) not work within the q7b IDE ? It works for me.

Re: new windows version comes with some bug fixes

PostPosted: Wed May 16, 2012 2:48 pm
by Henning
Does starting the debug version (gcc mode) not work within the q7b IDE ?


Forget what I said...
I tried starting the .exe in the debug folder... wich worked before. Running in IDE is ok.

/Henning

Re: new windows version comes with some bug fixes

PostPosted: Sun May 20, 2012 7:30 am
by Slowdown
sharing an experience.

Fresh install of Windows XP and updated to SP3.
Installed Q7Basic BETA 15-May-2012.
when starting Q7Basic.exe i received the following error,
'de toepassing kan niet worden gestart omdat de configuratie van de toepassing onjuist is'
Translation: this application can't be started because the configuration of this application isn't correct
The same error i received from the compiler and Qtdesigner.
Found out (google) that the error perhaps was related to Vcredist_x86.exe (C++)
I'm using the VS compiler so i installed VS2008 and to my surprise after installing the VS environment
Q7B is running fine. ;)

Re: new windows version comes with some bug fixes

PostPosted: Mon May 21, 2012 7:57 am
by berndnoetscher
Slowdown wrote:sharing an experience.

Fresh install of Windows XP and updated to SP3.
Installed Q7Basic BETA 15-May-2012.
when starting Q7Basic.exe i received the following error,
'de toepassing kan niet worden gestart omdat de configuratie van de toepassing onjuist is'
Translation: this application can't be started because the configuration of this application isn't correct
The same error i received from the compiler and Qtdesigner.
Found out (google) that the error perhaps was related to Vcredist_x86.exe (C++)
I'm using the VS compiler so i installed VS2008 and to my surprise after installing the VS environment
Q7B is running fine. ;)


Curious. Could be a problem...