Click here to Skip to main content
15,917,617 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Any fast File read/write method? Pin
Paul M Watt21-Apr-02 9:08
mentorPaul M Watt21-Apr-02 9:08 
AnswerRe: Any fast File read/write method? Pin
Peter Molnar21-Apr-02 14:46
Peter Molnar21-Apr-02 14:46 
GeneralRe: Any fast File read/write method? Pin
Paul M Watt21-Apr-02 15:08
mentorPaul M Watt21-Apr-02 15:08 
AnswerRe: Any fast File read/write method? Pin
Matt Gullett21-Apr-02 15:11
Matt Gullett21-Apr-02 15:11 
GeneralLinker Error Pin
Gaurika Wijeratne21-Apr-02 6:47
Gaurika Wijeratne21-Apr-02 6:47 
GeneralRe: Linker Error Pin
moliate21-Apr-02 12:09
moliate21-Apr-02 12:09 
GeneralRe: Linker Error Pin
Gaurika Wijeratne21-Apr-02 21:40
Gaurika Wijeratne21-Apr-02 21:40 
GeneralRe: Linker Error Pin
moliate22-Apr-02 4:53
moliate22-Apr-02 4:53 
Project -> Settings -> [Settings for Win32 Release*] -> Link -> Add to project options (add /verbose here)

* I assume you are doing a release build here, as the default for a debug build is /OPT:NOREF

You should now get a lot of information from the linker what is done in each pass.

An introduction to some optimizations the linker does can be found at: http://www.iecc.com/linker/linker11.html

/moliate
GeneralRe: Linker Error Pin
Gaurika Wijeratne23-Apr-02 9:12
Gaurika Wijeratne23-Apr-02 9:12 
GeneralRe: Linker Error Pin
Tim Smith23-Apr-02 9:28
Tim Smith23-Apr-02 9:28 
GeneralInteresting Multithreading Problem :: MFC Pin
valikac21-Apr-02 6:16
valikac21-Apr-02 6:16 
GeneralRe: Interesting Multithreading Problem :: MFC Pin
Paul M Watt21-Apr-02 9:13
mentorPaul M Watt21-Apr-02 9:13 
GeneralRe: Interesting Multithreading Problem :: MFC Pin
valikac21-Apr-02 9:26
valikac21-Apr-02 9:26 
GeneralRe: Interesting Multithreading Problem :: MFC Pin
Paul M Watt21-Apr-02 10:13
mentorPaul M Watt21-Apr-02 10:13 
GeneralRe: Interesting Multithreading Problem :: MFC Pin
valikac21-Apr-02 11:14
valikac21-Apr-02 11:14 
GeneralRe: Alternatives Pin
valikac22-Apr-02 10:36
valikac22-Apr-02 10:36 
QuestionHow can I make the text backmode tranparent for an edit box without re-output the text? Pin
Uzi21-Apr-02 5:38
Uzi21-Apr-02 5:38 
AnswerRe: How can I make the text backmode tranparent for an edit box without re-output the text? Pin
Joaquín M López Muñoz21-Apr-02 5:49
Joaquín M López Muñoz21-Apr-02 5:49 
GeneralThread Synchronization :: MFC Pin
valikac21-Apr-02 5:31
valikac21-Apr-02 5:31 
GeneralRe: Thread Synchronization :: MFC Pin
Joaquín M López Muñoz21-Apr-02 5:44
Joaquín M López Muñoz21-Apr-02 5:44 
GeneralRe: Thread Synchronization :: MFC Pin
valikac21-Apr-02 5:56
valikac21-Apr-02 5:56 
GeneralIs it possible to set up time-out for CInternetSession Pin
21-Apr-02 5:17
suss21-Apr-02 5:17 
GeneralRe: Is it possible to set up time-out for interSession Pin
Ravi Bhavnani21-Apr-02 5:24
professionalRavi Bhavnani21-Apr-02 5:24 
GeneralRe: Thanks a lot.....^^ Pin
21-Apr-02 5:35
suss21-Apr-02 5:35 
Generalwinsock; UDP Pin
21-Apr-02 0:00
suss21-Apr-02 0:00 

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.