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

Managed C++/CLI

 
QuestionAbstract class Object Creation Pin
Ramu Marriboina16-Mar-06 22:10
Ramu Marriboina16-Mar-06 22:10 
AnswerRe: Abstract class Object Creation Pin
2bee 16-Mar-06 23:07
2bee 16-Mar-06 23:07 
AnswerRe: Abstract class Object Creation Pin
toxcct17-Mar-06 0:30
toxcct17-Mar-06 0:30 
QuestionRetrieve unmanaged pointer from C++/CLI lib Pin
Jared McIntyre16-Mar-06 11:49
Jared McIntyre16-Mar-06 11:49 
AnswerRe: Retrieve unmanaged pointer from C++/CLI lib Pin
George L. Jackson16-Mar-06 14:56
George L. Jackson16-Mar-06 14:56 
AnswerRe: Parallel Port Programming Question Pin
George L. Jackson15-Mar-06 10:50
George L. Jackson15-Mar-06 10:50 
QuestionType check wont work properly Pin
Polity4h15-Mar-06 10:48
Polity4h15-Mar-06 10:48 
QuestionRe: Type check wont work properly Pin
2bee 16-Mar-06 10:28
2bee 16-Mar-06 10:28 
Is this line correct?

NewPlugin->Instance = dynamic_cast(Activator::CreateInstance(PluginAssembly->GetType(PluginType->ToString())));

I can't see the type your are casting to? Probably a typo in your post. Wasn't it dynamic_cast < type-id > ( expression ) I guess you are using <IPlugin^>, don't you?

AnswerRe: Type check wont work properly Pin
Polity4h16-Mar-06 12:02
Polity4h16-Mar-06 12:02 
Questionmax characters of the type String Pin
Trankil15-Mar-06 5:51
Trankil15-Mar-06 5:51 
AnswerRe: max characters of the type String Pin
Nemanja Trifunovic15-Mar-06 6:28
Nemanja Trifunovic15-Mar-06 6:28 
JokeRe: max characters of the type String Pin
toxcct15-Mar-06 6:40
toxcct15-Mar-06 6:40 
GeneralRe: max characters of the type String Pin
prrusa15-Mar-06 11:11
prrusa15-Mar-06 11:11 
GeneralRe: max characters of the type String Pin
George L. Jackson15-Mar-06 12:10
George L. Jackson15-Mar-06 12:10 
GeneralRe: max characters of the type String Pin
prrusa15-Mar-06 12:22
prrusa15-Mar-06 12:22 
GeneralRe: max characters of the type String Pin
George L. Jackson15-Mar-06 12:26
George L. Jackson15-Mar-06 12:26 
GeneralRe: max characters of the type String Pin
Trankil15-Mar-06 20:13
Trankil15-Mar-06 20:13 
GeneralRe: max characters of the type String Pin
toxcct15-Mar-06 21:15
toxcct15-Mar-06 21:15 
GeneralRe: max characters of the type String Pin
Trankil15-Mar-06 20:15
Trankil15-Mar-06 20:15 
GeneralRe: max characters of the type String Pin
George L. Jackson16-Mar-06 3:10
George L. Jackson16-Mar-06 3:10 
AnswerRe: max characters of the type String Pin
George L. Jackson15-Mar-06 10:47
George L. Jackson15-Mar-06 10:47 
GeneralRe: max characters of the type String Pin
prrusa16-Mar-06 2:19
prrusa16-Mar-06 2:19 
QuestionParallel Port Programming Question Pin
kmaster15-Mar-06 4:41
kmaster15-Mar-06 4:41 
QuestionVS2005 program won't run Pin
DRHuff15-Mar-06 4:33
DRHuff15-Mar-06 4:33 
AnswerRe: VS2005 program won't run Pin
toxcct15-Mar-06 5:04
toxcct15-Mar-06 5:04 

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.