From c125ecd7de59131491c0de275fafaf17f5539e2b Mon Sep 17 00:00:00 2001 From: Robert Salita Date: Thu, 2 Jul 2026 23:25:24 +0200 Subject: [PATCH] Add missing parallel_boards.cpp/.hpp to Visual Studio projects calc_tables.cpp and solve_board.cpp reference resolve_worker_count and parallel_all_boards_n from system/parallel_boards.cpp, but neither dds_native.vcxproj nor DDS.vcxproj compiles that file, so dds_native.dll fails to link with unresolved externals (and executables consuming the DDS static library fail the same way). Add the .cpp to both projects, and the .hpp to the header lists and filters files for consistency with the other system/ sources. Co-authored-by: Cursor --- solution/DDS.vcxproj | 2 ++ solution/DDS.vcxproj.filters | 6 ++++++ solution/dds_native.vcxproj | 2 ++ solution/dds_native.vcxproj.filters | 6 ++++++ 4 files changed, 16 insertions(+) diff --git a/solution/DDS.vcxproj b/solution/DDS.vcxproj index b41de484..00dd562e 100644 --- a/solution/DDS.vcxproj +++ b/solution/DDS.vcxproj @@ -91,6 +91,7 @@ + @@ -132,6 +133,7 @@ + diff --git a/solution/DDS.vcxproj.filters b/solution/DDS.vcxproj.filters index fce01c52..6d0f00db 100644 --- a/solution/DDS.vcxproj.filters +++ b/solution/DDS.vcxproj.filters @@ -133,6 +133,9 @@ library\src\system + + library\src\system + library\src\system @@ -292,6 +295,9 @@ library\src\system + + library\src\system + library\src\system diff --git a/solution/dds_native.vcxproj b/solution/dds_native.vcxproj index 1c4f7a36..5bbf61e8 100644 --- a/solution/dds_native.vcxproj +++ b/solution/dds_native.vcxproj @@ -86,6 +86,7 @@ + @@ -128,6 +129,7 @@ + diff --git a/solution/dds_native.vcxproj.filters b/solution/dds_native.vcxproj.filters index 74d08c55..b9fb5a42 100644 --- a/solution/dds_native.vcxproj.filters +++ b/solution/dds_native.vcxproj.filters @@ -108,6 +108,9 @@ library\src\system + + library\src\system + library\src\system @@ -230,6 +233,9 @@ library\src\system + + library\src\system + library\src\system