Click here to Skip to main content
15,903,012 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
George L. Jackson3-Feb-06 8:55
George L. Jackson3-Feb-06 8:55 
GeneralRe: __gc* equivalent in VC++ 2005 Pin
engsrini3-Feb-06 19:36
engsrini3-Feb-06 19:36 
QuestionShare permissions Pin
kelprinc23-Jan-06 21:10
kelprinc23-Jan-06 21:10 
QuestionConvert Binary File to Text File in C++ Pin
PremalathaP23-Jan-06 19:12
PremalathaP23-Jan-06 19:12 
AnswerRe: Convert Binary File to Text File in C++ Pin
Cedric Moonen23-Jan-06 20:54
Cedric Moonen23-Jan-06 20:54 
AnswerRe: Convert Binary File to Text File in C++ Pin
gecool30-Jan-06 23:44
gecool30-Jan-06 23:44 
Questionsome help with a simple project Pin
vertig073023-Jan-06 6:16
vertig073023-Jan-06 6:16 
QuestionSet default namespace Pin
Ariston Darmayuda23-Jan-06 3:58
Ariston Darmayuda23-Jan-06 3:58 
Hi all....
Maybe you all think this is a silly question, but this problem really disturbing me. The problem is set default namespace for multiple class file. The problem is like this :
at the first file i type :
namespace NSA {
namespace NSB {
//Class statement here.
}
}
The problem came when we create a multiple class file (using Project->Add Class menu) but have same namespace like above. Old way is I type the namespace structure like above in every file. Then i thinking if i create more then 10 class file then i must type the same namespace for 20 times (so you know what will came if we create 3 or more namespace level).

I found in the project properties window (not the pop up) the property call "Root Namespace", I have set up like this "NSA" then in evey file i only type namespace "NSB". But then in the object browser only came the "NSB" namespace. (Doesn't help anyway i think).

Please reply soon, OK.

Thanks for help of you all.
AnswerRe: Set default namespace Pin
Michael Dunn23-Jan-06 7:40
sitebuilderMichael Dunn23-Jan-06 7:40 
AnswerRe: Set default namespace Pin
Saksida Bojan23-Jan-06 11:01
Saksida Bojan23-Jan-06 11:01 
AnswerRe: Set default namespace Pin
Ariston Darmayuda23-Jan-06 17:06
Ariston Darmayuda23-Jan-06 17:06 
GeneralRe: Set default namespace Pin
Saksida Bojan23-Jan-06 20:49
Saksida Bojan23-Jan-06 20:49 
QuestionManaged extensions on the LAN? Pin
IlanTal23-Jan-06 1:20
IlanTal23-Jan-06 1:20 
AnswerRe: Managed extensions on the LAN? Pin
S Douglas24-Jan-06 22:11
professionalS Douglas24-Jan-06 22:11 
GeneralRe: Managed extensions on the LAN? Pin
IlanTal24-Jan-06 22:24
IlanTal24-Jan-06 22:24 
GeneralRe: Managed extensions on the LAN? Pin
S Douglas24-Jan-06 22:34
professionalS Douglas24-Jan-06 22:34 
AnswerRe: Managed extensions on the LAN? Pin
S Douglas24-Jan-06 22:16
professionalS Douglas24-Jan-06 22:16 
GeneralRe: Managed extensions on the LAN? Pin
IlanTal24-Jan-06 22:52
IlanTal24-Jan-06 22:52 
GeneralRe: Managed extensions on the LAN? Pin
S Douglas24-Jan-06 23:04
professionalS Douglas24-Jan-06 23:04 
QuestionCompiled help via the LAN? Pin
IlanTal23-Jan-06 1:19
IlanTal23-Jan-06 1:19 
AnswerRe: Compiled help via the LAN? Pin
S Douglas24-Jan-06 20:28
professionalS Douglas24-Jan-06 20:28 
GeneralRe: Compiled help via the LAN? Pin
IlanTal24-Jan-06 21:10
IlanTal24-Jan-06 21:10 
GeneralRe: Compiled help via the LAN? Pin
S Douglas24-Jan-06 21:38
professionalS Douglas24-Jan-06 21:38 
GeneralRe: Compiled help via the LAN? Pin
IlanTal24-Jan-06 21:58
IlanTal24-Jan-06 21:58 
GeneralRe: Compiled help via the LAN? Pin
S Douglas24-Jan-06 22:05
professionalS Douglas24-Jan-06 22:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.