VC++6 MFC migration managed C++(windows form )

  • Thread starter Thread starter Bredal Jensen
  • Start date Start date
Before i totally go for this dot net thing. I have to say that
my application is a videosurveillance program and i'm thinking
if i 'll alter performance considerably as i totaaly rely on the dotnet
runtime
for code generation.

Let me know what you think.
 
Bredal Jensen said:
Before i totally go for this dot net thing. I have to say that
my application is a videosurveillance program and i'm thinking
if i 'll alter performance considerably as i totaaly rely on the dotnet
runtime
for code generation.

Let me know what you think.

In my experience, .NET creates quite fast code, and you can still implement
performance-critical code in managed C++, so I don't think that will be a
problem.

But, as always with performance: trust noone but your own benchmark.

Niki
 
Hi Niki,

well i enjoyed your help so much and i 'm almost sure , i 'll need it again.
I just want to know where i can catch you when i encounter trouble ;).
I assum you are on this group , and i hope you 'll see my postings.


Best regard
JB
 
Bredal Jensen said:
Hi Niki,

well i enjoyed your help so much and i 'm almost sure , i 'll need it
again.
I just want to know where i can catch you when i encounter trouble ;).
I assum you are on this group , and i hope you 'll see my postings.

I'll do my best

Niki
 
Back
Top