查看静态库.a文件包含的内容用下面的命令解压: [plain] view plain copy print? ar x libgdal.a [plain] view plain copy print? [plain] view plain copy print? 然后就可以查看文件了: [plain Read More
posted @ 2017-08-26 07:51
findumars
Views(18351)
Comments(0)
Diggs(1)
紧接前文,第一行cl命令如下: [plain] view plain copy print? 1> cl /c /IC:\...\include /ZI /nologo- /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _UNICOD Read More
posted @ 2017-08-26 07:43
findumars
Views(6271)
Comments(0)
Diggs(0)
Ubuntu 15.04已经可以直接通过apt-get insall 安装clang 3.6, 并且预装的gcc版本是4.9.2。这些安装过程在这里介绍。 首先下载boost源码 [plain] view plain copy print? wget -O boost.1.59.tar.bz2 ht Read More
posted @ 2017-08-26 07:43
findumars
Views(427)
Comments(0)
Diggs(0)
http://blog.csdn.net/csfreebird/article/details/10105681 dumpbin /HEADERS gdal18.dll(or xxx.exe) 如果安装过VS2012的话,直接打开一个VS 2012提供的控制台窗口,比如VS2012 x64 Nati Read More
posted @ 2017-08-26 07:40
findumars
Views(1383)
Comments(0)
Diggs(0)
https://msdn.microsoft.com/en-us/library/dd162759(v=vs.85).aspx Painting and Drawing This overview describes how the system manages output to the scre Read More
posted @ 2017-08-26 07:39
findumars
Views(256)
Comments(0)
Diggs(0)