problem with TSP++ v3.0



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



.



Relevant Pages

  • Re: Going From MFC to .NET
    ... Now the problem is that when I try to compile a debug or release vr. ... format; library ignored ... HardDriveTest.obj: error LNK2001: unresolved external symbol "unsigned ...
    (microsoft.public.vc.mfc)
  • Convert VC++ 7.0 project to VC 6.0 project
    ... Because another used wizard to ... compile the project but the linker can't find a used function and I don't ... PipeScannDlg.obj: error LNK2001: unresolved external symbol ... Debug/PipeScann.exe: fatal error LNK1120: 1 unresolved externals ...
    (microsoft.public.vc.mfc)
  • linking problems after reinstall vc++ 6.0
    ... Because another used wizard to ... compile the project but the linker can't find a used function and I don't ... PipeScannDlg.obj: error LNK2001: unresolved external symbol ... Debug/PipeScann.exe: fatal error LNK1120: 1 unresolved externals ...
    (microsoft.public.vc.language)
  • Re: Compiling CERDISP.exe
    ... At his point I get linking errors. ... directory for files to compile. ... cerdisp.obj: error LNK2019: unresolved external symbol GetMessageW ... DispatchMessageW referenced in function WinMain ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Dont want Intermediate language
    ... complie my code using this.. ... just compile it as a Win32 application and it won't be ... main.obj: error LNK2019: unresolved external symbol ... I do have the platfor SDK installed.. ...
    (microsoft.public.vc.language)