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

Managed C++/CLI

 
AnswerRe: castings Pin
mikanu12-Oct-05 13:13
mikanu12-Oct-05 13:13 
Questionconfiguration of windows update Pin
Girish6017-Oct-05 21:05
Girish6017-Oct-05 21:05 
AnswerRe: configuration of windows update Pin
Saksida Bojan7-Oct-05 22:42
Saksida Bojan7-Oct-05 22:42 
GeneralRe: configuration of windows update Pin
Girish6017-Oct-05 22:52
Girish6017-Oct-05 22:52 
GeneralRe: configuration of windows update Pin
Saksida Bojan8-Oct-05 2:40
Saksida Bojan8-Oct-05 2:40 
GeneralRe: configuration of windows update Pin
Girish6018-Oct-05 3:11
Girish6018-Oct-05 3:11 
GeneralRe: configuration of windows update Pin
Saksida Bojan12-Oct-05 19:49
Saksida Bojan12-Oct-05 19:49 
QuestionMFC v VC++.Net Pin
Klempie7-Oct-05 9:44
Klempie7-Oct-05 9:44 
I have been having a long debate with the developers in my company about porting our MFC software to C++.Net. The main concern is performance really. The software's primary goal is to track the flight of a ball in three dimensions using vision processing techniques. The software is, however, notoriously unreliable, with pointer errors and other software problems causing crashes quite frequently. Many of you may find this laughable but we are still using the VC6 compiler in Visual Studio 6. Aside from that, having had brief interludes with the .Net framework *and* MFC, I feel the .Net framework is far easier to use than MFC and seems to be a lot more stable too. From what I've seen and heard, .Net seems to be the answer in terms of development and productivity.

The other developers argue that the main issue is real-time performance. They feel that trying to get as low-level as we are would be difficult in .Net (but it's not like we're coding in assembly or even C for that matter; just standard C++). I believe they simply have a misguided understanding of how it all works. They seem to believe that the CLR is functionally the same as the Java Virtual Machine and that the intermediate language requires an extra layer of processing. My understanding is that the main purpose of the MSIL is for cross-platform compatibility and that it is possible to compile to the native machine language thus resulting in performance comparable to a Win32 compiled version.

Firsty, is this the correct analysis, and secondly can anyone give me URL where I could find information on benchtests comparing MFC v .Net compiled C++ programs?
AnswerRe: MFC v VC++.Net Pin
Christian Graus8-Oct-05 3:55
protectorChristian Graus8-Oct-05 3:55 
AnswerRe: MFC v VC++.Net Pin
Nemanja Trifunovic8-Oct-05 5:02
Nemanja Trifunovic8-Oct-05 5:02 
QuestionHow to signal an event from a managed event handler to an unmanaged callback in a different thread? Pin
mav.northwind7-Oct-05 0:16
mav.northwind7-Oct-05 0:16 
AnswerRe: How to signal an event from a managed event handler to an unmanaged callback in a different thread? Pin
mikanu10-Oct-05 5:45
mikanu10-Oct-05 5:45 
GeneralRe: How to signal an event from a managed event handler to an unmanaged callback in a different thread? Pin
mav.northwind10-Oct-05 7:51
mav.northwind10-Oct-05 7:51 
Questionconfiguration of windows update Pin
Anonymous7-Oct-05 0:13
Anonymous7-Oct-05 0:13 
AnswerRe: configuration of windows update Pin
Saksida Bojan7-Oct-05 22:39
Saksida Bojan7-Oct-05 22:39 
Questionhow to link .lib file to my project (managed C++) in .Net Pin
vic120006-Oct-05 18:34
vic120006-Oct-05 18:34 
AnswerRe: how to link .lib file to my project (managed C++) in .Net Pin
Anonymous6-Oct-05 21:37
Anonymous6-Oct-05 21:37 
GeneralRe: how to link .lib file to my project (managed C++) in .Net Pin
vic120007-Oct-05 9:00
vic120007-Oct-05 9:00 
GeneralRe: how to link .lib file to my project (managed C++) in .Net Pin
mikanu10-Oct-05 5:50
mikanu10-Oct-05 5:50 
GeneralRe: how to link .lib file to my project (managed C++) in .Net Pin
vic1200011-Oct-05 19:01
vic1200011-Oct-05 19:01 
QuestionNeed help Base36 encoding large number (~45 digits) Pin
Suresh C T6-Oct-05 7:21
sussSuresh C T6-Oct-05 7:21 
AnswerRe: Need help Base36 encoding large number (~45 digits) Pin
Anonymous6-Oct-05 21:34
Anonymous6-Oct-05 21:34 
GeneralRe: Need help Base36 encoding large number (~45 digits) Pin
Anonymous9-Oct-05 21:36
Anonymous9-Oct-05 21:36 
QuestionConvert String to LPSTR ? Pin
Phernando6-Oct-05 6:53
Phernando6-Oct-05 6:53 
AnswerRe: Convert String to LPSTR ? Pin
Sheng Jiang 蒋晟7-Oct-05 12:56
Sheng Jiang 蒋晟7-Oct-05 12:56 

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.