Click here to Skip to main content
15,921,793 members
Home / Discussions / Mobile
   

Mobile

 
QuestionClipboard access in 2k3 Pin
likefood30-Jan-06 11:17
likefood30-Jan-06 11:17 
AnswerRe: Clipboard access in 2k3 Pin
Jumba66663-Feb-06 10:04
Jumba66663-Feb-06 10:04 
QuestionSmart Client update CF 1.0 Pin
rina230-Jan-06 0:41
rina230-Jan-06 0:41 
QuestionDisplay live video from an ethernet camera Pin
greg ross26-Jan-06 12:10
greg ross26-Jan-06 12:10 
Questionnew process and clipboard Pin
likefood26-Jan-06 6:48
likefood26-Jan-06 6:48 
AnswerRe: new process and clipboard Pin
likefood29-Jan-06 7:50
likefood29-Jan-06 7:50 
GeneralRe: new process and clipboard Pin
likefood30-Jan-06 12:22
likefood30-Jan-06 12:22 
Questionevc++4 and Loquendo TTS error LNK2019 problem Pin
jhenderson0126-Jan-06 0:27
jhenderson0126-Jan-06 0:27 
Hi,

I am new to pocket pc and c++ development and I am have a problem compiling a sample project.

I am using embedded visual c++ 4.0 with SP3 and the Pocket PC 2003 SDK and am trying to compile a sample project from the Loquendo TTS(text to speech synthesiser) 6.4 PPC 2003.

The sample project builds ok for WCE ARMV4 debug, but since I don't have a Pocket PC PDA to run it on, this isn't much use.

When I try to build the project for Win32(WCE emulator) debug so that I can try it out on the Pocket PC emulator, I get 17 linker errors which I have no idea how to get rid of.

I am using the Win32(WCE emulator)Debug and the Pocket PC 2003 Emulator from the drop down menu.

The linker errors I get are listed below:

