Layty
Layty
I have test [Release 1.11.3](https://github.com/pocoproject/poco/releases/tag/poco-1.11.3-release) is build ok but Release 1.12.0 is error
I have change that, add cxx and c flag ``` # C++11/14 compiler flags SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 ") SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 ") include(CXX1x) check_for_cxx14_compiler(CXX14_COMPILER) ``` but show follow ``` [build]...
win32 是不是不支持socket 库? 提示 ``` E/lua.err luatos.exe: E/lua.err tt.lua:2: attempt to index a nil value (global 'socket') stack traceback: tt.lua:2: in main chunk [C]: in ? ``` 是否需要类似一个 socket.lua的文件?
@mrherman can you show your demo ?
现在支持了吗 linux 或者win32
@Patater I have two gcc like follow, so how can I focus the second , I have used -D CMAKE_C_COMPILER=xxx -D CMAKE_CXX_COMPILER=xxx C:\Program Files (x86)\GNU Tools ARM Embedded\6 2017-q2-update\bin\arm-none-eabi-g++.exe C:\Program...
排版的时候 把项目和前面的介绍在导出的时候分页
do you have any example ? I tried but failed    