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

Managed C++/CLI

 
GeneralRe: AsyncCallback Instantiation - Why Did This Work? Pin
Oddball17-Jul-08 6:29
Oddball17-Jul-08 6:29 
GeneralRe: AsyncCallback Instantiation - Why Did This Work? Pin
Mark Salsbery17-Jul-08 7:21
Mark Salsbery17-Jul-08 7:21 
GeneralRe: AsyncCallback Instantiation - Why Did This Work? Pin
Oddball17-Jul-08 7:42
Oddball17-Jul-08 7:42 
QuestionExecute Dispose function of a managed class??? Pin
CTaylor8916-Jul-08 8:26
CTaylor8916-Jul-08 8:26 
AnswerRe: Execute Dispose function of a managed class??? Pin
Mark Salsbery16-Jul-08 8:53
Mark Salsbery16-Jul-08 8:53 
GeneralRe: Execute Dispose function of a managed class??? Pin
CTaylor8916-Jul-08 9:23
CTaylor8916-Jul-08 9:23 
GeneralRe: Execute Dispose function of a managed class??? Pin
Mark Salsbery16-Jul-08 9:26
Mark Salsbery16-Jul-08 9:26 
GeneralRe: Execute Dispose function of a managed class??? Pin
CTaylor8916-Jul-08 10:09
CTaylor8916-Jul-08 10:09 
CRadio that is in a dll that is written in C#. It is being declared, initialized and used in a C++/cli application. I want to dispose of it from the C++/cli application. Microsoft however, does not want me to simply be able to call dispose on it.

Thier documentation states "Error C2039 can occur when attempting to write code that will deterministic release of your managed or unmanaged resources." Following their suggestion for further reading, I have not found an anser to this. Sometimes I think Microsoft hates C++ programmers.

Craig

GeneralRe: Execute Dispose function of a managed class??? Pin
Mark Salsbery16-Jul-08 10:31
Mark Salsbery16-Jul-08 10:31 
GeneralRe: Execute Dispose function of a managed class??? Pin
CTaylor8916-Jul-08 10:51
CTaylor8916-Jul-08 10:51 
GeneralRe: Execute Dispose function of a managed class??? Pin
Mark Salsbery16-Jul-08 11:08
Mark Salsbery16-Jul-08 11:08 
QuestionVC#.Net class in VC++.Net ? Pin
Andy Rama15-Jul-08 21:04
Andy Rama15-Jul-08 21:04 
AnswerRe: VC#.Net class in VC++.Net ? Pin
Mark Salsbery16-Jul-08 7:19
Mark Salsbery16-Jul-08 7:19 
GeneralRe: VC#.Net class in VC++.Net ? Pin
Andy Rama17-Jul-08 3:34
Andy Rama17-Jul-08 3:34 
AnswerRe: VC#.Net class in VC++.Net ? Pin
Paul Conrad16-Jul-08 9:36
professionalPaul Conrad16-Jul-08 9:36 
QuestionBlowFish Pin
Xaria14-Jul-08 16:24
Xaria14-Jul-08 16:24 
AnswerRe: BlowFish Pin
led mike15-Jul-08 4:27
led mike15-Jul-08 4:27 
AnswerRe: BlowFish Pin
Mark Salsbery15-Jul-08 6:27
Mark Salsbery15-Jul-08 6:27 
AnswerRe: BlowFish Pin
Paul Conrad16-Jul-08 9:35
professionalPaul Conrad16-Jul-08 9:35 
GeneralRe: BlowFish Pin
Xaria16-Jul-08 20:46
Xaria16-Jul-08 20:46 
QuestionMarshalAs UnmanagedType::LPStrunc trouble Pin
Thees Ch. Winkler13-Jul-08 2:44
Thees Ch. Winkler13-Jul-08 2:44 
AnswerRe: MarshalAs UnmanagedType::LPStrunc trouble Pin
Mark Salsbery13-Jul-08 16:08
Mark Salsbery13-Jul-08 16:08 
GeneralRe: MarshalAs UnmanagedType::LPStrunc trouble Pin
Thees Ch. Winkler14-Jul-08 9:59
Thees Ch. Winkler14-Jul-08 9:59 
GeneralRe: MarshalAs UnmanagedType::LPStrunc trouble Pin
Mark Salsbery14-Jul-08 10:04
Mark Salsbery14-Jul-08 10:04 
QuestionCalling .Net Interface from VC++ Pin
Debasis108-Jul-08 6:11
Debasis108-Jul-08 6:11 

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.