newbie question : unresolved external symbol...

R

Rashid

I am trying to use one of the examples from the IBM ViaVoice TTS
SDK....which is the following :

#include "eci.h"
int main(int argc, char* argv[]) {

eciSpeakText ("Hello world.", false);
return 0;
}


in one .cpp file (mymain.cpp). When I build the project, I am getting
:

mymain.obj : error LNK2001: unresolved external symbol _eciSpeakText@8

I am compiling on WinXP (SP1) with Visual Studio 6 (SP5).
Any clues to a newbie....what the heck is going on?

Thanks.
 
K

Karl Heinz Buchegger

Rashid said:
I am trying to use one of the examples from the IBM ViaVoice TTS
SDK....which is the following :

#include "eci.h"
int main(int argc, char* argv[]) {

eciSpeakText ("Hello world.", false);
return 0;
}

in one .cpp file (mymain.cpp). When I build the project, I am getting
:

mymain.obj : error LNK2001: unresolved external symbol _eciSpeakText@8

I am compiling on WinXP (SP1) with Visual Studio 6 (SP5).
Any clues to a newbie....what the heck is going on?

You did not tell the system where it can find the library which
implements the missing function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top