Voice recognition OSX Lion don't works in Qt4 but perfectly in Qt3
-
Well, from Qt 3 to Qt 4 there are some deprecated classes and methods, but incompatibility shouldn't be an issue. You must check which headers are not found and replace them with the appropiate ones. Secondly check for deprecated methods and replace those, and it should work.
-
Since you are migrating anyway, you can consider saving yourself some time and moving straight to Qt5 ;)
-
[quote author="sierdzio" date="1366020858"]Since you are migrating anyway, you can consider saving yourself some time and moving straight to Qt5 ;)[/quote]
Ok this is already the case for news modules. But my project is very big, and some old modules are still in Qt3 .., Qt4.., and now Qt5. There are all in Qt ecology system no ?!!. I don't have time to convert all other modules. Qt changes, are too fast for me. Anyway with Qt5 voice recognition OSX Lion does not work anymore as.
Thanks for your indulgence.