Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Issue with 64 pro toolkit with WF4

  • Thread starter Thread starter ajaypanchwagh2
  • Start date Start date
A

ajaypanchwagh2

Guest
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)
 
Please attach your makefile. That will help determine the cause.
 
Are you expecting makefiles from Protoolkit?
 
I thought you were using make files to compile your application. That doesn't seem to be the case.
 

Part and Inventory Search

Sponsor

Back
Top