会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MoonXu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
61
下一页
2020年12月7日
visual studio添加第三方库文件,每次都要配置包含目录和库目录(繁琐),一劳永逸的办法
摘要: 编辑这个文件 C:\Users\xpy\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props和Microsoft.Cpp.x64.user.props,分别是32位和64位的配置 形如: <IncludePath>H:
阅读全文
posted @ 2020-12-07 18:10 MoonXu
阅读(652)
评论(0)
推荐(0)
2020年12月4日
visual studio 错误之errorC2362:“gototmpstr”跳过了“XXXX”的初始化操作
摘要: goto到标签中间,不能有初始化的动作 错误 AVPacket* packet = av_packet_alloc(); 正确 AVPacket* packet; packet = av_packet_alloc();
阅读全文
posted @ 2020-12-04 18:58 MoonXu
阅读(2221)
评论(0)
推荐(0)
visual studio调用SDL2和ffmpeg
摘要: 新建一个空项目Release 64位(因为ffmpeg下载的是64位的) VC++目录-》包含目录,库目录都添加上 链接器-》输入-》附加依赖项添加avformat.lib SDL2.lib SDL2main.lib c/c++-》常规-》SDL检查-》选定“否” 把SDL2.dll复制到工程目录下
阅读全文
posted @ 2020-12-04 18:39 MoonXu
阅读(112)
评论(0)
推荐(0)
2020年12月3日
没用过得库函数
摘要: bsearch(3) CUP_ZERO(3) sched_getaffinity(2) sysconf(3) __builtin_popcount()
阅读全文
posted @ 2020-12-03 14:03 MoonXu
阅读(53)
评论(0)
推荐(0)
2020年12月2日
visual studio编译错误之xx被声明为已否决
摘要: 属性-》c/c++-》常规-》SDL检查-》关闭
阅读全文
posted @ 2020-12-02 13:26 MoonXu
阅读(369)
评论(0)
推荐(0)
vim把一个文件的若干行追加到另一个文件
摘要: :8,11 w! >> my01.c
阅读全文
posted @ 2020-12-02 11:09 MoonXu
阅读(520)
评论(0)
推荐(0)
2020年11月30日
SDL 程序编译错误-undefined reference to `SDL_GetError'
摘要: -lSDL
阅读全文
posted @ 2020-11-30 13:27 MoonXu
阅读(644)
评论(0)
推荐(0)
SDL程序编译错误-error: conflicting types for ‘_XData32’
摘要: Make the following changes in src/video/x11/SDL_x11sym.h at around line 168 /* Not required…these only exist in code in headers on some 64-bitplatform
阅读全文
posted @ 2020-11-30 13:26 MoonXu
阅读(680)
评论(0)
推荐(0)
2020年11月27日
安装m4
摘要: m4 >help2man m4 >makeinfo(也就是texinfo,make的时候sudo make TEXMF=/your/texmf install-tex) m4 >gettext
阅读全文
posted @ 2020-11-27 16:23 MoonXu
阅读(116)
评论(0)
推荐(0)
2020年11月17日
终端工具
摘要: mobaxterm
阅读全文
posted @ 2020-11-17 09:29 MoonXu
阅读(98)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
61
下一页
公告