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

Managed C++/CLI

 
QuestionThis application has requested the Runtime to terminate it in an unusual way. Pin
Lord Kixdemp15-Oct-05 15:01
Lord Kixdemp15-Oct-05 15:01 
QuestionVC++ 6.0 & .NET 2003 Pin
Nuray15-Oct-05 4:06
Nuray15-Oct-05 4:06 
AnswerRe: VC++ 6.0 & .NET 2003 Pin
Nemanja Trifunovic15-Oct-05 5:29
Nemanja Trifunovic15-Oct-05 5:29 
AnswerRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus16-Oct-05 13:30
protectorChristian Graus16-Oct-05 13:30 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray17-Oct-05 0:51
Nuray17-Oct-05 0:51 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus17-Oct-05 1:40
protectorChristian Graus17-Oct-05 1:40 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray17-Oct-05 3:31
Nuray17-Oct-05 3:31 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus17-Oct-05 11:55
protectorChristian Graus17-Oct-05 11:55 
Nuray wrote:
I started with C++ because I hate C.


Fair enough. Who uses C now for Windows anyhow ?

Nuray wrote:
I use C# because
I dislike C++.


Sounds like you will move to VB because you hate C#. What's wrong with C++ ?

Nuray wrote:
MFC is difficult unnecessarily.


Rubbish.

Nuray wrote:
the use of DLL is complicated you need to modify the code accordingly.


True. COM is easier overall than a standard dll, I think, but it's still messy and complex.

Nuray wrote:
Just one more minor point; All C/C++ users are familiar with pointers
but C# user don't bother knowing it. I think new generation is more
lucky than us.


Well, it would help to know about pointers so you know what C# is doing. The new generation is unlucky, they will never learn the stuff that we just know through having to.

Nuray wrote:
I didn't like the notation for keywords __gc or __value etc.


I don't like it either, but at some point you will need to choose a language, and use it.

Nuray wrote:
There are similarities between MC++ and C#. It is not a big deal
switching from one to another but windows applications are very easy
in C# compared to MFC.


I've done a lot of both, I don't think either is that much easier than the other, if you know what you're doing.

Nuray wrote:
MFC opens a lot of files that you need to know
very well in detail. C# opens two files one is code view and the
other is code view.


Wrong. MFC has three files, and that only because C++ has a header and a cpp file.

Nuray wrote:
It hides the
generated code for the application.


Barely.

Nuray wrote:
C# has great editor. The Outlining
feature is essential for the applications having many classes and
functions.


None of this fluff is 'essential', and I fear it becomes a way of not having to learn to organise your own code.

Nuray wrote:
GUI applications is easy. I don't like doing things the hard way any
more.


Then do your entire app in C#, if you like it so much.

Nuray wrote:
It is a platform for web based applications.


True, but your winforms app won't run on the web any more than your MFC app will. You need WinFX for that.

Nuray wrote:
I want to run my C++
code on the web.


You can, via COM interop and ASP.NET or even just asp.

Nuray wrote:
C# is my
favourite option but VS.NET 2003 is not good enough for my needs.


Because it's C# 1.1 ? Like I said, C# 2.0 generics are very much templates lite. There's a lot of C++ stuff in templates that generics do not support.


Christian Graus - Microsoft MVP - C++
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Nuray19-Oct-05 2:40
Nuray19-Oct-05 2:40 
GeneralRe: VC++ 6.0 & .NET 2003 Pin
Christian Graus20-Oct-05 9:47
protectorChristian Graus20-Oct-05 9:47 
QuestionWrite/read Windows registry? Pin
Lord Kixdemp14-Oct-05 14:35
Lord Kixdemp14-Oct-05 14:35 
AnswerRe: Write/read Windows registry? Pin
RFOG15-Oct-05 1:03
RFOG15-Oct-05 1:03 
GeneralRe: Write/read Windows registry? Pin
Lord Kixdemp15-Oct-05 6:28
Lord Kixdemp15-Oct-05 6:28 
Questionvariables Pin
Anonymous14-Oct-05 11:28
Anonymous14-Oct-05 11:28 
AnswerRe: variables Pin
khan++14-Oct-05 21:25
khan++14-Oct-05 21:25 
QuestionC/C++ Code needed Pin
CMentor14-Oct-05 8:41
CMentor14-Oct-05 8:41 
AnswerRe: C/C++ Code needed Pin
akcom14-Oct-05 10:03
akcom14-Oct-05 10:03 
GeneralRe: C/C++ Code needed Pin
toxcct17-Oct-05 2:13
toxcct17-Oct-05 2:13 
QuestionWhy can't I write a code like this ?? Pin
ComplexLifeForm13-Oct-05 23:22
ComplexLifeForm13-Oct-05 23:22 
AnswerRe: Why can't I write a code like this ?? Pin
Nemanja Trifunovic14-Oct-05 6:07
Nemanja Trifunovic14-Oct-05 6:07 
GeneralRe: Why can't I write a code like this ?? Pin
ComplexLifeForm16-Oct-05 17:19
ComplexLifeForm16-Oct-05 17:19 
Questionhelp: how to write 32 bits to 4 byte aligned address? Pin
Rostfrei13-Oct-05 21:48
Rostfrei13-Oct-05 21:48 
AnswerRe: help: how to write 32 bits to 4 byte aligned address? Pin
Joey Bloggs19-Oct-05 19:31
Joey Bloggs19-Oct-05 19:31 
QuestionSoftware Agent with VB.Net Pin
Banisha12-Oct-05 22:33
Banisha12-Oct-05 22:33 
QuestionHow to know the TCP command end? Pin
rushing12-Oct-05 20:46
rushing12-Oct-05 20:46 

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.