vtorri

Results 124 comments of vtorri

modest is being rewriting, look at https://github.com/lexbor/lexbor

modest is being rewriting, look at https://github.com/lexbor/lexbor

@Immortalin https://github.com/lexborisov/Modest/blob/master/LICENSE

> It would be useful for debugging purposes if you checked what's at line 277 of the meson.build file. well, I specified the version of graphene > Current tip of...

use "UNICODE" versions of functions on Windows : * pass -DUNICODE to compiler flags * wmain : https://docs.microsoft.com/en-us/cpp/c-language/using-wmain?view=msvc-170 * _wfopen : https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/fopen-wfopen?view=msvc-170

i usually prefer enum, as there is no parsing of the string, but that's my opinion On Windows, you choose pixel format with values (Direct2D, Direct3D). With SDL too. Afaik,...

what is the status of this request ?

as a "reference", read this message from one of the mingw-w64 developper : https://sourceforge.net/p/mingw-w64/mailman/message/37379354/

i agree. There are several fixes and also build system improvements, which could justify a new release

add -lopus at the end, that is mingw32-g++ main.cpp -L "folderWhereIUnarchiveThePreviousFile" -lopus