标题:linux下能不能将新类放到动态连接库中?
只看楼主
yc_wei
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2008-3-29
 问题点数:0 回复次数:0 
linux下能不能将新类放到动态连接库中?
新写了一个类,能不能将类放到动态连接库中去?
我是用g++ -fPIC -shared -o libCCfgFile.so CCfgFile.cpp 生成动态连接库的;
编译连接是用g++ -rdynamic -o temp temp.cpp -lCCfgFile
但编译时报错
temp.cpp: In function `int main(int, char**)':
temp.cpp:7: error: no matching function for call to `CCfgFile::CCfgFile(const char[36])'
CCfgFile.h:14: note: candidates are: CCfgFile::CCfgFile(const CCfgFile&)
CCfgFile.h:17: note:                 CCfgFile::CCfgFile(char*, int)
CCfgFile.h:16: note:                 CCfgFile::CCfgFile()
temp.cpp:9: error: no matching function for call to `CCfgFile::LoadFile(const char[28])'
CCfgFile.h:20: note: candidates are: void CCfgFile::LoadFile(char*, int)

请教教我
搜索更多相关主题的帖子: linux 动态 
2008-09-06 13:06



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-231790-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.157128 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved