problem with TSP++ v3.0
- From: "Sheng Zhang" <shengzhang@xxxxxxxxxx>
- Date: Tue, 1 Jul 2008 15:06:04 +0200
hi,
I am going to write small TSP program to receive and convert a call from Outlook
to an HttpRequest. Since I have no idea how to write a TSP, I think using TSP++
application wizard will be the easiest way for me. I am using Visual Studio 2005
(VC8) in Windows Vista Business, when I try to compile a project created by the
TSP++ application wizard, there are some strange link errors I can not get rid of:
1>Compiling resources...
1>Linking...
1> Creating library .\Release/MyTSP.lib and object .\Release/MyTSP.exp
1>MyTSP.exp : warning LNK4070: /OUT:MyTSP.dll directive in .EXP differs from output filename 'Release/MyTSP.tsp'; ignoring directive
1>splib32.lib(Debug.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA)
1>splib32.lib(Phonecon.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA)
1>splib32.lib(Agent.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA)
1>splib32.lib(Address.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA)
1>splib32.lib(TSPLayer.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA)
1>splib32.lib(Misc.obj) : error LNK2019: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA) referenced in function "unsigned int __stdcall ATL::_AtlGetConversionACP(void)" (?_AtlGetConversionACP@ATL@@YGIXZ)
1>splib32.lib(Serialize.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA)
1>splib32.lib(Sp.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA)
1>splib32.lib(Lineconn.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA)
1>Release/MyTSP.tsp : fatal error LNK1120: 1 unresolved externals
The SPLIB32.lib and other SPxxx.libs are compiled with VS2005 in Vista without
any errors. Does it have something to do with the VC version or Vista?If it does,
how can the problem be solved?
Can anyone help me out? Any general hints about TSP development are welcome.
regards,
Sheng Zhang
.
- Follow-Ups:
- Re: problem with TSP++ v3.0
- From: Andreas Marschall [MVP TAPI]
- Re: problem with TSP++ v3.0
- Prev by Date: Re: TAPI Newbee
- Next by Date: Re: TAPI3
- Previous by thread: Re: TAPI Newbee
- Next by thread: Re: problem with TSP++ v3.0
- Index(es):
Relevant Pages
|
|