Click here to Skip to main content
15,915,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to make the background of CListCtrl transparent Pin
boyboy23-Aug-04 21:07
boyboy23-Aug-04 21:07 
AnswerRe: how to make the background of CListCtrl transparent Pin
Antony M Kancidrowski24-Aug-04 0:44
Antony M Kancidrowski24-Aug-04 0:44 
GeneralRe: how to make the background of CListCtrl transparent Pin
Michael Haephrati16-Jan-17 2:58
professionalMichael Haephrati16-Jan-17 2:58 
Generalwindows service Pin
Anonymous23-Aug-04 20:43
Anonymous23-Aug-04 20:43 
GeneralRe: windows service Pin
mahade123-Aug-04 22:18
mahade123-Aug-04 22:18 
GeneralDifference between Static link library and Dynamic link library Pin
zahid_ash23-Aug-04 20:42
zahid_ash23-Aug-04 20:42 
GeneralRe: Difference between Static link library and Dynamic link library Pin
RichardS23-Aug-04 21:39
RichardS23-Aug-04 21:39 
GeneralRe: Difference between Static link library and Dynamic link library Pin
Varnindra22-Mar-10 6:19
Varnindra22-Mar-10 6:19 
# 1

Static libraries are linked at compile time. Dynamic
libraries are linked at runtime


# 2

static library is faster than dynamic library


# 3
above answer is correct and..
the excutable exe size will be larger when we build exe
with static library compared to dynamic library


# 4
Above answers are correct. In case of Dynamic Library your
executable will look up for the code at run time. E.g. when
running some exe it looks for help from some .dll files
provided by windows operating system. So we call this
dynamic linking.

# 5
The static linked library causes the corresponding information from libraries to be included in the executable DLL on the other hand inserts virtual address of memory. Thus the size of static linked file is larger than a static linked file. If we use dynamic linking the updates in library will also be effect the behavior of the file while not in static linking. Due to this reason dll is better but it can also sometimes make the program faulty due to library update.
GeneralParsing Paths Pin
Monty223-Aug-04 20:11
Monty223-Aug-04 20:11 
GeneralRe: Parsing Paths Pin
Ryan Binns23-Aug-04 21:03
Ryan Binns23-Aug-04 21:03 
GeneralRe: Parsing Paths Pin
Rory Solley23-Aug-04 21:37
Rory Solley23-Aug-04 21:37 
QuestionHow to pass Values across Dialogs, Pin
suboo_vedagiri23-Aug-04 19:38
suboo_vedagiri23-Aug-04 19:38 
AnswerRe: How to pass Values across Dialogs, Pin
Milton Karimbekallil23-Aug-04 21:30
Milton Karimbekallil23-Aug-04 21:30 
Questionwhat mean CFileException::accessDenied ? Pin
baboguru23-Aug-04 16:43
baboguru23-Aug-04 16:43 
AnswerRe: what mean CFileException::accessDenied ? Pin
Christian Graus23-Aug-04 16:46
protectorChristian Graus23-Aug-04 16:46 
Generalhelp on debugging Pin
rainbowisland23-Aug-04 15:01
rainbowisland23-Aug-04 15:01 
GeneralRe: help on debugging Pin
Anthony_Yio24-Aug-04 1:01
Anthony_Yio24-Aug-04 1:01 
GeneralMultiple modal dialogs Pin
kbratvold23-Aug-04 14:12
kbratvold23-Aug-04 14:12 
GeneralRe: Multiple modal dialogs Pin
Ryan Binns23-Aug-04 18:39
Ryan Binns23-Aug-04 18:39 
GeneralRe: Multiple modal dialogs Pin
kbratvold23-Aug-04 18:46
kbratvold23-Aug-04 18:46 
GeneralRe: Multiple modal dialogs Pin
Ryan Binns23-Aug-04 20:58
Ryan Binns23-Aug-04 20:58 
GeneralMFC WIZZARD PROBLEM Pin
dyerstein23-Aug-04 13:23
dyerstein23-Aug-04 13:23 
GeneralRe: MFC WIZZARD PROBLEM Pin
Christian Graus23-Aug-04 16:45
protectorChristian Graus23-Aug-04 16:45 
Questionlocate header files? Pin
MichaelGG23-Aug-04 13:16
MichaelGG23-Aug-04 13:16 
AnswerRe: locate header files? Pin
Ryan Binns23-Aug-04 18:18
Ryan Binns23-Aug-04 18:18 

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.