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

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 is currently offline  mirek
Messages: 14290
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
 
Read Message
Previous Topic: TabCtrl and SpinButtons now using GTK theme
Next Topic: NoBackground
Goto Forum:
  


Current Time: Sun Apr 26 01:19:37 GMT+2 2026

Total time taken to generate the page: 0.00496 seconds