Click here to Skip to main content
15,923,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: see any problem with this? Pin
Christian Graus10-May-01 14:15
protectorChristian Graus10-May-01 14:15 
GeneralRe: see any problem with this? Pin
10-May-01 22:11
suss10-May-01 22:11 
GeneralUnused code Pin
Mike Eriksson10-May-01 1:03
Mike Eriksson10-May-01 1:03 
GeneralRe: Unused code Pin
10-May-01 2:36
suss10-May-01 2:36 
GeneralRe: Unused code Pin
#realJSOP10-May-01 5:30
professional#realJSOP10-May-01 5:30 
GeneralRe: Unused code Pin
Christian Graus10-May-01 14:16
protectorChristian Graus10-May-01 14:16 
GeneralRe: Unused code Pin
Maxime Labelle10-May-01 6:46
Maxime Labelle10-May-01 6:46 
GeneralRe: Unused code Pin
Tomasz Sowinski10-May-01 8:11
Tomasz Sowinski10-May-01 8:11 
You can get some insight by compiling in release mode with .map file output turned on. Examining the .map file will reveal which functions were linked into the final executable. In release mode (with optimizations turned on), linker rejects functions that can't be called b/c there are no calls made.

However, the inline functions will be always missing from .map. Optimizing compiler can also decide to use inlining on functions without 'inline' modifier.


Tomasz Sowinski -- http://www.shooltz.com.pl
GeneralArray containing different data type Pin
9-May-01 23:20
suss9-May-01 23:20 
GeneralRe: Array containing different data type Pin
Danoo9-May-01 23:38
Danoo9-May-01 23:38 
GeneralRe: Array containing different data type Pin
#realJSOP10-May-01 1:07
professional#realJSOP10-May-01 1:07 
GeneralURGENT: Mouse hook problem, help me Pin
Do Quyet Tien9-May-01 22:20
Do Quyet Tien9-May-01 22:20 
GeneralRe: URGENT: Mouse hook problem, help me Pin
AlexEg10-May-01 0:25
AlexEg10-May-01 0:25 
GeneralThanhx for all your helping, but it didn't work Pin
Do Quyet Tien11-May-01 19:39
Do Quyet Tien11-May-01 19:39 
GeneralMFC tutorial on the web Pin
imran9-May-01 22:19
imran9-May-01 22:19 
GeneralRe: MFC tutorial on the web Pin
David Fleming9-May-01 22:35
David Fleming9-May-01 22:35 
GeneralRe: MFC tutorial on the web Pin
David Fleming9-May-01 23:40
David Fleming9-May-01 23:40 
GeneralRe: MFC tutorial on the web Pin
Richard Cheng10-May-01 8:26
Richard Cheng10-May-01 8:26 
Generaluninitialised pointer Pin
hearties9-May-01 21:48
hearties9-May-01 21:48 
GeneralRe: uninitialised pointer Pin
9-May-01 22:18
suss9-May-01 22:18 
GeneralARGH !!! Pin
Christian Graus9-May-01 23:43
protectorChristian Graus9-May-01 23:43 
GeneralRe: ARGH !!! Pin
10-May-01 1:09
suss10-May-01 1:09 
GeneralDirectShow, Source Needed Pin
Nick Young9-May-01 21:01
Nick Young9-May-01 21:01 
GeneralSwitch Applications programatically ?... Pin
Danoo9-May-01 20:58
Danoo9-May-01 20:58 
GeneralRe: Switch Applications programatically ?... Pin
Tomasz Sowinski10-May-01 1:09
Tomasz Sowinski10-May-01 1:09 

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.