尹曙光ID:newsunet
41458次访问,排名2628好友14人,关注者20
喜欢研究操作系统和计算机网络,喜欢FreeBSD,喜欢Linux,喜欢DotNET技术,目前主要的工作是嵌入式系统。
newsunet的文章
原创 63 篇
翻译 0 篇
转载 3 篇
评论 28 篇
最近评论
newsunet:唉,CSDN改版改的找不到怎么修改文档了,愿为有一个错误

{
"name":"James",
"birthday":"new Date(1034000000000)"
}


不应该有引号,应该是:

{
"name":"James",
"birthday……
kevin:ext(RSH)方式中,还是需要为TortoisePlink.exe输入一次密码,是不是有办法能在批处理文件中加入密码哪?

因为我需要批量进行处理,每个停下来等带输入密码,太影响效率了。
enjoyo:*CopyRight(c):2006 Sinoprise Technology Lab
这句话是习贯性的写上的,大家如果有兴趣可以完善和改进这个类,我不要求您公开您的修改,您可以无限制的使用,当然,我欢迎你公开你的改动,欢迎大家交流.
中国福虎:本公司现招聘PHP程序员一名。
如果您有兴趣请访问WWW.51JOB.COM搜索上海福虎科技有限公司 。
或直接发送简历到hr@chinafu.com。
enjoyo:当然可以用CVS.exe,可是这个东东我只有在Linux下才用过,在Windows下,我只用过CVSNT,WinCVS,TortoiseCVS,这些软件里都有CVS.exe,可是,我没有找到哪里有CVS.exe的单独下载的地方,所以也就不知道在单独的CVS.exe 里,有没有支持RSH链接的程序,而这里东西在TortoiseCVS里是有的,所以我就把他考贝出来了一份。
文章分类
收藏
相册
风景
工作照片
生活照片
文档附件
Open Source
abiword
codeproject
Eclipse
jboss
linux Kernel
Mono
PostgreSQL中文
sourceforge
程序设计
codeproject
中国软件
搜索引擎
BaiDu
Google
新闻类
中华网
新华网
存档
软件项目交易
订阅我的博客
XML聚合  FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
订阅到BlogLines
订阅到Yahoo
订阅到GouGou
订阅到飞鸽
订阅到Rojo
订阅到newsgator
订阅到netvibes

原创 解决wxWidgets在VS2008下的链接问题(error LNK2001)。收藏

新一篇: 验证MS关于DateTime的JSON表示 | 旧一篇: 什么是ezWinCE

Build一个程序,提示error LNK2001错误,错误提示如下:

------ Rebuild All started: Project: HwMenu, Configuration: Debug Win32 ------
Deleting intermediate and output files for project 'HwMenu', configuration 'Debug|Win32'
Compiling...
HwMenuApp.cpp
MainWnd.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : D:\........\Debug\HwMenu.exe not found or not built by the last incremental link; performing full link
HwMenuApp.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxApp::Initialize(int &,wchar_t * *)" (?Initialize@wxApp@@UAE_NAAHPAPA_W@Z)
HwMenuApp.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxAppConsole::OnAssertFailure(wchar_t const *,int,wchar_t const *,wchar_t const *,wchar_t const *)" (?OnAssertFailure@wxAppConsole@@UAEXPB_WH000@Z)
HwMenuApp.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxAppConsole::OnAssert(wchar_t const *,int,wchar_t const *,wchar_t const *)" (?OnAssert@wxAppConsole@@UAEXPB_WH00@Z)
D:\WORK\菜单识别\HwMenu\Debug\HwMenu.exe : fatal error LNK1120: 3 unresolved externals
Build log was saved at "file://d:\WORK\....\HwMenu\HwMenu\Debug\BuildLog.htm"
HwMenu - 4 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========


有的朋友说是wxWidgets的预定义值没做好,在D:\opt\wxWidgets-2.8.7\lib\vc_lib\mswd\wx的setup.h中,这也是一个思路,但是我的sample中的minimal可以编译通过。各种该加载的库都加载了,还是无法解决此问题。

从错误提示来看,应该是unicode的事情,我在编译时没有选择unicode编译。为什么会出现这个问题呢?

在VS中找来找去,终于找到了,在项目属性中,Configuration Properties->General中,有一个属性:

Project Defaults-> Character Set,好,问题就出现在这里,这里的默认选项是Use Unicode Character Set.
改为:Not Set就好了。

发表于 @ 2008年05月13日 15:20:12|评论(loading...)|编辑

新一篇: 验证MS关于DateTime的JSON表示 | 旧一篇: 什么是ezWinCE

评论:没有评论。

发表评论  


当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
Csdn Blog version 3.1a
Copyright © enjoyo