Click here to Skip to main content
16,010,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serial port question Pin
Anonymous27-Jun-03 0:31
Anonymous27-Jun-03 0:31 
GeneralRe: Serial port question Pin
andyg.10127-Jun-03 0:35
andyg.10127-Jun-03 0:35 
GeneralRe: Serial port question Pin
Anonymous27-Jun-03 1:25
Anonymous27-Jun-03 1:25 
GeneralRe: Serial port question Pin
Trollslayer27-Jun-03 1:37
mentorTrollslayer27-Jun-03 1:37 
GeneralRe: Serial port question Pin
andyg.10127-Jun-03 3:11
andyg.10127-Jun-03 3:11 
GeneralVC++ 6.0 Vs VC++.Net Pin
Shiva Prasad T. S.26-Jun-03 21:00
Shiva Prasad T. S.26-Jun-03 21:00 
GeneralRe: VC++ 6.0 Vs VC++.Net Pin
Toni7826-Jun-03 21:26
Toni7826-Jun-03 21:26 
GeneralRe: VC++ 6.0 Vs VC++.Net Pin
Kannan Kalyanaraman26-Jun-03 23:40
Kannan Kalyanaraman26-Jun-03 23:40 
VC++.NET is a compiler which helps you write both managed code(.net) and unmanaged code(normal c++/mfc stuff) or combine both.
You can get obvious benefits if you move to VC7 or VC7.1 and continue developing your usual applications (mfc/win32/com) simply because it is a better compiler and there are some updations to both MFC/ATL libraries.

The .net part of VC++.NET lets you write .net applications with "Managed C++". Its an extension to C++ that has additional keywords which help in developing managed applications.

Since you are from a vc++/embedded background, I don't see much benefits moving towards .NET for realtime applications(I assume the nature of these apps will be more like displaying realtime charts and stuff similar to that).

If you want to port your apps from vc6 to vc7, they are not binary compatible and there are some breaking changes. So you need to compile your app in vc7 and fix those errors to move on.

- Kannan


GeneralRe: VC++ 6.0 Vs VC++.Net Pin
John M. Drescher27-Jun-03 3:42
John M. Drescher27-Jun-03 3:42 
GeneralFILE* into a char* Pin
Jerome Conus26-Jun-03 20:55
Jerome Conus26-Jun-03 20:55 
GeneralRe: FILE* into a char* Pin
Ryan Binns26-Jun-03 21:20
Ryan Binns26-Jun-03 21:20 
GeneralRe: FILE* into a char* Pin
basementman27-Jun-03 4:01
basementman27-Jun-03 4:01 
GeneralRe: FILE* into a char* Pin
Ryan Binns27-Jun-03 4:07
Ryan Binns27-Jun-03 4:07 
GeneralProblem with WM_COMMAND Pin
anshumanshinde26-Jun-03 20:35
anshumanshinde26-Jun-03 20:35 
GeneralRe: Problem with WM_COMMAND Pin
Ryan Binns26-Jun-03 20:42
Ryan Binns26-Jun-03 20:42 
GeneralRe: Problem with WM_COMMAND Pin
anshumanshinde26-Jun-03 21:02
anshumanshinde26-Jun-03 21:02 
GeneralRe: Problem with WM_COMMAND Pin
Ryan Binns26-Jun-03 21:20
Ryan Binns26-Jun-03 21:20 
GeneralOne project add to other project Pin
Anonymous26-Jun-03 20:01
Anonymous26-Jun-03 20:01 
GeneralDirectShow 8.1 .. Problem Connecting two filters. Pin
Member 40481326-Jun-03 19:09
Member 40481326-Jun-03 19:09 
GeneralDeterming if a file is Unicode Pin
Taka Muraoka26-Jun-03 18:55
Taka Muraoka26-Jun-03 18:55 
GeneralRe: Determing if a file is Unicode Pin
Ryan Binns26-Jun-03 19:06
Ryan Binns26-Jun-03 19:06 
GeneralRe: Determing if a file is Unicode Pin
Dave Bryant26-Jun-03 19:14
Dave Bryant26-Jun-03 19:14 
GeneralRe: Determing if a file is Unicode Pin
Johnny ²26-Jun-03 19:47
Johnny ²26-Jun-03 19:47 
GeneralRe: Determing if a file is Unicode Pin
Ryan Binns27-Jun-03 5:06
Ryan Binns27-Jun-03 5:06 
GeneralRe: Determing if a file is Unicode Pin
Michael Dunn26-Jun-03 19:56
sitebuilderMichael Dunn26-Jun-03 19: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.