Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwininit.ini Pin
includeh1018-Feb-05 18:17
includeh1018-Feb-05 18:17 
GeneralRe: wininit.ini Pin
Michael Dunn18-Feb-05 19:17
sitebuilderMichael Dunn18-Feb-05 19:17 
GeneralRe: wininit.ini Pin
includeh1018-Feb-05 22:59
includeh1018-Feb-05 22:59 
Generaldelete a file Pin
includeh1018-Feb-05 17:47
includeh1018-Feb-05 17:47 
GeneralRe: delete a file Pin
22491718-Feb-05 17:55
22491718-Feb-05 17:55 
GeneralRe: delete a file Pin
ThatsAlok18-Feb-05 19:05
ThatsAlok18-Feb-05 19:05 
GeneralDetect Dlls dynamically and statically load it Pin
Member 174261018-Feb-05 16:56
Member 174261018-Feb-05 16:56 
GeneralRe: Detect Dlls dynamically and statically load it Pin
Andrew Walker18-Feb-05 17:22
Andrew Walker18-Feb-05 17:22 
As far as I know, this isn't possible.

Static linking implies that all code be known and identified at link-time, static linking is effectivly dynamic linking with hidden 'glue' that uses staticly bound stubs to dispatch to the dll.

This is possible and very simple to do with dynamic linking provided your class heirarchy supports it.



Questionvector,list and dqueue ? Pin
xcavin18-Feb-05 16:35
xcavin18-Feb-05 16:35 
AnswerRe: vector,list and dqueue ? Pin
Andrew Walker18-Feb-05 17:26
Andrew Walker18-Feb-05 17:26 
GeneralStrFormatByteSize don't work...help Pin
baboguru18-Feb-05 16:07
baboguru18-Feb-05 16:07 
GeneralRe: StrFormatByteSize don't work...help Pin
Michael Dunn18-Feb-05 16:16
sitebuilderMichael Dunn18-Feb-05 16:16 
Generalthank you very much Pin
baboguru22-Feb-05 15:17
baboguru22-Feb-05 15:17 
Generalsqrt( ) question Pin
joe_man18-Feb-05 15:31
joe_man18-Feb-05 15:31 
GeneralRe: sqrt( ) question Pin
Steve Mayfield18-Feb-05 15:39
Steve Mayfield18-Feb-05 15:39 
GeneralRe: sqrt( ) question Pin
joe_man18-Feb-05 15:50
joe_man18-Feb-05 15:50 
Generalleading 0 in float point variable 0.233 Pin
tnvols18-Feb-05 14:49
tnvols18-Feb-05 14:49 
GeneralRe: leading 0 in float point variable 0.233 Pin
Steve Mayfield18-Feb-05 15:42
Steve Mayfield18-Feb-05 15:42 
GeneralRe: leading 0 in float point variable 0.233 Pin
tnvols18-Feb-05 18:08
tnvols18-Feb-05 18:08 
GeneralRe: leading 0 in float point variable 0.233 Pin
Steve Mayfield19-Feb-05 11:09
Steve Mayfield19-Feb-05 11:09 
GeneralDesperate to make List Box work from a text file Pin
macrophobia18-Feb-05 14:03
macrophobia18-Feb-05 14:03 
GeneralRe: Desperate to make List Box work from a text file Pin
Ravi Bhavnani18-Feb-05 15:52
professionalRavi Bhavnani18-Feb-05 15:52 
GeneralRe: Desperate to make List Box work from a text file Pin
macrophobia18-Feb-05 16:13
macrophobia18-Feb-05 16:13 
GeneralRe: Desperate to make List Box work from a text file Pin
Ravi Bhavnani18-Feb-05 16:24
professionalRavi Bhavnani18-Feb-05 16:24 
GeneralRe: Desperate to make List Box work from a text file Pin
macrophobia18-Feb-05 16:41
macrophobia18-Feb-05 16:41 

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.