socket中的问题 [英] problem in socket

查看:78
本文介绍了socket中的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个应用程序 在symbian c ++中,我要从j2me接收数据,然后我必须将数据发送到j2me。我正在使用套接字,我得到以下错误。这个错误意味着..


 


BTPOINTTOPOINTAPPUI.obj:错误LNK2001:未解析的外部符号"public:__thiscall TInetAddr :: TInetAddr(unsigned long,unsigned int)" (?? 0TInetAddr @@ QAE @KI @ Z)


plz帮助我理解这个错误

解决方案

您需要添加"BTPOINTTOPOINTAPPUI.obj"。您的链接标签中的路径。


  1. 选择项目 - >属性 - >从配置属性中选择链接器
  2. 选择常规子项
  3. 在附加库目录中设置包含BTPOINTTOPOINTAPPUI.obj的文件夹的路径

http://msdn.microsoft.com/en-us/library/1xhzskbe的.aspx


I'm developing an application  in symbian c++ in which i hav to receive data from j2me and then i have to send data to j2me.I'm using socket for that and i'm getting the following error.what this error mean..

 

BTPOINTTOPOINTAPPUI.obj : error LNK2001: unresolved external symbol "public: __thiscall TInetAddr::TInetAddr(unsigned long,unsigned int)" (??0TInetAddr@@QAE@KI@Z)

plz help me to understand this error

解决方案

You need to add "BTPOINTTOPOINTAPPUI.obj" path in your link tab.

  1. Select Project -> Properties -> Select Linker from Configuration properties
  2. Select General subitem
  3. Set Path of folder containing BTPOINTTOPOINTAPPUI.obj in Additional Library directory

http://msdn.microsoft.com/en-us/library/1xhzskbe.aspx


这篇关于socket中的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