|
-
May 26th, 2011, 07:37 AM
#3
Re: Linker error while connecting static library with DLL
I had defination as well.This static library builds succesfully,but when trying build another C++ DLL throws linker error.Here is defination of SetLogger().
log4net::ILog^ CustomLog::SetLogger()
{
String^ str = "CustomLoger";
CustomLog::m_logger = log4net::LogManager::GetLogger(str);
return CustomLog::m_logger;
}
Any thoughts??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|