新知识

extern "C"
{
int MyExportedFunction(char *buffer, int length);
void MyOtherFunction();
};

命令行收集(DOS/Linux/nc/xscan/xsniffer)
https://www.cnblogs.com/xmphoenix/archive/2011/03/14/1984130.html
可执行文件(ELF)格式的理解
https://www.cnblogs.com/xmphoenix/archive/2011/10/23/2221879.html
linux 消息队列简单例程
https://www.cnblogs.com/xmphoenix/archive/2011/04/29/2033026.html
https://www.cnblogs.com/xmphoenix/archive/2011/04/28/2031851.html
GCC 编译选项(转)
https://www.cnblogs.com/xmphoenix/archive/2011/03/21/1989944.html

MSVC and MinGW DLLs
https://www.cnblogs.com/xmphoenix/p/3973829.html
https://www.cnblogs.com/lsgxeva/p/12151772.html
https://blog.csdn.net/heyzol/article/details/8586508
https://www.cnblogs.com/wucg/p/5638543.html
https://blog.csdn.net/guoxiaoqian8028/article/details/18915551
http://www.mingw.org/node/85/revisions
https://www.cnblogs.com/floerggyy/archive/2008/02/13/1067778.html
https://blog.csdn.net/davyxie/article/details/5775474
https://www.jianshu.com/p/0e134fddba8d
代码仓库在此,欢迎进行生物工程:
https://github.com/jimboyeah/demo/tree/dllDemo
cnbing 看缓存
已获得 http://mingw.org/wiki/ MSVC_and_MinGW_DLLs 的缓存页面
https://www.transmissionzero.co.uk/computing/building-dlls-with-mingw/
https://bbs.csdn.net/topics/390134217
https://www.zhihu.com/question/385342229
https://blog.51cto.com/11496263/1846140
https://jmeubank.github.io/tdm-gcc/download/
https://sourceforge.net/projects/tdm-gcc/
https://shinheesang.blogspot.com/2009/11/msvc-and-mingw-dlls-mingw.html
https://xueqing.github.io/blog/vs/mingw_cygwin_msvc/
https://www.transmissionzero.co.uk/computing/advanced-mingw-dll-topics/
https://www.zhihu.com/question/420299666
https://www.allegro.cc/forums/thread/601973
http://blog.sina.com.cn/s/blog_6df5709c0101fz7r.html
https://www.xuebuyuan.com/952057.html
https://github.com/libgit2/libgit2/pull/3660
http://wiki.ogre3d.org/TDM+MinGW64+build+guide
https://icl.cs.utk.edu/lapack-for-windows/lapack/

原文地址:https://www.cnblogs.com/marklove/p/14285613.html