U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » how to solve? (add compiler option -> solved)
Re: how to solve? (add compiler option -> solved) [message #21344 is a reply to message #21336] Thu, 14 May 2009 08:06 Go to previous message
mr_ped is currently offline  mr_ped
Messages: 826
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
You can also use build configuration...

Project / Main package configuration for let's say package B, there define line with FLAGS: "NO_INCLUDE_OF_A" and choose it as build configuration, then in code you can use (there will be keyword "flag" added to the flag name):

#ifndef flagNO_INCLUDE_OF_A
#include "files from A"
#endif
 
Read Message
Read Message
Read Message
Previous Topic: Are there any plans supporting Vector/Array/Map::operator[] during debug?
Next Topic: Cross Compile to ARM via ToolChain
Goto Forum:
  


Current Time: Wed Jul 01 01:14:09 GMT+2 2026

Total time taken to generate the page: 0.00489 seconds