CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: robi9011235

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    5,735

    Error Linking VOCE library in Qt

    I am trying to use the C++ version of VOCE voice recognition API. It is an API built in Java, with support to C++ as well.

    It works totally fine when I am working with VC2010. In vc2010 I have put...
  2. Re: How to Setup VOCE (Voice Recognition API) C++

    Oh now i get it!
    It is compiling successfully, but there is a run-time error, saying it don't find jvm.dll
  3. Re: How to Setup VOCE (Voice Recognition API) C++

    How do i do that?
    I can't add filed to Linker->Additional Library Directories, only folders
  4. Re: How to Setup VOCE (Voice Recognition API) C++

    I did what you said. I put: (C:\voce-0.9.1\src\c++, C:\Program Files\Java\jdk1.7.0_45\include, C:\Program Files\Java\jdk1.7.0_45\include\win32) in
    Linker -> Additional library directories and it...
  5. Re: How to Setup VOCE (Voice Recognition API) C++

    I don't really get it.
    How can I do that?
  6. How to Setup VOCE (Voice Recognition API) C++

    All day long I tried figuring out how to setup VOCE (http://voce.sourceforge.net).

    I am using VS 2010.

    What I did:

    * Downloaded JDK
    * Downloaded the VOCE, extracted and put in c:
    *...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured