yh15kla9

Results 18 issues of yh15kla9

https://www.fixscript.org/

enhancement
ready for release
syntax highlight

https://github.com/rescript-lang

enhancement
ready for release
syntax highlight

Website: https://curv3d.org/ Notepad++ UDL: https://codeberg.org/doug-moen/curv/src/branch/master/lib/Curv_notepad_plusplus.xml

enhancement
syntax highlight

https://github.com/goplus

enhancement
syntax highlight

For example: ``` #pragma comment(linker, "/export:CancelWaitableTimer=kernel32.CancelWaitableTimer") ``` You can see that this is used all over the place in this DLL: https://github.com/cristianadam/api-ms-win-core-synch-Win7/blob/main/api-ms-win-core-synch-l1-2-0.c#L142 They are implementing the missing functions for older...

The last C++17 version of CopperSpice is 1.9.2: https://github.com/copperspice/copperspice/releases/tag/cs-1.9.2 Source code: https://github.com/copperspice/copperspice/archive/refs/tags/cs-1.9.2.zip The exact commit when they switched to C++20: https://github.com/copperspice/copperspice/commit/11ed7a7c95a7c1905bb1408677b76eced7b64d38 So this is the last C++17 code (a bit...

https://github.com/cristianadam/api-ms-win-core-synch-Win7/blob/main/api-ms-win-core-synch-l1-2-0.c ``` occ (OrangeC) Version 6.73.1 Copyright (C) LADSoft 2006-2025 Error( 11) api-ms-win-core-synch-l1-2-0.c(45): Syntax error: ) expected Warning( 74) api-ms-win-core-synch-l1-2-0.c(49): Missing type for parameter '_In_' Error( 99) api-ms-win-core-synch-l1-2-0.c(49): Type mismatch...

I wrote `Linux version of Orange C`, not `Linux support`, because what I'm proposing is a version of Orange C running on Linux but still generates binaries for Windows. This...

Migrating away from the Pelles C version of Windows API headers. MinGW-w64 is a complete C runtime for Windows, you can import other missing bits from it, too.

I'm using the latest version of CMake. It keeps saying it doesn't know how to set the switches for C++17 for Orange C. Yes, I know C++17 support is not...