Linking...
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsDeleteSession referenced in function "public: virtual __thiscall
CLTTSDemoDlg::~CLTTSDemoDlg(void)" (??1CLTTSDemoDlg@@UAE@XZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsRegisterCallback referenced in function "private: virtual int
__thiscall CLTTSDemoDlg::OnInitDialog(void)"
(?OnInitDialog@CLTTSDemoDlg@@EAEHXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsGetError referenced in function "private: virtual int __thiscall
CLTTSDemoDlg::OnInitDialog(void)" (?OnInitDialog@CLTTSDemoDlg@@EAEHXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsNewInstance referenced in function "private: virtual int __thiscall
CLTTSDemoDlg::OnInitDialog(void)" (?OnInitDialog@CLTTSDemoDlg@@EAEHXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol __imp__ttsQuery
referenced in function "private: virtual int __thiscall
CLTTSDemoDlg::OnInitDialog(void)" (?OnInitDialog@CLTTSDemoDlg@@EAEHXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsNewSession referenced in function "private: virtual int __thiscall
CLTTSDemoDlg::OnInitDialog(void)" (?OnInitDialog@CLTTSDemoDlg@@EAEHXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol __imp__ttsRead
referenced in function "private: void __thiscall CLTTSDemoDlg::OnSpeak(void)"
(?OnSpeak@CLTTSDemoDlg@@AAEXXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol __imp__ttsStop
referenced in function "private: void __thiscall CLTTSDemoDlg::OnStop(void)"
(?OnStop@CLTTSDemoDlg@@AAEXXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol __imp__ttsPause
referenced in function "private: void __thiscall CLTTSDemoDlg::OnPause(void)"
(?OnPause@CLTTSDemoDlg@@AAEXXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol __imp__ttsResume
referenced in function "private: void __thiscall CLTTSDemoDlg::OnPause(void)"
(?OnPause@CLTTSDemoDlg@@AAEXXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsSetAudio referenced in function "private: void __thiscall
CLTTSDemoDlg::OnSelchangeVoices(void)"
(?OnSelchangeVoices@CLTTSDemoDlg@@AAEXXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsNewVoice referenced in function "private: void __thiscall
CLTTSDemoDlg::OnSelchangeVoices(void)"
(?OnSelchangeVoices@CLTTSDemoDlg@@AAEXXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsDeleteVoice referenced in function "private: void __thiscall
CLTTSDemoDlg::OnSelchangeVoices(void)"
(?OnSelchangeVoices@CLTTSDemoDlg@@AAEXXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsGetLanguage referenced in function "private: void __thiscall
CLTTSDemoDlg::EditUpdate(void)" (?EditUpdate@CLTTSDemoDlg@@AAEXXZ)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol
__imp__ttsAudioFreeSpace referenced in function "public: void __thiscall
CLTTSDemoDlg::OnTTSLoop(unsigned int,long)"
(?OnTTSLoop@CLTTSDemoDlg@@QAEXIJ@Z)
LTTSDemoDlg.obj : error LNK2019: unresolved external symbol __imp__ttsDone
referenced in function "public: void __thiscall
CLTTSDemoDlg::OnTTSLoop(unsigned int,long)"
(?OnTTSLoop@CLTTSDemoDlg@@QAEXIJ@Z)
emulatorDbg/LTTSDemo.exe : fatal error LNK1120: 16 unresolved externals
Error executing link.exe.

LTTSDemo.exe - 17 error(s), 0 warning(s)


I have tried using information from this webpage to resolve the issue but
haven't had any luck:

http://support.microsoft.com/default.aspx?scid=kb;[LN];830482


I would really appreciate any help that anybody can give me.

QuestionUsing SOAP header produces NullReferenceException on CF Pin
Ivanets25-Jan-06 23:47
Ivanets25-Jan-06 23:47 
QuestionO2 Xda Exec Price Pin
Mekong River24-Jan-06 12:26
Mekong River24-Jan-06 12:26 
QuestionBlueTooth Search Pin
sam_software23-Jan-06 5:20
sam_software23-Jan-06 5:20 
Questionpassing string from c# to c++ dll Pin
iriedel20-Jan-06 12:18
iriedel20-Jan-06 12:18 
AnswerRe: passing string from c# to c++ dll Pin
Mike Dimmick22-Jan-06 0:34
Mike Dimmick22-Jan-06 0:34 
QuestionProblem spawning external program in PPC2003SE Pin
Dalkie18-Jan-06 22:44
Dalkie18-Jan-06 22:44 
Questiondrawing lines in Pocket PC program "Notes" Pin
muradx718-Jan-06 1:56
muradx718-Jan-06 1:56 
QuestionCan mobile device send and receive SMS through HTTP Protocol Pin
bibi040417-Jan-06 17:24
bibi040417-Jan-06 17:24 
AnswerRe: Can mobile device send and receive SMS through HTTP Protocol Pin
coder@coder.gr4-Feb-06 9:20
coder@coder.gr4-Feb-06 9:20 
QuestionSymbol MC3000: database howto? Pin
Hamid Reza Mohammadi17-Jan-06 4:12
Hamid Reza Mohammadi17-Jan-06 4:12 
AnswerRe: Symbol MC3000: database howto? Pin
Mike Dimmick22-Jan-06 1:07
Mike Dimmick22-Jan-06 1:07 
GeneralRe: Symbol MC3000: database howto? Pin
Hamid Reza Mohammadi22-Jan-06 4:11
Hamid Reza Mohammadi22-Jan-06 4:11 
QuestionEmbedded Visual C++ 4.0 installation problem Pin
Garth Watkins16-Jan-06 7:38
Garth Watkins16-Jan-06 7:38 
Questionwhat J# is? Pin
Sasuko13-Jan-06 2:55
Sasuko13-Jan-06 2:55 
QuestionWindow CE - Playing Sound Pin
karyeun11-Jan-06 21:41
karyeun11-Jan-06 21:41 
AnswerRe: Window CE - Playing Sound Pin
Jumba66663-Feb-06 10:14
Jumba66663-Feb-06 10:14 
QuestionJava J2SE/ME to .NET CF dll Pin
RolandAbt11-Jan-06 2:47
RolandAbt11-Jan-06 2:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.