I just wanted to test logog. Created a win32 consolApp in vs2010.
Added the includes in Include, and libs in liibraries.
Called
logog::LogFile("D:\Testlog.log");
I get this error.
Error 1 error LNK2019: unresolved external symbol "public: virtual
__thiscall logog::LogFile::~LogFile(void)" (??1LogFile@logog@@UAE@XZ)
referenced in function _wmain D:\CVSSource\me_apm_components\apminsight
\source\dotnetagent\Solutions\TestLogog\TestLogog.obj TestLogog
What settings have I missed?
-JPJ
http://johnwbyrd.github.com/logog/quickstart.html
2. You should read the documentation on Unicode that comes with logog.
http://johnwbyrd.github.com/logog/unicodesupport.html
jwb