Re: [Development] Are QT winmigrate framework will be back in qt 5.x ?

2016-07-26 Thread techabc
king for besides the qt solution for > winmigrate. > > > > Scott > > *From:* Development [mailto:development-bounces+scott= > towel42@qt-project.org] *On Behalf Of *techabc > *Sent:* Wednesday, July 20, 2016 23:01 > *To:* development > *Subject:* Re: [Development] Are QT

Re: [Development] Are QT winmigrate framework will be back in qt 5.x ?

2016-07-20 Thread techabc
How can I reuse the MFC based GUI dll in a QT application? 2016-06-26 21:53 GMT+08:00 techabc : > I need to call 300+ MFC extending DLL in a new QT 5.x application, if > except winmigrate, whatthing else can do it? > ___ Development mai

[Development] Are QT winmigrate framework will be back in qt 5.x ?

2016-06-26 Thread techabc
I need to call 300+ MFC extending DLL in a new QT 5.x application, if except winmigrate, whatthing else can do it? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] C++ QML Interface thoughts

2015-01-20 Thread techabc
I don't think so. for example, the GUI of the qt creator, can purely implemented by qml? and, if I will developa GUI like visual studio, can I use qml instead of c++? 2015-01-21 2:33 GMT+08:00 Tomaz Canabrava : > > > On Tue, Jan 20, 2015 at 3:32 PM, techabc wrote: > >>

Re: [Development] C++ QML Interface thoughts

2015-01-20 Thread techabc
Is there any plans to complite QT QUICK for desktop as QWidgets as well? 2015-01-07 22:11 GMT+08:00 Luke Parry : > Hi Bo, > > Thank you for your advice. I think one fault lies is my confidence of > whether QML is right for the job due to my inexperience. > > Currently my GUI is QML which is fanta

Re: [Development] [Releasing] Qt 5.0 RC 2 released

2012-12-18 Thread techabc
> > Thx. > > Maurice > > ** ** > > *From:* techabc [mailto:tech...@gmail.com] > *Sent:* Tuesday, December 18, 2012 8:38 AM > *To:* Kalinowski Maurice > *Cc:* development; releas...@qt-project.org > > *Subject:* Re: [Releasing] [Development] Qt 5.0 RC

Re: [Development] [Releasing] Qt 5.0 RC 2 released

2012-12-17 Thread techabc
mailto: > releasing-bounces+maurice.kalinowski=digia@qt-project.org] *On Behalf > Of *techabc > *Sent:* Monday, December 17, 2012 5:56 PM > *To:* development; releas...@qt-project.org > *Subject:* Re: [Releasing] [Development] Qt 5.0 RC 2 released > > ** ** > > ** ** >

Re: [Development] Qt 5.0 RC 2 released

2012-12-17 Thread techabc
I run the testing package qt-linux-opensource-5.0.0-x86_64-offline-2012-12-17-386.run on OpenSuse 12.3 m2 , but errors below: Error during installation process (qt.500.src.essentials): Error while extracting installer://qt.500.src.essentials/5.0.0qtbase-src.7z: Extraction failed.. I have already

Re: [Development] Qt 5 RC Testing

2012-12-03 Thread techabc
I comiple 5.0.0_rc1/backups/2012-12-03-362/ with msvc2012, and find two problem as below: 1. I use http://sourceforge.net/projects/winflexbison but must rename win_bison.exe to bison.exe I suggest that the script should give t

Re: [Development] Jom.exe error 3 in Qt Beta2 on Windows XP

2012-11-15 Thread techabc
#x27;cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. D:\Qt5.0.0beta2\5.0.0-beta2\Src\qtbase> 2012/11/16 techabc > another two problem

Re: [Development] Jom.exe error 3 in Qt Beta2 on Windows XP

2012-11-15 Thread techabc
another two problems I have as below with 5.0 beta2: 1. in order to continue, configure.bat line 45 shoud be commented: if not exist %QTSRC%\.gitignore goto sconf 2. after flex.exe in msys rename to win_flex.exe : win_flex --noline --nounistd --outfile=Tokenizer.cpp ..\..\..\..\3rdpart y\a

Re: [Development] state of Qt's Australia office

