Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » Global namespace object's properties
Global namespace object's properties [message #46267] |
Sun, 03 April 2016 18:57  |
|
Hi!
I noticed one small problem (generally new C++ parser works very good ):
void App::MainSetup()
{
::MainSetup dlg;
dlg.payment.bank_id
.Add(0, "Nordea")
.Add(1, "BPH");
}
if I press dot after dlg nothing is shown, but if I remove double colon from ::MainSetup everything starts to work. As you can see I use global namespace prefix because of name clash (App::MainSetup and dialog class MainSetup)
|
|
|
|
|
Goto Forum:
Current Time: Tue Jun 10 13:14:45 CEST 2025
Total time taken to generate the page: 0.03757 seconds
|