Madni wrote:
[color=blue]
> Hi,
>
> WHile iam trying to build my project holding a class carrying map (STL)
> as a static data member the following link2001 error is reported .:
>
> WESFWDeviceManager error LNK2001: unresolved external symbol "private:
> static class std::map<class std::basic_string<unsigned short,struct
> std::char_traits<unsigned short>,class std::allocator<unsigned short>[color=green]
>>,unsigned long,struct std::less<class std::basic_string<unsigned
>>short,struct std::char_traits<unsigned short>,class
>>std::allocator<unsigned short> > >,class std::allocator<struct
>>std::pair<class std::basic_string<unsigned short,struct
>>std::char_traits<unsigned short>,class std::allocator<unsigned short> >
>>const ,unsigned long> > > CDeviceLicenseMgr::m_mapDriversCount"
>>(?m_mapDriversCount@CDeviceLicenseMgr@@0V?$map@V ?$basic_string@GU[/color][/color]
$char_traits@G@std@@V?$allocator@G@2@@std@@KU?$les s@V?$basic_string@GU
$char_traits@G@std@@V?$allocator@G@2@@std@@@2@V?$a llocator@U?$pair@$$CBV
$basic_string@GU?$char_traits@G@std@@V
$allocator@G@2@@std@@K@std@@@2@@std@@A)[color=blue]
>
>
> any one plz help me in this[/color]
Not really - without seeing any code I can only guess. But maybe its worth
reading FAQ 10.11. at
http://www.parashift.com/c++-faq-lite.
Mathias