Robin Steiner C# and C++ Interop using P/Invoke Interoperability between C# and C++ is often necessary when leveraging existing C++ libraries or accessing platform-specific functionalities. Platform Invoke (P/Invoke), facilitated by the DllImport a... C# C++ Jan 1, 2025 Software Development
JetBrains MPS Tables In this article we will look into creating a simple table editor for JetBrins MPS. For this we will use the "de.slisson.mps.tables" language that is part of the Mbeddr Platform. To explore the base co... JetBrains MPS Sep 4, 2024 Software Development