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

Managed C++/CLI

 
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 
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 
Hi to all,

1. I have created a class (class library MyNameSpace.dll) in VC#.Net as follows,
namespace MyNameSpace
{
    public class MyClass
    {
        public int Member_Variable;
    }
}

How can I use this class in my new VC++.Net application?
Do I need to make any changes in my class library?

2. How to share a variable (of user defined type) in 2 different applications (one VC# application & other VC++ application) ?

3. Does anyone know the good Tool for class design. Where can I get Visio 2003 Enterprise Architect? Is it a good tool?

Regards,
Aniket A. Salunkhe
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 
AnswerRe: Calling .Net Interface from VC++ Pin
Mark Salsbery8-Jul-08 6:57
Mark Salsbery8-Jul-08 6:57 
QuestionHow to give message from thread to main application in VC++.net? Pin
AnayKulkarni7-Jul-08 21:27
AnayKulkarni7-Jul-08 21:27 
AnswerRe: How to give message from thread to main application in VC++.net? Pin
killabyte7-Jul-08 22:05
killabyte7-Jul-08 22:05 
AnswerRe: How to give message from thread to main application in VC++.net? Pin
LionAM8-Jul-08 0:22
LionAM8-Jul-08 0:22 

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.