
调试技巧
jasonM2008
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
调试DLL技巧之,无EXE源代码,有DLL源代码调试!
在DLL中设置好断点,在工程->属性->命令行->选中EXE程序运行!,当EXE运行到自己的DLL的时候可以但不,查找DLL的错误!!原创 2009-08-13 14:33:00 · 2394 阅读 · 1 评论 -
VC调试!调试工具栏功能一览!
调试工具栏截图!原创 2009-08-18 13:34:00 · 1350 阅读 · 2 评论 -
在非控制台程序中使用控制台来调试程序。
对于在某些情况下,在非console程序中需要控制台来打印日志方便的调试程序。可以用下面这个类。写的粗糙,class CConsoleLog{public: CConsoleLog(void); ~CConsoleLog(void); void Log(char *format, ...);};#include #include #include原创 2011-11-27 14:03:24 · 730 阅读 · 0 评论 -
编译webrtc到pjsip中的方法
webrtc编译原创 2015-11-12 09:24:58 · 7153 阅读 · 0 评论 -
完美解决libvpx链接时候错误的问题
/usr/bin/ld: libs/libvpx/libvpx.a(subpixel_mmx.asm.o): relocation R_X86_64_PC32 against symbol `vp8_bilinear_filters_x86_8' can not be used when making a shared object; recompile with -fPIC错误提示如原创 2016-07-18 15:27:32 · 5869 阅读 · 0 评论 -
解决ubuntu上samba服务器通过windows访问不了的问题。
samba 通过windows访问不了。原创 2016-12-22 16:05:35 · 10325 阅读 · 0 评论 -
webrtc compile notes
system requirements:A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly recommended.1. SDK download URL :https://go.microsoft.com/fwlink/p/?LinkId=845299 windows 10 sdk原创 2017-12-04 10:31:19 · 827 阅读 · 0 评论