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

Managed C++/CLI

 
GeneralRe: debugging VC6.0 DLL from VS .NET 2003 Pin
eddyroth13-Jan-06 4:40
eddyroth13-Jan-06 4:40 
GeneralRe: debugging VC6.0 DLL from VS .NET 2003 Pin
Nish Nishant13-Jan-06 4:48
sitebuilderNish Nishant13-Jan-06 4:48 
QuestionCopy Constructors Pin
Tom Moore13-Jan-06 1:11
Tom Moore13-Jan-06 1:11 
AnswerRe: Copy Constructors Pin
Nish Nishant13-Jan-06 3:19
sitebuilderNish Nishant13-Jan-06 3:19 
GeneralRe: Copy Constructors Pin
Tom Moore14-Jan-06 11:37
Tom Moore14-Jan-06 11:37 
GeneralRe: Copy Constructors Pin
Nish Nishant14-Jan-06 17:22
sitebuilderNish Nishant14-Jan-06 17:22 
QuestionDynamically created property Pin
Soundman32.211-Jan-06 4:34
Soundman32.211-Jan-06 4:34 
AnswerRe: Dynamically created property Pin
Nish Nishant11-Jan-06 4:36
sitebuilderNish Nishant11-Jan-06 4:36 
Neil_Scales wrote:
I can make any of my MC++ classes have static properties (via the property keyword), but how can I create a property list dynamically at runtime?


You cannot alter a class at runtime. You could attempt to dynamically create a new class derived from another class and then instantiate it dynamically at runtime.

Regards,
Nish


QuestionRE: Sinh Calculator Pin
Dylan06038811-Jan-06 3:39
Dylan06038811-Jan-06 3:39 
AnswerRe: RE: Sinh Calculator Pin
Nish Nishant11-Jan-06 3:52
sitebuilderNish Nishant11-Jan-06 3:52 
Question[C++.NET] Using class of a VC6 and none-MFC DLL Pin
ChocoSoft10-Jan-06 21:56
ChocoSoft10-Jan-06 21:56 
AnswerRe: [C++.NET] Using class of a VC6 and none-MFC DLL Pin
Nish Nishant11-Jan-06 3:50
sitebuilderNish Nishant11-Jan-06 3:50 
AnswerRe: [C++.NET] Using class of a VC6 and none-MFC DLL Pin
ChocoSoft12-Jan-06 3:15
ChocoSoft12-Jan-06 3:15 
GeneralRe: [C++.NET] Using class of a VC6 and none-MFC DLL Pin
Nish Nishant12-Jan-06 3:31
sitebuilderNish Nishant12-Jan-06 3:31 
GeneralRe: [C++.NET] Using class of a VC6 and none-MFC DLL Pin
toxcct12-Jan-06 3:46
toxcct12-Jan-06 3:46 
GeneralRe: [C++.NET] Using class of a VC6 and none-MFC DLL Pin
Nish Nishant12-Jan-06 4:44
sitebuilderNish Nishant12-Jan-06 4:44 
GeneralRe: [C++.NET] Using class of a VC6 and none-MFC DLL Pin
ChocoSoft12-Jan-06 4:49
ChocoSoft12-Jan-06 4:49 
GeneralRe: [C++.NET] Using class of a VC6 and none-MFC DLL Pin
Nish Nishant12-Jan-06 6:36
sitebuilderNish Nishant12-Jan-06 6:36 
QuestionText Databasing Pin
LightWolf19879-Jan-06 17:46
LightWolf19879-Jan-06 17:46 
AnswerRe: Text Databasing Pin
toxcct9-Jan-06 21:58
toxcct9-Jan-06 21:58 
GeneralRe: Text Databasing Pin
Nish Nishant10-Jan-06 3:50
sitebuilderNish Nishant10-Jan-06 3:50 
AnswerRe: Text Databasing Pin
Nish Nishant10-Jan-06 3:49
sitebuilderNish Nishant10-Jan-06 3:49 
AnswerRe: Text Databasing Pin
Curtis Schlak.10-Jan-06 4:52
Curtis Schlak.10-Jan-06 4:52 
Questionprogram wont enter main() until character input is given Pin
maladuk9-Jan-06 8:08
maladuk9-Jan-06 8:08 
AnswerRe: program wont enter main() until character input is given Pin
Nish Nishant9-Jan-06 11:35
sitebuilderNish Nishant9-Jan-06 11:35 

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.