Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to write and save ini files like some apps do with their ini's Pin
ELY M.29-Dec-03 6:34
ELY M.29-Dec-03 6:34 
GeneralPostMessage Problem Pin
percyvimal25-Dec-03 18:00
percyvimal25-Dec-03 18:00 
GeneralRe: PostMessage Problem Pin
Monty225-Dec-03 20:39
Monty225-Dec-03 20:39 
GeneralCSingleLock Pin
Anonymous25-Dec-03 17:10
Anonymous25-Dec-03 17:10 
GeneralRe: CSingleLock Pin
Michael Dunn25-Dec-03 19:15
sitebuilderMichael Dunn25-Dec-03 19:15 
GeneralRe: CSingleLock Pin
Anonymous25-Dec-03 20:30
Anonymous25-Dec-03 20:30 
Questiondifference between ATL, MFC, and .NET Common Class? Pin
torrentmoon25-Dec-03 14:45
torrentmoon25-Dec-03 14:45 
AnswerRe: difference between ATL, MFC, and .NET Common Class? Pin
peterchen25-Dec-03 23:38
peterchen25-Dec-03 23:38 
short) 3 different libraries, and (under VS.NET) you can choose which one you like best. MFC and ATL are C++ only, .NET stuff is for every (.NET) language

b) longer) Some history might clear things up.
MFC is the Microsofts "classic" UI class library forC++ on Windows. It's been the "pioneer lib" for functionality that got into the OS for some time, but it's power is fading.

ATL was developed (when MFC was still strong) as a lightweight and "less-functionality" library to develop ActiveX controls suitable for distribution over the internet (where distributing the MFC runtime DLL's is nigh impossible). Security concerns have made this road less desired, but together with the WTL (an "half-official" extension to ATL), it is a good class library.

c) .NET Common Controls is .NET only, can be adressed by all .NET languages, and is used by C# (unless you force it to do otherwise).

d) all three are implementred on top of the Win32 API, so they share functionality.




Flirt harder, I'm a coder.

mlog || Agile Programming | doxygen

GeneralRe: difference between ATL, MFC, and .NET Common Class? Pin
torrentmoon25-Dec-03 23:55
torrentmoon25-Dec-03 23:55 
GeneralRe: difference between ATL, MFC, and .NET Common Class? Pin
Jörgen Sigvardsson26-Dec-03 6:10
Jörgen Sigvardsson26-Dec-03 6:10 
GeneralMemory Leak When Invoke Web Service From VC++.net Using Autogen Proxy Class!! Pin
gpmn25-Dec-03 14:22
gpmn25-Dec-03 14:22 
GeneralRe: Memory Leak When Invoke Web Service From VC++.net Using Autogen Proxy Class!! Pin
gpmn25-Dec-03 14:27
gpmn25-Dec-03 14:27 
GeneralBest way to display a progressbar for file copying Pin
shultas25-Dec-03 13:04
shultas25-Dec-03 13:04 
GeneralRe: Best way to display a progressbar for file copying Pin
l a u r e n25-Dec-03 13:17
l a u r e n25-Dec-03 13:17 
GeneralRe: Best way to display a progressbar for file copying Pin
PJ Arends25-Dec-03 13:29
professionalPJ Arends25-Dec-03 13:29 
GeneralRe: Best way to display a progressbar for file copying Pin
shultas25-Dec-03 14:04
shultas25-Dec-03 14:04 
GeneralRe: Best way to display a progressbar for file copying Pin
shultas25-Dec-03 14:13
shultas25-Dec-03 14:13 
GeneralRe: Best way to display a progressbar for file copying Pin
PJ Arends25-Dec-03 14:36
professionalPJ Arends25-Dec-03 14:36 
GeneralRe: Best way to display a progressbar for file copying Pin
shultas25-Dec-03 15:34
shultas25-Dec-03 15:34 
GeneralRe: Best way to display a progressbar for file copying Pin
PJ Arends25-Dec-03 16:03
professionalPJ Arends25-Dec-03 16:03 
GeneralBest way to read a text file Pin
shultas25-Dec-03 11:44
shultas25-Dec-03 11:44 
GeneralRe: Best way to read a text file Pin
PJ Arends25-Dec-03 12:04
professionalPJ Arends25-Dec-03 12:04 
Generaluse CStdioFile class Pin
abudu25-Dec-03 20:54
abudu25-Dec-03 20:54 
GeneralProblem How to get All files from a Folder Pin
xxtra25-Dec-03 8:53
xxtra25-Dec-03 8:53 
GeneralRe: Problem How to get All files from a Folder Pin
PJ Arends25-Dec-03 9:14
professionalPJ Arends25-Dec-03 9:14 

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.