From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-07-06 13:47:17


On Tuesday 06 July 2004 1:26 pm, Brian Carlson wrote:
> I have a project that worked fine with .Net 2002 (7.0.9466). But when I
> open it up on .Net 2003 (7.1.3088) it compiles, but when it links I get
> the following warning:
>
>
>
> CDlgcEventProcessor.obj : error LNK2019: unresolved external symbol
> "public: __thiscall boost::thread::thread(class
> boost::function0<void,struct boost::empty_function_policy,struct
> boost::empty_function_mixin,class std::allocator<class
> boost::function_base> > const &)"
> (??0thread_at_boost@@QAE_at_ABV?$function0_at_XUempty_function_policy_at_boost@@Uemp
> ty_function_mixin_at_2@V?$allocator_at_Vfunction_base_at_boost@@@std@@@1@@Z)
> referenced in function "protected: int __thiscall
> DlgcFW2::CDlgcEventProcessor::StartThread(void)"
> (?StartThread_at_CDlgcEventProcessor@DlgcFW2@@IAEHXZ)
>
>
>
> Anyone have this kind of problem before?

Did you rebuild the threads library in addition to rebuilding the project?

        Doug