Click here to Skip to main content
16,004,678 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Function with variable number of arguments Pin
Eikthrynir6-Mar-06 14:39
Eikthrynir6-Mar-06 14:39 
GeneralRe: Function with variable number of arguments Pin
PJ Arends6-Mar-06 15:17
professionalPJ Arends6-Mar-06 15:17 
Questionabsolute value Pin
cuteee6-Mar-06 12:42
cuteee6-Mar-06 12:42 
AnswerRe: absolute value Pin
Chris Richardson6-Mar-06 13:11
Chris Richardson6-Mar-06 13:11 
AnswerRe: absolute value Pin
Neelesh K J Jain6-Mar-06 21:00
Neelesh K J Jain6-Mar-06 21:00 
QuestionConverting C source into C++ library Pin
CodeGoose6-Mar-06 12:09
CodeGoose6-Mar-06 12:09 
QuestionDelayed loading a .dll Pin
Eikthrynir6-Mar-06 11:39
Eikthrynir6-Mar-06 11:39 
AnswerRe: Delayed loading a .dll Pin
Blake Miller7-Mar-06 3:35
Blake Miller7-Mar-06 3:35 
1. Linking allows the linker to resolve the locations for the function addresses into the DLL that your program is calling. Otherwise, you need to 'manually' load your DLL - using LoadLibrary and get addresses of functions at runtime using GetProcAddress.

2. Yes, the DLL contains the function definitions.

3. The DLL size increments in blocks of code. You can usually add or remove a few lines of code at times from a module and its image size will not change.


People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks
QuestionSEX HERE Pin
gamitech6-Mar-06 11:36
gamitech6-Mar-06 11:36 
QuestionRibbon control Pin
Andre xxxxxxx6-Mar-06 10:38
Andre xxxxxxx6-Mar-06 10:38 
AnswerRe: Ribbon control Pin
PJ Arends6-Mar-06 15:22
professionalPJ Arends6-Mar-06 15:22 
GeneralRe: Ribbon control Pin
Andre xxxxxxx6-Mar-06 23:21
Andre xxxxxxx6-Mar-06 23:21 
QuestionPer-user per-machine registry Pin
Squirrel Twirler6-Mar-06 9:55
Squirrel Twirler6-Mar-06 9:55 
AnswerRe: Per-user per-machine registry Pin
Ryan Binns6-Mar-06 17:25
Ryan Binns6-Mar-06 17:25 
GeneralRe: Per-user per-machine registry Pin
Squirrel Twirler6-Mar-06 19:28
Squirrel Twirler6-Mar-06 19:28 
GeneralRe: Per-user per-machine registry Pin
Ryan Binns6-Mar-06 22:05
Ryan Binns6-Mar-06 22:05 
QuestionProject Includes settings. Pin
Maximilien6-Mar-06 8:39
Maximilien6-Mar-06 8:39 
QuestionNewcomer Guidance Pin
Greg Barnes6-Mar-06 7:53
Greg Barnes6-Mar-06 7:53 
AnswerRe: Newcomer Guidance Pin
Christian Graus6-Mar-06 8:14
protectorChristian Graus6-Mar-06 8:14 
GeneralRe: Newcomer Guidance Pin
Greg Barnes6-Mar-06 8:20
Greg Barnes6-Mar-06 8:20 
GeneralRe: Newcomer Guidance Pin
Chris Meech6-Mar-06 8:45
Chris Meech6-Mar-06 8:45 
AnswerRe: Newcomer Guidance Pin
Ryan Binns6-Mar-06 17:28
Ryan Binns6-Mar-06 17:28 
QuestionWhy? Pin
#realJSOP6-Mar-06 5:47
professional#realJSOP6-Mar-06 5:47 
AnswerRe: Why? Pin
Blake Miller6-Mar-06 5:49
Blake Miller6-Mar-06 5:49 
AnswerRe: Why? Pin
Michael Dunn6-Mar-06 8:03
sitebuilderMichael Dunn6-Mar-06 8:03 

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.