Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Issue with 64 pro toolkit with WF4

ajaypanchwagh2

New member
Hi all
when i integrate 64 bit tool kit i get following error
Please help me.
Version of VS used is VS 2005 SP.
I also tried this application on VS2005 RTM.
I am using 64 bit compiler linker , libraries and
headers for VS 2005.and using /MD configuration

upon investigation i found that I have .net farmework 2.0
sp installed that machine.

it is cause any impact?

1>protoolkit.lib(srcbase.obj) : error LNK2001: unresolved
external symbol "__int64 const std::_BADOFF" (?
_BADOFF@std@@3_JB)
1>protoolkit.lib(osapisrc.obj) : error LNK2001:
unresolved external symbol "__int64 const std::_BADOFF"
(?_BADOFF@std@@3_JB)
1>protoolkit.lib(stringsrc.obj) : error LNK2001:
unresolved external symbol "__int64 const std::_BADOFF"
(?_BADOFF@std@@3_JB)
1>protoolkit.lib(srcnet.obj) : error LNK2001: unresolved
external symbol "__int64 const std::_BADOFF" (?
_BADOFF@std@@3_JB)
1>protoolkit.lib(srcbase.obj) : error LNK2001: unresolved
external symbol "public: static class std::locale::id
std::ctype<char>::id" (?id@?$ctype@D@std@@2V0locale@2@A)
 

Sponsor

Articles From 3DCAD World

Back
Top