03 2017 档案
摘要:private: static char* szResult; static wchar_t* wszResult; public: // wchar 转 char static const char* wchar_t_Unicode_To_GB2312(wchar_t* str) { if (szResult) { ...
阅读全文
摘要:https://support.microsoft.com/zh-cn/help/148652/a-lnk2005-error-occurs-when-the-crt-library-and-mfc-libraries-are-linked-in-the-wrong-order-in-visual-
阅读全文
摘要:在添加外部库的时候出现了错误,如下。其实是某一方运行库设置的问题。 网友遇到类似情况 http://stackoverflow.com/questions/4917592/compiling-and-using-jsoncpp-on-visual-studio10-with-boost 请确认各个编
阅读全文
摘要:用VS 2010也留了不少TODO,才发现开了VS的Task List窗口竟然看不到代码页里的TODO位置。看了一下Microsoft的官方Blog,发现原来只有VC++用这个功能时是需要手动开启的,VB、C#都是直接开启的。VC++开启这个功能的位置如下: 工具->选项->文本编辑器->C/C++
阅读全文
摘要:2016/11/18 18:11 osg2cpp 2cpp 2016/11/18 18:11 osganalysis 分析 2016/10/22 14:36 osgAndroidExampleGLES1 ...
阅读全文