
C++
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
error LNK2001: unresolved external symbol __chkesp
When building a project with Visual C++ 6.0, you may get the following linker error: error LNK2001: unresolved external symbol __chkesp The new compiler stack-checking feature requires y原创 2011-11-30 13:34:29 · 756 阅读 · 0 评论 -
VC6.0 error LNK2001: unresolved external symbol _main解决办法
学习VC++时经常会遇到链接错误LNK2001,该错误非常讨厌,因为对于编程者来说,最好改的错误莫过于编译错误,而一般说来发生连接错误时,编译都已通过。产生连接错误的原因非常多,尤其LNK2001错误,常常使人不明其所以然。如果不深入地学习和理解VC++,要想改正连接错误LNK2001非常困难。 初学者在学习VC++的过程中,遇到的LNK2001错误的错误消息主要为: unresolv转载 2011-11-30 13:35:35 · 1054 阅读 · 0 评论 -
如何在VC中通过添加资源文件,使程序在Vista上用管理员权限运行
version="1.0.0.0" processorArchitecture="X86" name="test.exe.manifest" type="win32" /> 该代码添加到VC资源中即可, 添加方式: 添加一个“custom”资源,"reso转载 2011-11-30 14:34:20 · 884 阅读 · 0 评论 -
Top-left Bottom-left DIB
有两种DIB, 一种是左上角的, 另一种是左下角的原创 2011-12-02 23:42:43 · 481 阅读 · 0 评论