随笔分类 -  C/C++语言

摘要:gcc -fno-access-control 阅读全文
posted @ 2022-04-04 09:37 soso101 阅读(580) 评论(0) 推荐(0) 编辑
摘要:gcc -fvisibility 阅读全文
posted @ 2022-04-03 15:49 soso101 阅读(2858) 评论(0) 推荐(0) 编辑
摘要:gcc符号隐藏 阅读全文
posted @ 2022-04-03 15:45 soso101 阅读(2846) 评论(0) 推荐(0) 编辑
摘要:Linux __attribute__((aligned(num))) Windows #pragma pack(push, num) #pragma pack(pop) 或 #pragma pack(num) 阅读全文
posted @ 2022-02-08 19:24 soso101 阅读(45) 评论(0) 推荐(0) 编辑
摘要:定义 /* Define ALIASNAME as a weak alias for NAME. If weak aliases are not available, this defines a strong alias. */ # define weak_alias(name, aliasnam 阅读全文
posted @ 2022-02-07 19:51 soso101 阅读(674) 评论(0) 推荐(0) 编辑
摘要:deleaker 阅读全文
posted @ 2021-12-02 09:46 soso101 阅读(1079) 评论(0) 推荐(1) 编辑
摘要:vs2019项目配置 阅读全文
posted @ 2021-11-23 08:59 soso101 阅读(688) 评论(0) 推荐(0) 编辑
摘要:静态库重定义错误 阅读全文
posted @ 2021-11-21 11:06 soso101 阅读(69) 评论(0) 推荐(0) 编辑
摘要:FFmpeg链接库错误 阅读全文
posted @ 2021-11-21 10:07 soso101 阅读(494) 评论(0) 推荐(0) 编辑
摘要:编译时报错/usr/include/c++/9/ctime:60:11: '::clock_t' has not been declared using ::clock_t; 解决方案是pro中引入了不应该引入的路径,删除后,重新qmake即可解决 阅读全文
posted @ 2021-11-21 10:03 soso101 阅读(684) 评论(0) 推荐(0) 编辑
摘要:qDebug 换行 阅读全文
posted @ 2021-11-05 16:07 soso101 阅读(1206) 评论(0) 推荐(0) 编辑
摘要:NOMINMAX 阅读全文
posted @ 2021-09-16 20:20 soso101 阅读(80) 评论(0) 推荐(0) 编辑
摘要:VS error C1047 阅读全文
posted @ 2021-09-07 16:02 soso101 阅读(435) 评论(0) 推荐(0) 编辑
摘要:LNK2001 阅读全文
posted @ 2021-09-07 14:42 soso101 阅读(1386) 评论(0) 推荐(0) 编辑
摘要:VS utf-8 阅读全文
posted @ 2021-09-02 08:46 soso101 阅读(315) 评论(0) 推荐(0) 编辑
摘要:vs error 2440 阅读全文
posted @ 2021-09-02 08:34 soso101 阅读(97) 评论(0) 推荐(0) 编辑
摘要:这是个很典型的问题,在MSDN上也有描述。问题是这样的: 在一个DLL里面分配内存,然后在DLL的调用者EXE那里释放内存。 当DLL和EXE里面有一个是使用MT连接CRT的时候就有问题。如果DLL和EXE都使用MD,那么就没有问题。 先来看一下问题 直接使用原生指针来传递 在DLL里面创建一个导出 阅读全文
posted @ 2021-08-19 08:22 soso101 阅读(342) 评论(0) 推荐(0) 编辑
摘要:__acrt_first_block == header 阅读全文
posted @ 2021-08-19 08:11 soso101 阅读(1072) 评论(0) 推荐(0) 编辑
摘要:error LNK2019 _WinMain 阅读全文
posted @ 2021-08-07 16:06 soso101 阅读(86) 评论(0) 推荐(0) 编辑
摘要:全局变量和全局静态变量 阅读全文
posted @ 2021-08-05 14:57 soso101 阅读(196) 评论(0) 推荐(0) 编辑