Click here to Skip to main content
15,910,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Extra controls Pin
Christian Graus8-Jul-01 2:58
protectorChristian Graus8-Jul-01 2:58 
GeneralSTL error syntax Pin
8-Jul-01 2:22
suss8-Jul-01 2:22 
GeneralRe: STL error syntax Pin
Christian Graus8-Jul-01 2:25
protectorChristian Graus8-Jul-01 2:25 
GeneralRe: STL error syntax Pin
8-Jul-01 3:05
suss8-Jul-01 3:05 
GeneralRe: STL error syntax Pin
Tim Deveaux8-Jul-01 3:52
Tim Deveaux8-Jul-01 3:52 
GeneralRe: STL error syntax Pin
Jonathon Lockett8-Jul-01 13:33
Jonathon Lockett8-Jul-01 13:33 
GeneralVisual C++ Questions Pin
8-Jul-01 2:02
suss8-Jul-01 2:02 
GeneralRe: Visual C++ Questions Pin
Christian Graus8-Jul-01 2:12
protectorChristian Graus8-Jul-01 2:12 
A library file is compiled code, but it is not the same as a dll. A use for .lib files is to distribute a programming tool without the source - the code will compile with just the header, as long as the .lib file is provided for the compiler to find the code it needs to finish the job. GDI+ is distributed this way.

Two - yes, you have the MFC source code in /vc98/mfc/src. Now you can't complain about that !! A lot of stuff to do with extending MFC would be nigh impossible if you couldn't bury your nose in the source code for a bit...

A macro allows you to create a new command, for example min and max are macros, they are defined so that you can type min(x,y) and the code is replaced on the first pass of the compiler with something like:

if (x
GeneralInstallShield ... Pin
Hadi Rezaee8-Jul-01 1:11
Hadi Rezaee8-Jul-01 1:11 
GeneralRe: InstallShield ... Pin
Christian Graus8-Jul-01 2:14
protectorChristian Graus8-Jul-01 2:14 
GeneralRe: InstallShield ... Pin
Hadi Rezaee8-Jul-01 21:34
Hadi Rezaee8-Jul-01 21:34 
GeneralRe: InstallShield ... Pin
Christian Graus8-Jul-01 22:30
protectorChristian Graus8-Jul-01 22:30 
GeneralRe: InstallShield ... Pin
Derek Waters9-Jul-01 15:38
Derek Waters9-Jul-01 15:38 
GeneralRe: InstallShield ... Pin
Hadi Rezaee9-Jul-01 21:35
Hadi Rezaee9-Jul-01 21:35 
GeneralRe: InstallShield ... Pin
Derek Waters10-Jul-01 13:28
Derek Waters10-Jul-01 13:28 
GeneralRe: InstallShield ... Pin
Hadi Rezaee10-Jul-01 23:55
Hadi Rezaee10-Jul-01 23:55 
GeneralDataGrid or FlexGrid ... Pin
Hadi Rezaee8-Jul-01 0:54
Hadi Rezaee8-Jul-01 0:54 
GeneralRe: DataGrid or FlexGrid ... Pin
Christian Graus8-Jul-01 2:16
protectorChristian Graus8-Jul-01 2:16 
GeneralRe: DataGrid or FlexGrid ... Pin
Hadi Rezaee8-Jul-01 8:13
Hadi Rezaee8-Jul-01 8:13 
GeneralRe: DataGrid or FlexGrid ... Pin
Christian Graus8-Jul-01 12:38
protectorChristian Graus8-Jul-01 12:38 
GeneralRe: DataGrid or FlexGrid ... Pin
Hadi Rezaee8-Jul-01 21:25
Hadi Rezaee8-Jul-01 21:25 
GeneralRe: DataGrid or FlexGrid ... Pin
Christian Graus8-Jul-01 22:38
protectorChristian Graus8-Jul-01 22:38 
QuestionHow to like XP shutdown to transfer color to gray Pin
inforix8-Jul-01 0:28
inforix8-Jul-01 0:28 
AnswerRe: How to like XP shutdown to transfer color to gray Pin
Christian Graus8-Jul-01 2:06
protectorChristian Graus8-Jul-01 2:06 
GeneralRe: How to like XP shutdown to transfer color to gray Pin
inforix9-Jul-01 1:55
inforix9-Jul-01 1:55 

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.