2012-08-01 Thread techabc
Can this bad thing postpone the release of qt5? And futher more, how affect the future of QT? 2012/8/1 André Somers : > Op 1-8-2012 5:00, lorn.pot...@nokia.com schreef: >> Hi all, >> >> We have received word that the Brisbane Australia office, consisting of the >> teams working on Qt3D, QtDeclara

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-11 Thread techabc
qt3d successful comipled by msvc11 when I insert #include to the \qt5\qt3d\3rdparty\assimp\code\AssimpPCH.h ahead of all other #include . 2012/6/11 Laszlo Papp : > On Sun, Jun 10, 2012 at 12:07 PM, techabc wrote: >> yes, thing get well in my another project. > > Could you ple

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-10 Thread techabc
yes, thing get well in my another project. 2012/6/10 Thiago Macieira : > On domingo, 10 de junho de 2012 16.24.34, techabc wrote: >> sorry, I can't fix it by a patch. >> According http://forums.create.msdn.com/forums/p/95589/571215.aspx >> I have added >> #includ

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-10 Thread techabc
junho de 2012 16.12.05, techabc wrote: >> http://releases.qt-project.org/qt5.0/beta-snapshots/2012-06-09_07-01-09/ >> qt3d compile failted by visual studio 2012 RC: > > Looks like missing includes. Can you provide a patch with the necessary ones? > > -- > Thiago Macieira - th

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-10 Thread techabc
tex::BinaryOp' d:\qt5\qt3d\3rdparty\assimp\code\Vertex.h(263) : error C2039: 'minus' : is not a member of 'std' d:\qt5\qt3d\3rdparty\assimp\code\Vertex.h(263) : error C2065: 'minus' : undeclar ed identifier d:\qt5\qt3d\3rdparty\assimp\code\Vertex.h(263) : erro

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-09 Thread techabc
vs2010 is OK, but vs2012 RC failed, I just want to try win32-msvc11. 2012/6/10 Thiago Macieira : > On domingo, 10 de junho de 2012 01.53.10, techabc wrote: >> It seems that no more alpha 2 comes to the world. >> I wish upcoming beta would full pass compile of Visual Studio 2010

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-09 Thread techabc
It seems that no more alpha 2 comes to the world. I wish upcoming beta would full pass compile of Visual Studio 2010 RC. 2012/6/3 : > It's not wrong and it doesn't really matter. Once MSVC starts to differ from > the VC version, in the sense that they are not connected, then we can discuss > ch

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-01 Thread techabc
nice thing: the latest source package already have win32-msvc11 mkspec. btw, Is there would win32-clang appears? 2012/6/1 Thiago Macieira : > On sexta-feira, 1 de junho de 2012 16.11.33, Matt Williams wrote: >> On 1 June 2012 15:54, Joerg Bornemann wrote: >> > On 01/06/2012 15:30, ext Thiago Maci

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-01 Thread techabc
msvc2012 goes RC stage, I think QT 5.0 should support it from now. Itsn't it? 2012/6/1 Iikka Eklund : > > > On 31.5.2012 18.00, "Thiago Macieira" wrote: > > On quinta-feira, 31 de maio de 2012 13.48.42, simo.f...@nokia.com wrote: > > What kind of src packages people are looking for? There was so

Re: [Development] Qt 5.0 beta and final timelines

2012-05-16 Thread techabc
When would alpha 2 happen? 2012/5/1 : > Hi everybody, > > While I think it's very important to get Qt 5.0 out of the door as soon as > possible, we should not release it without first getting it's quality to a > very high standard. > > I think it has become rather clear that the original timeline

Re: [Development] Towards a Qt 5 beta

2012-04-23 Thread techabc
1. Does the beta will coming in end of this month aka. April ? 2. Is there binary packages with this upcoming beta ? 2012/4/16 Rohan McGovern : > jason.mcdon...@nokia.com said: >> > Random question of the day: do you happen to have stats about how >> > often those insignificant tests actually fail

Re: [Development] Fatal error occurred when building Qt5 Alpha on Win7(x64)

2012-04-05 Thread techabc
add "-platform win32-msvc2010" to configure will help you. because after your configure command, some error info indicates this. 2012/4/6 杨昊 : > Hi Loaden, > > Thank you for your reply! > > I've tried "configure -opensource -prefix %CD%\qtbase -confirm-license > -debug-and-release -fast -mp -nomak