header file reference problem???
Page |
1 |
- #undef UNICODE
- #include <sapi.h>
- #include <sphelper.h>
- #include <comdef.h>
- #define UNICODE
17 replies
Where are these header files.. Don’t think are Qt Standard Headers.??
If you want to add headers and libs that are not part of Qt Standard set.. use INCLUDEPATH and LIBS in .pro file
http://doc.qt.nokia.com/4.7-snapshot/qmake-variable-reference.html#includepath
Just googling for sapi.h and sphelper.h shows that these are for the Microsoft Speech API 5.3:
http://msdn.microsoft.com/en-us/library/ms720163(VS.85).aspx
i am working on QtSpeech example, i tried to run it , but those headers are missing.
When you say you are working on QtSpeech example, we need to ask you one more question on where is this example???
If you can provide as much information as possible, we can solve it quick and fast. This back and forth consumes lot of time for you. You may not want that..
https://gitorious.org/qt-speech/qt-speech
this project is still in development, but its working code. but i got some errors.
if you got success then pls solve it..
https://gitorious.org/qt-speech/qt-speechthis project is still in development, but its working code. but i got some errors.
if you got success then pls solve it..
If you look at https://gitorious.org/qt-speech/qt-speech/blobs/master/QtSpeech.pri
- win32 {
- SOURCES += QtSpeech_win.cpp
- INCLUDEPATH += "C:/Program Files/PSDK/Include"
- INCLUDEPATH += "C:/Program Files/PSDK/Include/atl"
- INCLUDEPATH += "C:/Program Files/Microsoft Speech SDK 5.1/Include
- LIBS += -L"C:/Program Files/Microsoft Speech SDK 5.1/Lib/i386"
- }
Do you have these dirs and libs in your windows machine???
https://gitorious.org/qt-speech/qt-speechthis project is still in development, but its working code. but i got some errors.
if you got success then pls solve it..
If you look at https://gitorious.org/qt-speech/qt-speech/blobs/master/QtSpeech.pri
win32 { SOURCES += QtSpeech_win.cpp INCLUDEPATH += "C:/Program Files/PSDK/Include" INCLUDEPATH += "C:/Program Files/PSDK/Include/atl" INCLUDEPATH += "C:/Program Files/Microsoft Speech SDK 5.1/Include LIBS += -L"C:/Program Files/Microsoft Speech SDK 5.1/Lib/i386" }Do you have these dirs and libs in your windows machine???
does it work for you*
You must log in to post a reply. Not a member yet? Register here!






