Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:34:19 +0000



Post From: Compile error after pre-release update to 2656

[2024-07-16 01:08:30]
d9e5c763 - Posts: 108
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/assert-asserte-assert-expr-macros
build failed because mingw32 does not have _ASSERT macro
i added
#define _ASSERT(expr) ((void)0)
to
scstructures.h
to allows build passed