alphahex99

Results 3 issues of alphahex99

Running single-file.exe gives me this error: ``` Failed to spawn 'C:\Program Files\Chromium\Application\chrome.exe': File not found ``` My chrome is installed here: ``` C:\Program Files\Google\Chrome\Application\chrome.exe ``` [README](https://github.com/gildas-lormeau/single-file-cli?tab=readme-ov-file#installation) says to use a...

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` class modem_t { ~modem_t(void); } ``` ## It looks like:...

In my root CMakeLists.txt I: ``` # glbinding set(OPTION_BUILD_TOOLS OFF CACHE BOOL "" FORCE) set(OPTION_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE) add_subdirectory(external/glbinding/) ``` And then I only link: ``` target_link_libraries(${PROJECT_NAME} PRIVATE...