Click here to Skip to main content
15,927,921 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Physical Memory reading Pin
Baris Kurtlutepe20-May-03 13:22
Baris Kurtlutepe20-May-03 13:22 
GeneralInterfacing with EPABX Pin
Tushar Bhatt20-May-03 2:06
Tushar Bhatt20-May-03 2:06 
GeneralSGI STL in VS2003 Pin
Mathias S.20-May-03 1:55
Mathias S.20-May-03 1:55 
GeneralLooking for Good, Concise C++ Tutorials Pin
Kevin McFarlane20-May-03 1:24
Kevin McFarlane20-May-03 1:24 
GeneralRe: Looking for Good, Concise C++ Tutorials Pin
AlexO20-May-03 4:26
AlexO20-May-03 4:26 
GeneralRe: Looking for Good, Concise C++ Tutorials Pin
Kevin McFarlane20-May-03 5:27
Kevin McFarlane20-May-03 5:27 
GeneralRe: Looking for Good, Concise C++ Tutorials Pin
AlexO20-May-03 5:38
AlexO20-May-03 5:38 
GeneralRe: Looking for Good, Concise C++ Tutorials Pin
Daniel Turini20-May-03 9:01
Daniel Turini20-May-03 9:01 
I taught several experienced VB programmers how to code in Visual C++, and creating ATL components.
On average, they took about 3 months to start coding interesting things, and about 6 months to become good C++ programmers. Sure, they became much better VB programmers after that.

IMHO, 3 weeks for such a project, for people who have no experience at all on it, is a shoot on your own foot.

Kevin McFarlane wrote:
Will everything needed be built into the .exe file or will it have dependencies on anything such as the MFC dll(s) ?"
Yes, you can statically link MFC, the runtime and ATL, producing a standalone .EXE.

Kevin McFarlane wrote:
Is it quite large ? Our component has to be under 1MB to download, so the client thought that would rule out using the MFC.
I can make the world spin reversed in a 1MB MFC executable Smile | :)
If the application is as simple as you mentioned, a properly optimized project should be in the 200Kb~300Kb range, without depending on any runtime DLLs. Compressed, it becomes under 100Kb.


My latest article: GBVB - Converting VB.NET code to C#
GeneralRe: Looking for Good, Concise C++ Tutorials Pin
Kevin McFarlane20-May-03 11:41
Kevin McFarlane20-May-03 11:41 
QuestionHow to disable task menu item? Pin
no_body6920-May-03 1:16
no_body6920-May-03 1:16 
AnswerRe: How to disable task menu item? Pin
Rickard Andersson2020-May-03 3:29
Rickard Andersson2020-May-03 3:29 
GeneralRe: How to disable task menu item? Pin
Rickard Andersson2020-May-03 3:30
Rickard Andersson2020-May-03 3:30 
GeneralRe: How to disable task menu item? Pin
no_body694-Jun-03 23:53
no_body694-Jun-03 23:53 
GeneralSOCKET & BROADCAST Pin
borini19-May-03 23:50
borini19-May-03 23:50 
GeneralRe: SOCKET & BROADCAST Pin
Rickard Andersson2020-May-03 3:23
Rickard Andersson2020-May-03 3:23 
GeneralRe: SOCKET & BROADCAST Pin
borini20-May-03 4:05
borini20-May-03 4:05 
GeneralRe: SOCKET & BROADCAST Pin
Rickard Andersson2020-May-03 5:00
Rickard Andersson2020-May-03 5:00 
GeneralRe: SOCKET & BROADCAST Pin
borini20-May-03 10:09
borini20-May-03 10:09 
GeneralComboBox Control Pin
Member 34035519-May-03 23:35
Member 34035519-May-03 23:35 
GeneralCListCtrl advanced - loading Pin
JensB19-May-03 23:16
JensB19-May-03 23:16 
GeneralRe: CListCtrl advanced - loading Pin
Neville Franks20-May-03 0:28
Neville Franks20-May-03 0:28 
GeneralRe: CListCtrl advanced - loading Pin
Dominik Reichl20-May-03 0:40
Dominik Reichl20-May-03 0:40 
GeneralRe: CListCtrl advanced - loading Pin
JensB20-May-03 2:11
JensB20-May-03 2:11 
GeneralRe: CListCtrl advanced - loading Pin
Niklas L20-May-03 2:34
Niklas L20-May-03 2:34 
GeneralRe: CListCtrl advanced - loading Pin
JensB20-May-03 2:51
JensB20-May-03 2:51 

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.