errors in using .NET 2003



Hi

I have a project that was written in V6.0 (c/c++) and it works just fine,
but when I run it in .NET 2003 (V7.0), I get a whole lot of linking errors.

I have spent alot of time trying to solve it but to no avail....please help!

the errors that show up are:

Compiling...
RecSession.cpp
Recogniser.cpp
CWSR_app.cpp
CallEngine.cpp
Generating Code...
Compiling...
acu_os_port_win.c
Generating Code...
Linking...
ASRClient_T_CRTDLL.lib(SocketFile.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) protected: void __thiscall
std::basic_filebuf<char,struct std::char_traits<char> >::_Initcvt(void)"
(__imp_?_Initcvt@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IAEXXZ)
referenced in function "public: int __thiscall
CSocketFile::SocketToFile(unsigned int,char const *)"
(?SocketToFile@CSocketFile@@QAEHIPBD@Z)

ASRClient_T_CRTDLL.lib(SocketFile.obj) : error LNK2019: unresolved external
symbol "__declspec(dllimport) struct _iobuf * __cdecl std::__Fiopen(char
const *,int)" (__imp_?__Fiopen@std@@YAPAU_iobuf@@PBDH@Z) referenced in
function "public: int __thiscall CSocketFile::SocketToFile(unsigned int,char
const *)" (?SocketToFile@CSocketFile@@QAEHIPBD@Z)

.... (another 12 errors like these)

Does anyone have any suggestions?

Thanks Chris
.



Relevant Pages

  • LINKING errors, WHY?
    ... I have spent alot of time trying to solve it but to no avail....please help! ... Compiling... ... Thanks Chris ... Prev by Date: ...
    (microsoft.public.dotnet.general)
  • Working in V6.0 but not in NET 2003 (V7.0), LNK2019 errors
    ... I have spent alot of time trying to solve it but to no avail....please help! ... Compiling... ... Thanks Chris ... Prev by Date: ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: Most complete CLI-only distro?
    ... > Thank you Chris! ... > of ~3 reduction in the code to be compiled. ... going to be happy when you have a lot of compiling to do. ... > special lightweight Linii like Vector, Damn Small, Tiny, maybe ...
    (alt.os.linux)
  • Re: Memory requirements between releases
    ... Chris wrote: ... > Did the memory requirement really jump that much or is something ... > the amount of memory required? ... > swaps like mad when compiling. ...
    (freebsd-stable)
  • Re: DevExpress EQ Grid 3.2.2 and D2006
    ... which is basically the uses for IMGLIST and VARIANTS. ... but I end up with EQTLD7.BPL not compiling with an error of ... > I don't have the source for the EQGrid itself, so that could be part of my ... Prev by Date: ...
    (borland.public.delphi.thirdpartytools.general)

Loading