1>LINK : fatal error LNK1181: 无法打开输入文件“optimized.lib” 可以到http://forum.osgearth.org搜索相关帖子,gwaldron说这很可能是CMake3.0以上版本的问题: gwaldron Reply | Threaded | More Jun 24, 2016; 9:45pm Re: Build error I solved this problem like this: CMake (3+) comes with
Sub fileCreate2() Dim folderPath, fileName, s As String Dim fs, fo, fc, f As Object folderPath = "C:\Users\ofu1\Desktop\ログ" Open folderPath & "\" & "test02.txt" For Output As #1 Print #1, "fdsaf" Close #1 En