Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » U++ now in namespace Upp.....
U++ now in namespace Upp..... [message #7225] |
Tue, 19 December 2006 00:45 |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
...means you need to add
using namespace Upp;
into your headers (right after U++ includes).
Alternatively, you can use "NONAMESPACE" flag in main config.
Macro UPP is defined to Upp in normal mode and to empty text in NONAMESPACE mode. That is to resolve this problem:
void Foo::Font(UPP::Font fnt)
Mirek
|
|
|
Goto Forum:
Current Time: Sun Jul 06 18:03:13 CEST 2025
Total time taken to generate the page: 0.03841 seconds
|