Click here to Skip to main content
16,011,482 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: CListBox::SetItemData equivalent? Pin
Shog929-Jul-02 20:05
sitebuilderShog929-Jul-02 20:05 
GeneralRe: CListBox::SetItemData equivalent? Pin
Christian Graus29-Jul-02 19:56
protectorChristian Graus29-Jul-02 19:56 
AnswerRe: CListBox::SetItemData equivalent? Pin
Nick Hodapp9-Aug-02 14:35
sitebuilderNick Hodapp9-Aug-02 14:35 
QuestionCMapStringToString equivalent? Pin
Nish Nishant29-Jul-02 18:46
sitebuilderNish Nishant29-Jul-02 18:46 
AnswerRe: CMapStringToString equivalent? Pin
Christian Graus29-Jul-02 18:59
protectorChristian Graus29-Jul-02 18:59 
GeneralRe: CMapStringToString equivalent? Pin
Nish Nishant29-Jul-02 19:12
sitebuilderNish Nishant29-Jul-02 19:12 
GeneralRe: CMapStringToString equivalent? Pin
Christian Graus29-Jul-02 19:19
protectorChristian Graus29-Jul-02 19:19 
GeneralOpinion on possible architecture Pin
Paul Ingles29-Jul-02 8:39
Paul Ingles29-Jul-02 8:39 
I'm still debating this one, I'd like to keep going with doing MFC development (since I think that is likely to do me better with regard to future employment after graduation etc.).

I was originally going to do some data access code in ATL, as well as a few Office add-ins. I am now considering writing these in C#. The add-ins were going to use the data access code to read and write to a data store. Originally, the data access code would've been written in ATL as a COM server, but I am now considering writing it as a .NET assembly registered in the GAC. Thus enabling the same data library to be used by all constituent parts.

The other part is a regular client. At first thought the whole thing was going to be C# based, but I am now considering doing a mixture, with the add-ins and data access code in C# and the main client in Managed C++ -- predominantly MFC but making use of the managed extensions to access the data access code (which will be deployed in the GAC).

Does this sound like a decent thing to do? I'm really keen on developing the client with MFC and was originally going to just dive in with ATL and see where I surfaced. However, if I can accomplish the same thing in C# by using .NET assemblies (with a tiny learning curve) why not? Smile | :)

Considering the majority of the client code will be regular C++ based, with only bits for data access using the managed extensions, will I get almost regular performance, and would this ever be a concern anyway?

Thanks,
Paul
GeneralRe: Opinion on possible architecture Pin
Nish Nishant29-Jul-02 18:20
sitebuilderNish Nishant29-Jul-02 18:20 
GeneralRe: Opinion on possible architecture Pin
Rama Krishna Vavilala29-Jul-02 18:34
Rama Krishna Vavilala29-Jul-02 18:34 
GeneralRe: Opinion on possible architecture Pin
Paul Ingles29-Jul-02 21:57
Paul Ingles29-Jul-02 21:57 
QuestionManaged C++??? Pin
Ancient Dragon28-Jul-02 3:22
Ancient Dragon28-Jul-02 3:22 
AnswerRe: Managed C++??? Pin
Stan Shannon28-Jul-02 3:42
Stan Shannon28-Jul-02 3:42 
GeneralRe: Managed C++??? Pin
Paul Watson30-Jul-02 0:13
sitebuilderPaul Watson30-Jul-02 0:13 
AnswerRe: Managed C++??? Pin
Nish Nishant28-Jul-02 15:40
sitebuilderNish Nishant28-Jul-02 15:40 
GeneralMC++ & C++ Pin
Anonymous26-Jul-02 7:39
Anonymous26-Jul-02 7:39 
GeneralRe: MC++ & C++ Pin
Nish Nishant26-Jul-02 8:13
sitebuilderNish Nishant26-Jul-02 8:13 
GeneralRe: MC++ & C++ Pin
Anonymous26-Jul-02 12:57
Anonymous26-Jul-02 12:57 
GeneralRe: MC++ & C++ Pin
James T. Johnson26-Jul-02 14:57
James T. Johnson26-Jul-02 14:57 
GeneralRe: MC++ & C++ Pin
Nish Nishant26-Jul-02 15:45
sitebuilderNish Nishant26-Jul-02 15:45 
GeneralRe: MC++ & C++ Pin
Joel Lucsy26-Jul-02 18:45
Joel Lucsy26-Jul-02 18:45 
GeneralRe: MC++ & C++ Pin
Nick Hodapp9-Aug-02 14:46
sitebuilderNick Hodapp9-Aug-02 14:46 
GeneralRe: MC++ & C++ Pin
Joel Lucsy9-Aug-02 16:33
Joel Lucsy9-Aug-02 16:33 
GeneralXMLTextWriter, Files and a Class Library Pin
Paul Watson26-Jul-02 0:47
sitebuilderPaul Watson26-Jul-02 0:47 
GeneralRe: XMLTextWriter, Files and a Class Library Pin
Nish Nishant26-Jul-02 8:10
sitebuilderNish Nishant26-Jul-02 8:10 

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.