我的环境是:sco5.0.5+oracle7.3.4+gcc2.9 或(windows2003 + vc6 + oracle9i) 将要实现的函数(有"EXEC SQL"数据库操作的),全部写在一个pc文件中编译没有问题,但是果然写到不同的pc文件中时,编译会提示如下错误:"fatal error lnk1169: one or more multiply defined symbols found",提示sqlca重复定义?!! 非常感谢哪位大虾指点指点! (我现在的pc文件已经快2万行了,痛苦ing :( )
by stinkpig - Oracle - 2004-08-26 10:27:41 阅读(1101) 回复(0)
我的环境是:sco5.0.5+oracle7.3.4+gcc2.9 或(windows2003 + vc6 + oracle9i) 将要实现的函数(有"EXEC SQL"数据库操作的),全部写在一个pc文件中编译没有问题,但是果然写到不同的pc文件中时,编译会提示如下错误:"fatal error lnk1169: one or more multiply defined symbols found",提示sqlca重复定义?!! 非常感谢哪位大虾指点指点! (我现在的pc文件已经快2万行了,痛苦ing :( )
Zend 20020623011328213738x?? 漒蛬?/璾恦m卜\涻鸵f猾开vVK??赸擟桖鑍蛜虒gf%疊r?`?!???鐑@ `?0?9??0?皤彯??Kh拉麝U谨~镎?尝p?辷?RL? ?爠 >鼢帍嶯居铛苧 GL??.垨t,矦唐汜xg湇嗐i?请阌滍??聰,$
请各位大虾帮我看看,连接报错.
test error lnk2019: 无法解析的外部符号 "public: __thiscall YP::queue
我用vc.net 建立了一个w32项目,里面调用了一个函数Netbios()
生成时总是报错: error lnk2019: 无法解析的外部符号 _Netbios@4
我搞不清住这是怎么回事?
我的头文件包含了
#include
我的windows多线程程序在debug下执行正常,但是在release后执行就会出现 Runtime error R6016 - not enough space for thread data 请问这个错误信息是什么回事?应该怎么解决
public function exeQuery($sql) { global $row; $conn = $this->conn; $row = null; //echo "query OK before\n"; /* Send a query to the server */ if ($result = $conn->query($sql)) { //echo "query OK\n"; //print("Very large cities are:\n"); /* Fetch the results of the query */ $row = $result->fetch_a...
我安装了linux7.3+php4.3.6+ldap2.0.23+apache1.3.29。apache和php的测试都没问题都可以通过IE浏览到。就在我加上LDAPExplorer浏览我在ldap中的entry时就会出现;“fatal error: Call to undefined function: ldap_connect() in /usr/local/apache/htdocs/LDAPExplorer/tree.php on line 231”。 我试过在被人建立的LDAPExplorer中可以浏览到ldap中的entry.请各位指教一下什么地方出现问题!!
问题如标题:
1、发送端代码
void* SendThread(void*){
cout<<"send thread is start : "<