Click here to Skip to main content
15,905,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat do you know about Mandatory Profiles? Pin
Ian Bowler26-Jul-05 11:43
Ian Bowler26-Jul-05 11:43 
GeneralWebBrowser control and the clicking sound Pin
Peter Weyzen26-Jul-05 11:10
Peter Weyzen26-Jul-05 11:10 
GeneralRe: WebBrowser control and the clicking sound Pin
David Crow26-Jul-05 11:22
David Crow26-Jul-05 11:22 
Generalnamespace and DLL issues Pin
Joris van der Pol26-Jul-05 8:25
Joris van der Pol26-Jul-05 8:25 
GeneralKeyboard Hook in MFC -- Minor Syntax Pin
c121hains26-Jul-05 7:06
c121hains26-Jul-05 7:06 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow26-Jul-05 8:04
David Crow26-Jul-05 8:04 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
c121hains26-Jul-05 8:14
c121hains26-Jul-05 8:14 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow26-Jul-05 9:10
David Crow26-Jul-05 9:10 
"Dynamic linking" is the process that Windows uses to link a function call in one module to the actual function in the library module. "Static linking" occurs at compile/link time when you link various object (.OBJ) modules, run-time library (.LIB) files to create a Windows .EXE file. Dynamic linking occurs at run time. With static linking, the linker copies the code for the function into the application's executable file. With dynamic linking, a link is established when the program is loaded into memory or while it is running. So even though you can static link your DLL to your EXE, you still need a DLL that contains the exported hook function.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
Kuniva26-Jul-05 12:41
Kuniva26-Jul-05 12:41 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow27-Jul-05 2:46
David Crow27-Jul-05 2:46 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
Anonymous26-Jul-05 13:04
Anonymous26-Jul-05 13:04 
QuestionDoes anybody know any good WIN32 SDK sites? Pin
jinzhecheng26-Jul-05 6:51
jinzhecheng26-Jul-05 6:51 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
David Crow26-Jul-05 7:59
David Crow26-Jul-05 7:59 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
Anonymous26-Jul-05 13:05
Anonymous26-Jul-05 13:05 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
Jack Puppy26-Jul-05 15:01
Jack Puppy26-Jul-05 15:01 
GeneralRe: Does anybody know any good WIN32 SDK sites? Pin
jinzhecheng27-Jul-05 3:32
jinzhecheng27-Jul-05 3:32 
Generalinsert a chart into a dialog Pin
Marc Soleda26-Jul-05 6:24
Marc Soleda26-Jul-05 6:24 
GeneralSize of a dialog box Pin
si_6926-Jul-05 5:12
si_6926-Jul-05 5:12 
GeneralRe: Size of a dialog box Pin
toxcct26-Jul-05 5:19
toxcct26-Jul-05 5:19 
GeneralRe: Size of a dialog box Pin
Renjith Ramachandran26-Jul-05 8:45
Renjith Ramachandran26-Jul-05 8:45 
Generalwinsock2: SPI problems Pin
superstition26-Jul-05 4:39
superstition26-Jul-05 4:39 
GeneralRe: winsock2: SPI problems Pin
Peter Weyzen26-Jul-05 10:21
Peter Weyzen26-Jul-05 10:21 
GeneralRe: winsock2: SPI problems Pin
superstition26-Jul-05 20:35
superstition26-Jul-05 20:35 
QuestionCListCtrl 260 character limit???? Pin
Anonymous26-Jul-05 3:28
Anonymous26-Jul-05 3:28 
AnswerRe: CListCtrl 260 character limit???? Pin
mark novak26-Jul-05 3:46
mark novak26-Jul-05 3:46 

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.