Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Quote from SEGGER - Nino: “Hello Lee, Thank you for your inquiry. Embedded Studio is a graphical IDE. So all usecases are designed around using the GUI with the integrated tool chain. So our recommendation is to use the GUI and project options and set all includes and preprocessor defines there. When linking against a third party IDE you have to ideally do this only once (except the SDK is designed bad, but that is not on us). We do not recommend to edit the .emProject manually. Any issues you m…
-
Hello, when I'm adding any solution or project, e.g. static library, to another solution, e.g. executable, I have manually copy all preprocessor derictives and includes. Is it correct way to use static libraries in SES? It's not very comfortable. Is there any tool (or are there plans to develop this tool in future) to import all preprocessors together with solution when adding to current project?