Hi,

Am 29.05.2011 um 17:01 schrieb Thomas:

> i have added some convert() templates to get my code to compile, but
> im currently lost fixing these linker problems:
> 
> 1>CacheSystem.obj : error LNK2001: unresolved external symbol "class
> std::basic_string<char,struct std::char_traits<char>,class
> std::allocator<char> > __cdecl litesql::convert<char *,class
> std::basic_string<char,struct std::char_traits<char>,class
> std::allocator<char> > >(char *)"
> (??$convert@PADV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@litesql@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAD@Z)
> 1>CacheSystem.obj : error LNK2001: unresolved external symbol "int
> __cdecl litesql::convert<char const *,int>(char const *)"
> (??$convert@PBDH@litesql@@YAHPBD@Z)
> 
> any suggestions?

Can you recompile the complete project first, sometimes there are strange 
errors with visual studio 
when incremental linking is setted?

> or how to find the usage of these templates, so i could fix the code instead?

they are used in CacheSystem.c(pp|xx) - the source file which creates 
CacheSystem.obj. ;)

Kind regards,
Gulliver


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Litesql-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/litesql-users

Reply via email to