Results 8 comments of 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 ![image](https://user-images.githubusercontent.com/14368090/185523727-d9373591-27ae-4ab7-9846-113df36486fe.png) ![image](https://user-images.githubusercontent.com/14368090/185523751-d5f04526-3d44-4661-8103-d1da91f3d5ea.png) ![image](https://user-images.githubusercontent.com/14368090/185523791-4c0138e1-5aab-4b48-a180-efff0adb1ced.png) ![image](https://user-images.githubusercontent.com/14368090/185523816-b3016049-3580-4b51-b3cb-a80b636209b0.png)